diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile index cfcefb975fc1..2db78fe5aff8 100644 --- a/misc/mmv/Makefile +++ b/misc/mmv/Makefile @@ -1,30 +1,22 @@ PORTNAME= mmv -DISTVERSIONPREFIX= v DISTVERSION= 2.10 +PORTREVISION= 1 CATEGORIES= misc +MASTER_SITES= https://github.com/rrthomas/mmv/releases/download/v${DISTVERSION}/ MAINTAINER= se@FreeBSD.org COMMENT= Move/Copy/Append/Link multiple files WWW= https://github.com/rrthomas/mmv LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= gengetopt>=2.23:devel/gengetopt \ - gnulib>0;:devel/gnulib \ - help2man:misc/help2man +BUILD_DEPENDS= help2man:misc/help2man + +USES= gmake -USES= autoreconf pkgconfig -USE_GITHUB= yes -GH_ACCOUNT= rrthomas GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS -post-extract: - ${RMDIR} ${WRKSRC}/gnulib && ${LN} -s ${LOCALBASE}/share/gnulib ${WRKSRC}/ - -pre-configure: - cd ${WRKSRC} && ./bootstrap - .include diff --git a/misc/mmv/distinfo b/misc/mmv/distinfo index 4d192bad9781..ce97310ab6dc 100644 --- a/misc/mmv/distinfo +++ b/misc/mmv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1787655543 -SHA256 (rrthomas-mmv-v2.10_GH0.tar.gz) = e8dbd555bdd6c13ab563f796c6081c8e2c2cd2ab8967996bf2c430a7fb740d01 -SIZE (rrthomas-mmv-v2.10_GH0.tar.gz) = 68486 +TIMESTAMP = 1787690941 +SHA256 (mmv-2.10.tar.gz) = 2bbba14c099b512b4a7e9effacec53caa06998069d108a5669ff424ffc879d03 +SIZE (mmv-2.10.tar.gz) = 939108 diff --git a/misc/mmv/files/patch-Makefile.am b/misc/mmv/files/patch-Makefile.am deleted file mode 100644 index 5fdc1eacaa0c..000000000000 --- a/misc/mmv/files/patch-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.am.orig 2026-08-25 11:33:24 UTC -+++ Makefile.am -@@ -23,6 +23,8 @@ dist_doc_DATA = README.md - - dist_doc_DATA = README.md - -+RM = rm -f -+ - LDADD = $(top_builddir)/lib/libgnu.a - AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib - AM_CFLAGS = $(WARN_CFLAGS) diff --git a/misc/mmv/files/patch-bootstrap b/misc/mmv/files/patch-bootstrap deleted file mode 100644 index 6db7cf7dd000..000000000000 --- a/misc/mmv/files/patch-bootstrap +++ /dev/null @@ -1,20 +0,0 @@ ---- bootstrap.orig 2026-08-25 11:58:45 UTC -+++ bootstrap -@@ -4006,7 +4006,7 @@ func_require_extra_locale_categories () - # require_git - # ----------- - # Ignore git if it's not available, or we're not in a git checkout tree. --require_git=func_require_git -+#require_git=func_require_git - func_require_git () - { - $debug_cmd -@@ -5104,6 +5104,8 @@ func_check_versions () - # ------------------------------------------------------ - func_check_versions () - { -+ /bin/true ; return -+ - $debug_cmd - - func_check_versions_result=: