diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 99ce834a5b2e..6b7bc2d5d025 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -1,32 +1,32 @@ PORTNAME= getopt -PORTVERSION= 2.41.4 +PORTVERSION= 2.42.1 CATEGORIES= misc MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${PORTVERSION:R}/ DISTNAME= util-linux-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Replacement for getopt(1) that supports GNU-style long options WWW= https://github.com/util-linux/util-linux LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= pkgconfig shebangfix tar:xz CONFIGURE_ARGS= --disable-asciidoc \ --disable-all-programs \ --disable-gtk-doc \ --disable-nls \ --disable-makeinstall-chown \ --disable-makeinstall-setuid \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ ${CONFIGURE_ARGS_${ARCH}} CONFIGURE_ARGS_i386= --disable-year2038 GNU_CONFIGURE= yes SHEBANG_FILES= misc-utils/getopt-example.bash OPTIONS_DEFINE= EXAMPLES OPTIONS_SUB= yes .include diff --git a/misc/getopt/distinfo b/misc/getopt/distinfo index 2f137b4b6277..3f597a1e362c 100644 --- a/misc/getopt/distinfo +++ b/misc/getopt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1777759393 -SHA256 (util-linux-2.41.4.tar.xz) = a8c213cc06048862602a42b2d299b340001f6d05c4407b549f3e03521df83688 -SIZE (util-linux-2.41.4.tar.xz) = 9468684 +TIMESTAMP = 1779222902 +SHA256 (util-linux-2.42.1.tar.xz) = 82e9158eb12a9b0b569d84e1687fed9dd18fe89ccd8ef5ac3427218a7c0d7f7f +SIZE (util-linux-2.42.1.tar.xz) = 10639396 diff --git a/misc/getopt/files/patch-Makefile.in b/misc/getopt/files/patch-Makefile.in index a22fa85f1738..1a5ab888a7b1 100644 --- a/misc/getopt/files/patch-Makefile.in +++ b/misc/getopt/files/patch-Makefile.in @@ -1,29 +1,29 @@ ---- Makefile.in.orig 2025-06-24 07:57:05 UTC +--- Makefile.in.orig 2026-05-18 10:22:39 UTC +++ Makefile.in -@@ -5974,7 +5974,7 @@ ADOCFILES_COMMON = man-common/bugreports.adoc man-comm - man-common/footer-lib.adoc man-common/help-version.adoc \ +@@ -6105,7 +6105,7 @@ ADOCFILES_COMMON = man-common/annotate.adoc man-common + man-common/help-version.adoc man-common/hyperlink.adoc \ man-common/in-bytes.adoc man-common/manpage-stub.adoc \ - man-common/translation.adoc --MANPAGES = lib/terminal-colors.d.5 $(am__append_20) $(am__append_31) \ -+MANPAGES = $(am__append_20) $(am__append_31) \ - $(am__append_55) $(am__append_89) $(am__append_106) \ - $(am__append_109) $(am__append_112) $(am__append_115) \ - $(am__append_118) $(am__append_121) $(am__append_124) \ -@@ -6093,7 +6093,7 @@ DISTCLEANFILES = po-man/util-linux-man.pot $(POMAN_PO_ - $(am__append_533) $(am__append_720) $(PATHFILES) \ + man-common/env-smartcols.adoc man-common/translation.adoc +-MANPAGES = lib/terminal-colors.d.5 $(am__append_18) $(am__append_29) \ ++MANPAGES = $(am__append_18) $(am__append_29) \ + $(am__append_53) $(am__append_88) $(am__append_105) \ + $(am__append_108) $(am__append_111) $(am__append_114) \ + $(am__append_117) $(am__append_120) $(am__append_123) \ +@@ -6225,7 +6225,7 @@ DISTCLEANFILES = po-man/util-linux-man.pot $(POMAN_PO_ + $(am__append_528) $(am__append_728) $(PATHFILES) \ $(EXTRA_LTLIBRARIES) DISTCLEANFILES = po-man/util-linux-man.pot $(POMAN_PO_FILES) --SUBDIRS = po $(am__append_52) $(am__append_75) $(am__append_86) \ -+SUBDIRS = $(am__append_52) $(am__append_75) $(am__append_86) \ - $(am__append_102) +-SUBDIRS = po $(am__append_50) $(am__append_74) $(am__append_85) \ ++SUBDIRS = $(am__append_50) $(am__append_74) $(am__append_85) \ + $(am__append_101) RCS_FIND_IGNORE = \( -name SCCS -o -name BitKeeper -o -name .svn -o \ -name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o -@@ -7260,7 +7260,7 @@ test_islocal_CPPFLAGS = -DTEST_PROGRAM $(AM_CPPFLAGS) +@@ -7417,7 +7417,7 @@ test_islocal_CPPFLAGS = -DTEST_PROGRAM $(AM_CPPFLAGS) @BUILD_RENAME_TRUE@rename_LDADD = $(LDADD) libcommon.la @BUILD_GETOPT_TRUE@getopt_SOURCES = misc-utils/getopt.c @BUILD_GETOPT_TRUE@getopt_LDADD = $(LDADD) libcommon.la -@BUILD_GETOPT_TRUE@getoptexampledir = $(docdir) +@BUILD_GETOPT_TRUE@getoptexampledir = ${datarootdir}/examples/${PACKAGE_TARNAME} @BUILD_GETOPT_TRUE@dist_getoptexample_DATA = \ @BUILD_GETOPT_TRUE@ misc-utils/getopt-example.bash \ @BUILD_GETOPT_TRUE@ misc-utils/getopt-example.tcsh