Date: Sat, 17 Apr 2021 15:17:34 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 724bf7a5dc34 - main - sysutils/shuf: Update to 3.0 Message-ID: <202104171517.13HFHYt0037340@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=724bf7a5dc3421fc65234b2cb2597e6783241f69 commit 724bf7a5dc3421fc65234b2cb2597e6783241f69 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-17 12:44:36 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-17 15:17:20 +0000 sysutils/shuf: Update to 3.0 Summary: - Set WWW to the GitHub repository, the old homepage seems down. - Install the manual page to share/man/man1 - Mention that this utility is a reimplementation of the GNU shuf tool. Approved by: feld (maintainer) Differential Revision: https://reviews.freebsd.org/D29806 --- sysutils/shuf/Makefile | 12 ++++++++---- sysutils/shuf/distinfo | 6 +++--- sysutils/shuf/pkg-descr | 5 ++++- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/sysutils/shuf/Makefile b/sysutils/shuf/Makefile index 49206401cca6..3686a1c4ee18 100644 --- a/sysutils/shuf/Makefile +++ b/sysutils/shuf/Makefile @@ -1,21 +1,25 @@ # Created by: Mark Felder <feld@FreeBSD.org> PORTNAME= shuf -PORTVERSION= 1.8 +DISTVERSIONPREFIX= ${PORTNAME}- +DISTVERSION= 3.0 CATEGORIES= sysutils -MASTER_SITES= LOCAL/swills MAINTAINER= feld@FreeBSD.org COMMENT= Randomly permute input lines LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE +USE_GITHUB= yes +GH_ACCOUNT= ibara GNU_CONFIGURE= yes -PLIST_FILES= bin/shuf man/man1/shuf.1.gz +PLIST_FILES= bin/shuf \ + share/man/man1/shuf.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/shuf ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/shuf.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/shuf.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1 .include <bsd.port.mk> diff --git a/sysutils/shuf/distinfo b/sysutils/shuf/distinfo index 9c896f1e23b0..b1cd6575dd19 100644 --- a/sysutils/shuf/distinfo +++ b/sysutils/shuf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525186596 -SHA256 (shuf-1.8.tar.gz) = 9135103942e23b1d0e023364a11b4b150cb7965b56ed0fb168fcadbfeef7c503 -SIZE (shuf-1.8.tar.gz) = 5569 +TIMESTAMP = 1618663228 +SHA256 (ibara-shuf-shuf-3.0_GH0.tar.gz) = c147250700bdc689dbee24c5b3076763c2f26c6474c0822abe5b6012a42aa1ab +SIZE (ibara-shuf-shuf-3.0_GH0.tar.gz) = 6162 diff --git a/sysutils/shuf/pkg-descr b/sysutils/shuf/pkg-descr index 475735443063..99b806be03c3 100644 --- a/sysutils/shuf/pkg-descr +++ b/sysutils/shuf/pkg-descr @@ -1,3 +1,6 @@ shuf is a utility that outputs a random permutation of its input lines. -WWW: https://devio.us/~bcallah/shuf/ +It is an ISC licensed reimplementation of the shuf(1) utility +from GNU coreutils. + +WWW: https://github.com/ibara/shuf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104171517.13HFHYt0037340>