diff options
author | Älven <alster@vinterdalen.se> | 2025-01-19 17:35:14 +0000 |
---|---|---|
committer | Fernando Apesteguía <fernape@FreeBSD.org> | 2025-02-03 17:58:32 +0000 |
commit | 89000a6a21b16a33f472e7daaa6e4eea53b54937 (patch) | |
tree | 14538535432feadb3005d1c417a374aae9af4134 | |
parent | 5272a12b31b467fc6655ba4e20d5b8b55064927c (diff) |
sysutils/coreutils: update 9.5 → 9.6
ChangeLog: https://lists.gnu.org/archive/html/info-gnu/2025-01/msg00008.html
PR: 284123
Reported by: alster@vinterdalen.se
Approved by: jharris@widomaker.com (maintainer, timeout > 2 weeks)
-rw-r--r-- | sysutils/coreutils/Makefile | 11 | ||||
-rw-r--r-- | sysutils/coreutils/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index 9100b1bc911e..a21a113cab1d 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -1,16 +1,17 @@ PORTNAME= coreutils -DISTVERSION= 9.5 +DISTVERSION= 9.6 CATEGORIES= sysutils textproc MASTER_SITES= GNU MAINTAINER= jharris@widomaker.com COMMENT= Free Software Foundation core utilities -WWW= https://www.gnu.org/software/coreutils/ +WWW= https://www.gnu.org/software/coreutils/ \ + https://git.savannah.gnu.org/gitweb/?p=coreutils.git LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe iconv perl5 charsetfix tar:xz +USES= charsetfix cpe iconv perl5 tar:xz CPE_VENDOR= gnu USE_LDCONFIG= yes USE_PERL5= build # required for tests and man page generation @@ -23,6 +24,7 @@ CONFIGURE_ARGS= --program-prefix=g \ CONFIGURE_ENV= FORCE_UNSAFE_CONFIGURE=1 TEST_TARGET= check + PIE_UNSAFE= yes CONFLICTS_INSTALL= gdu geneweb gexpr rubygem-god # bin/gdu bin/gexpr bin/god bin/gwc @@ -32,10 +34,9 @@ INFO= coreutils OPTIONS_DEFINE= GMP NLS OPTIONS_SUB= yes -GMP_USES= localbase:ldflags GMP_LIB_DEPENDS= libgmp.so:math/gmp +GMP_USES= localbase:ldflags GMP_CONFIGURE_WITH= libgmp - NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls diff --git a/sysutils/coreutils/distinfo b/sysutils/coreutils/distinfo index 44185c1c1ca9..0b4242496dec 100644 --- a/sysutils/coreutils/distinfo +++ b/sysutils/coreutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724600904 -SHA256 (coreutils-9.5.tar.xz) = cd328edeac92f6a665de9f323c93b712af1858bc2e0d88f3f7100469470a1b8a -SIZE (coreutils-9.5.tar.xz) = 6007136 +TIMESTAMP = 1737143919 +SHA256 (coreutils-9.6.tar.xz) = 7a0124327b398fd9eb1a6abde583389821422c744ffa10734b24f557610d3283 +SIZE (coreutils-9.6.tar.xz) = 6134764 |