Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Dec 2025 14:45:38 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        jharris <jharris@widomaker.com>
Subject:   git: 7c94c3f1f1f8 - main - sysutils/coreutils: Update 9.7 => 9.9
Message-ID:  <6942c212.3b5cb.3e077f90@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7c94c3f1f1f89ae44ca9b909af279398bbe28a49

commit 7c94c3f1f1f89ae44ca9b909af279398bbe28a49
Author:     jharris <jharris@widomaker.com>
AuthorDate: 2025-12-17 14:41:19 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-12-17 14:41:19 +0000

    sysutils/coreutils: Update 9.7 => 9.9
    
    Announce:
    https://lists.gnu.org/archive/html/coreutils-announce/2025-09/msg00000.html
    https://lists.gnu.org/archive/html/coreutils-announce/2025-11/msg00000.html
    
    Fix "Warning: you need USES=ssl".
    
    PR:     291700
---
 sysutils/coreutils/Makefile  | 4 ++--
 sysutils/coreutils/distinfo  | 6 +++---
 sysutils/coreutils/pkg-plist | 4 ----
 3 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile
index a6f21b092e77..59c1151c6220 100644
--- a/sysutils/coreutils/Makefile
+++ b/sysutils/coreutils/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	coreutils
-DISTVERSION=	9.7
+DISTVERSION=	9.9
 CATEGORIES=	sysutils textproc
 MASTER_SITES=	GNU
 
@@ -11,7 +11,7 @@ WWW=		https://www.gnu.org/software/coreutils/ \
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		charsetfix cpe iconv perl5 tar:xz
+USES=		charsetfix cpe iconv perl5 ssl tar:xz
 CPE_VENDOR=	gnu
 USE_LDCONFIG=	yes
 USE_PERL5=	build	# required for tests and man page generation
diff --git a/sysutils/coreutils/distinfo b/sysutils/coreutils/distinfo
index f6a8853b61cb..a8d4488b6098 100644
--- a/sysutils/coreutils/distinfo
+++ b/sysutils/coreutils/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1744347027
-SHA256 (coreutils-9.7.tar.xz) = e8bb26ad0293f9b5a1fc43fb42ba970e312c66ce92c1b0b16713d7500db251bf
-SIZE (coreutils-9.7.tar.xz) = 6158960
+TIMESTAMP = 1765765901
+SHA256 (coreutils-9.9.tar.xz) = 19bcb6ca867183c57d77155eae946c5eced88183143b45ca51ad7d26c628ca75
+SIZE (coreutils-9.9.tar.xz) = 6295160
diff --git a/sysutils/coreutils/pkg-plist b/sysutils/coreutils/pkg-plist
index 340892d25034..7372ae797726 100644
--- a/sysutils/coreutils/pkg-plist
+++ b/sysutils/coreutils/pkg-plist
@@ -5,7 +5,6 @@ bin/gbase64
 bin/gbasename
 bin/gbasenc
 bin/gcat
-bin/gchcon
 bin/gchgrp
 bin/gchmod
 bin/gchown
@@ -66,7 +65,6 @@ bin/greadlink
 bin/grealpath
 bin/grm
 bin/grmdir
-bin/gruncon
 bin/gseq
 bin/gsha1sum
 bin/gsha224sum
@@ -111,7 +109,6 @@ share/man/man1/gbase64.1.gz
 share/man/man1/gbasename.1.gz
 share/man/man1/gbasenc.1.gz
 share/man/man1/gcat.1.gz
-share/man/man1/gchcon.1.gz
 share/man/man1/gchgrp.1.gz
 share/man/man1/gchmod.1.gz
 share/man/man1/gchown.1.gz
@@ -172,7 +169,6 @@ share/man/man1/greadlink.1.gz
 share/man/man1/grealpath.1.gz
 share/man/man1/grm.1.gz
 share/man/man1/grmdir.1.gz
-share/man/man1/gruncon.1.gz
 share/man/man1/gseq.1.gz
 share/man/man1/gsha1sum.1.gz
 share/man/man1/gsha224sum.1.gz


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6942c212.3b5cb.3e077f90>