aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/mmv/compilefix.diff15
-rw-r--r--system/mmv/mmv.SlackBuild7
-rw-r--r--system/mmv/mmv.info6
3 files changed, 8 insertions, 20 deletions
diff --git a/system/mmv/compilefix.diff b/system/mmv/compilefix.diff
deleted file mode 100644
index 9a13a156dc..0000000000
--- a/system/mmv/compilefix.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur a/mmv.c b/mmv.c
---- a/mmv.c 2020-07-01 18:55:50.961457418 -0400
-+++ b/mmv.c 2020-07-01 19:00:17.724426386 -0400
-@@ -193,10 +193,7 @@
- #ifdef IS_SYSV
-
- /* for System V and Version 7*/
--struct utimbuf {
-- time_t actime;
-- time_t modtime;
--};
-+#include <utime.h>
- #define utimes(f, t) utime((f), &(t))
-
- #ifndef HAS_RENAME
diff --git a/system/mmv/mmv.SlackBuild b/system/mmv/mmv.SlackBuild
index 6c8c38be14..0d2b485653 100644
--- a/system/mmv/mmv.SlackBuild
+++ b/system/mmv/mmv.SlackBuild
@@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20241101 bkw: update for v2.9.1.
# 20240813 bkw: update for v2.7.
# 20240314 bkw: update for v2.6.
# 20230822 bkw: update for v2.5.1.
@@ -25,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mmv
-VERSION=${VERSION:-2.7}
+VERSION=${VERSION:-2.9.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -87,14 +88,16 @@ CXXFLAGS="$SLKCFLAGS" \
make
rm mmv.1 ; make mmv.1 # breaks due to parallel build.
make install-strip DESTDIR=$PKG
-gzip -9 $PKG/usr/man/man?/*.*
+gzip -9 $PKG/usr/man/man1/$PRGNAM.1
# multi-named executable, uses its name to decide what action to take.
# 'make install' creates the symlinks to the binary but not the man page.
# in 2.3, the "mad" symlink is gone. doubt anyone misses it.
# 20240314 bkw: in 2.6, "mad" is back (someone *did* miss it).
+# 20241101 bkw: in 2.9.1, 'make install' creates the man page symlinks.
LINKS="mcp mln mad"
for i in $LINKS; do
+ rm $PKG/usr/man/man1/$i.1
ln -s $PRGNAM.1.gz $PKG/usr/man/man1/$i.1.gz
done
diff --git a/system/mmv/mmv.info b/system/mmv/mmv.info
index d525a9e8da..94b3c21ed4 100644
--- a/system/mmv/mmv.info
+++ b/system/mmv/mmv.info
@@ -1,8 +1,8 @@
PRGNAM="mmv"
-VERSION="2.7"
+VERSION="2.9.1"
HOMEPAGE="https://github.com/rrthomas/mmv/"
-DOWNLOAD="https://github.com/rrthomas/mmv/releases/download/v2.7/mmv-2.7.tar.gz"
-MD5SUM="1ce8a5508d84241cf8723de46e5c9ce6"
+DOWNLOAD="https://github.com/rrthomas/mmv/releases/download/v2.9.1/mmv-2.9.1.tar.gz"
+MD5SUM="6426cb935a3fb5f08bbda452ca254b77"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""