4.6.0 is from 2016, lots of changes in since then:
https://git.savannah.gnu.org/cgit/findutils.git/tree/NEWS
All amd64 tests pass except one where $'string' character sequence
support, e.g. from bash(1), is expected to pretty handle a newline.
Feedback? OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/misc/findutils/Makefile,v
diff -u -p -r1.33 Makefile
--- Makefile 27 Sep 2023 09:52:10 -0000 1.33
+++ Makefile 3 Nov 2023 14:04:50 -0000
@@ -1,8 +1,7 @@
COMMENT= finds and then operates on files
-DISTNAME= findutils-4.6.0
+DISTNAME= findutils-4.9.0
CATEGORIES= misc
-REVISION= 1
HOMEPAGE= https://www.gnu.org/software/findutils/
@@ -12,6 +11,7 @@ PERMIT_PACKAGE= Yes
WANTLIB= c iconv intl m
SITES= ${SITE_GNU:=findutils/}
+EXTRACT_SUFX= .tar.xz
LIB_DEPENDS= devel/gettext,-runtime
@@ -23,5 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}
CONFIGURE_ENV+= PYTHON=:
LOCALSTATEDIR= ${BASELOCALSTATEDIR}/db
+
+PORTHOME= ${WRKDIR}
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/misc/findutils/distinfo,v
diff -u -p -r1.7 distinfo
--- distinfo 11 Apr 2016 22:10:06 -0000 1.7
+++ distinfo 3 Nov 2023 11:54:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (findutils-4.6.0.tar.gz) = 3tTJ9zcxzUj+w7a9rMzolkc7bY4zfpYS4WzxQxuxFp0=
-SIZE (findutils-4.6.0.tar.gz) = 3780154
+SHA256 (findutils-4.9.0.tar.xz) = or+4wJ1DZ3DtxZ9Q+kg+eFsWGjt7nVR1c8sIBl/UYv4=
+SIZE (findutils-4.9.0.tar.xz) = 2046252
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/misc/findutils/pkg/PLIST,v
diff -u -p -r1.10 PLIST
--- pkg/PLIST 11 Mar 2022 19:38:08 -0000 1.10
+++ pkg/PLIST 3 Nov 2023 12:03:32 -0000
@@ -5,8 +5,6 @@ bin/gupdatedb
@info info/find-maint.info
@info info/find.info
@comment lib/charset.alias
-@bin libexec/gbigram
-@bin libexec/gcode
@bin libexec/gfrcode
@man man/man1/gfind.1
@man man/man1/glocate.1
@@ -49,9 +47,6 @@ share/locale/pt/LC_MESSAGES/findutils.mo
share/locale/pt_BR/LC_MESSAGES/findutils.mo
share/locale/ro/LC_MESSAGES/findutils.mo
share/locale/ru/LC_MESSAGES/findutils.mo
-share/locale/rw/
-share/locale/rw/LC_MESSAGES/
-share/locale/rw/LC_MESSAGES/findutils.mo
share/locale/sk/LC_MESSAGES/findutils.mo
share/locale/sl/LC_MESSAGES/findutils.mo
share/locale/sr/LC_MESSAGES/findutils.mo
No comments:
Post a Comment