Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Aug 2022 22:43:35 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9b21b2e65cdf - main - sysutils/coreutils: update to 9.1
Message-ID:  <202208132243.27DMhZ6x097998@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=9b21b2e65cdfc3335192301f680626d3c7eb502e

commit 9b21b2e65cdfc3335192301f680626d3c7eb502e
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-08-13 22:43:30 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-08-13 22:43:30 +0000

    sysutils/coreutils: update to 9.1
    
    PR:     265770
    Approved by:    jharris@widomaker.com (maintainer)
---
 sysutils/coreutils/Makefile              |  7 ++-----
 sysutils/coreutils/distinfo              |  6 +++---
 sysutils/coreutils/files/patch-configure | 14 +++++++-------
 3 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile
index 349322d8f82f..4c227caf9f7f 100644
--- a/sysutils/coreutils/Makefile
+++ b/sysutils/coreutils/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	coreutils
-PORTVERSION=	8.32
+PORTVERSION=	9.1
 CATEGORIES=	sysutils textproc
 MASTER_SITES=	GNU
 
@@ -9,7 +9,7 @@ COMMENT=	Free Software Foundation core utilities
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cpe gmake iconv perl5 charsetfix tar:xz
+USES=		cpe iconv perl5 charsetfix tar:xz
 CPE_VENDOR=	gnu
 USE_PERL5=	build	# required for tests and man page generation
 USE_LDCONFIG=	yes
@@ -33,9 +33,6 @@ GMP_CONFIGURE_WITH=	gmp
 NLS_USES=	gettext
 NLS_CONFIGURE_ENABLE=	nls
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
-
 post-build:
 	@${REINPLACE_CMD} -e "s/ lib / /g" ${WRKSRC}/Makefile
 	@${TOUCH} ${WRKSRC}/doc/coreutils.info
diff --git a/sysutils/coreutils/distinfo b/sysutils/coreutils/distinfo
index f47c0b02fa73..2bfa2f89c83f 100644
--- a/sysutils/coreutils/distinfo
+++ b/sysutils/coreutils/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592354850
-SHA256 (coreutils-8.32.tar.xz) = 4458d8de7849df44ccab15e16b1548b285224dbba5f08fac070c1c0e0bcc4cfa
-SIZE (coreutils-8.32.tar.xz) = 5547836
+TIMESTAMP = 1660430321
+SHA256 (coreutils-9.1.tar.xz) = 61a1f410d78ba7e7f37a5a4f50e6d1320aca33375484a3255eddf17a38580423
+SIZE (coreutils-9.1.tar.xz) = 5712104
diff --git a/sysutils/coreutils/files/patch-configure b/sysutils/coreutils/files/patch-configure
index 1281de4769dc..749673693554 100644
--- a/sysutils/coreutils/files/patch-configure
+++ b/sysutils/coreutils/files/patch-configure
@@ -1,11 +1,11 @@
---- configure.orig	2016-01-20 10:32:53 UTC
+--- configure.orig	2022-04-15 21:11:02 UTC
 +++ configure
-@@ -4356,7 +4356,7 @@ for as_dir in $PATH$PATH_SEPARATOR/opt/s
- do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
+@@ -5579,7 +5579,7 @@ do
+     */) ;;
+     *) as_dir=$as_dir/ ;;
+   esac
 -    for ac_prog in mkdir gmkdir; do
 +    for ac_prog in mkdir; do
  	 for ac_exec_ext in '' $ac_executable_extensions; do
- 	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
- 	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
+ 	   as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
+ 	   case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(



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