Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2025 17:58:45 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 89000a6a21b1 - main - =?utf-8?Q?sysutils/coreutils: update 9.5 =E2=86=92 9.6?=
Message-ID:  <202502031758.513HwjZZ066131@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89000a6a21b16a33f472e7daaa6e4eea53b54937

commit 89000a6a21b16a33f472e7daaa6e4eea53b54937
Author:     Älven <alster@vinterdalen.se>
AuthorDate: 2025-01-19 17:35:14 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2025-02-03 17:58:32 +0000

    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)
---
 sysutils/coreutils/Makefile | 11 ++++++-----
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502031758.513HwjZZ066131>