svn commit: r495588 - head/sysutils/coreutils

Alexey Dokuchaev danfe at FreeBSD.org
Wed Mar 13 15:49:23 UTC 2019


Author: danfe
Date: Wed Mar 13 15:49:22 2019
New Revision: 495588
URL: https://svnweb.freebsd.org/changeset/ports/495588

Log:
  - Update GNU coreutils to the latest version 8.31
  - Enable tests via our framework (set the TEST_TARGET)
  - Remove MAKE_JOBS_UNSAFE which was added in r306718 (due to "help2man:
    can't get '--help' info from man/stty.td/stty") as it looks like this
    very error had been fixed long time ago, per their ChangeLog:
  
    2015-03-06  Padraig Brady  <P at draigBrady.com>
  
  	build: fix make dependencies for test.1
  	In certain parallel build situations this would give the error:
  	  help2man: can't get `--help' info from man/test.td/[
  	  Makefile:14189: recipe for target 'man/test.1' failed
  
    That said, the port should have been jobs-safe for about four years
    now, but for some strange reason nobody had noticed that.
  
  Approved by:	maintainer

Modified:
  head/sysutils/coreutils/Makefile
  head/sysutils/coreutils/distinfo
  head/sysutils/coreutils/pkg-plist

Modified: head/sysutils/coreutils/Makefile
==============================================================================
--- head/sysutils/coreutils/Makefile	Wed Mar 13 15:48:32 2019	(r495587)
+++ head/sysutils/coreutils/Makefile	Wed Mar 13 15:49:22 2019	(r495588)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	coreutils
-PORTVERSION=	8.30
-PORTREVISION=	1
+PORTVERSION=	8.31
 CATEGORIES=	sysutils textproc
 MASTER_SITES=	GNU
 
@@ -16,11 +15,10 @@ CONFLICTS=	idutils-[0-9]*
 
 USES=		cpe gmake iconv perl5 charsetfix tar:xz
 CPE_VENDOR=	gnu
-USE_PERL5=	build	# build - required for tests and man page generation
+USE_PERL5=	build	# required for tests and man page generation
 USE_LDCONFIG=	yes
+TEST_TARGET=	check
 
-MAKE_JOBS_UNSAFE=	yes
-
 GNU_CONFIGURE=	yes
 # A rather nasty hack to stop gnustat from conflicting with base gstat
 # bugs.freebsd.org/160060
@@ -51,8 +49,5 @@ post-build:
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/g* \
 		${STAGEDIR}${PREFIX}/libexec/coreutils/libstdbuf.so
-
-#regression-test: build
-#	(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check)
 
 .include <bsd.port.mk>

Modified: head/sysutils/coreutils/distinfo
==============================================================================
--- head/sysutils/coreutils/distinfo	Wed Mar 13 15:48:32 2019	(r495587)
+++ head/sysutils/coreutils/distinfo	Wed Mar 13 15:49:22 2019	(r495588)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537606173
-SHA256 (coreutils-8.30.tar.xz) = e831b3a86091496cdba720411f9748de81507798f6130adeaef872d206e1b057
-SIZE (coreutils-8.30.tar.xz) = 5359532
+TIMESTAMP = 1552263868
+SHA256 (coreutils-8.31.tar.xz) = ff7a9c918edce6b4f4b2725e3f9b37b0c4d193531cac49a48b56c4d0d3a9e9fd
+SIZE (coreutils-8.31.tar.xz) = 5410140

Modified: head/sysutils/coreutils/pkg-plist
==============================================================================
--- head/sysutils/coreutils/pkg-plist	Wed Mar 13 15:48:32 2019	(r495587)
+++ head/sysutils/coreutils/pkg-plist	Wed Mar 13 15:49:22 2019	(r495588)
@@ -3,6 +3,7 @@ bin/gb2sum
 bin/gbase32
 bin/gbase64
 bin/gbasename
+bin/gbasenc
 bin/gcat
 bin/gchcon
 bin/gchgrp
@@ -108,6 +109,7 @@ man/man1/gb2sum.1.gz
 man/man1/gbase32.1.gz
 man/man1/gbase64.1.gz
 man/man1/gbasename.1.gz
+man/man1/gbasenc.1.gz
 man/man1/gcat.1.gz
 man/man1/gchcon.1.gz
 man/man1/gchgrp.1.gz


More information about the svn-ports-all mailing list