From owner-svn-ports-all@freebsd.org Wed Mar 13 15:49:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A2691537711; Wed, 13 Mar 2019 15:49:23 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 28DBE8556A; Wed, 13 Mar 2019 15:49:23 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 141C2C9FF; Wed, 13 Mar 2019 15:49:23 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2DFnMd6082808; Wed, 13 Mar 2019 15:49:22 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2DFnMqM082805; Wed, 13 Mar 2019 15:49:22 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201903131549.x2DFnMqM082805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 13 Mar 2019 15:49:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495588 - head/sysutils/coreutils X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/sysutils/coreutils X-SVN-Commit-Revision: 495588 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 28DBE8556A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Mar 2019 15:49:23 -0000 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 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 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