git: 22f5a37bd9ae - main - sysutils/shuf: Use release tarball and switch to HAS_CONFIGURE
Mateusz Piotrowski
0mp at FreeBSD.org
Sat Apr 17 15:40:08 UTC 2021
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=22f5a37bd9ae51dc3e411157a98ef7321d6b2584
commit 22f5a37bd9ae51dc3e411157a98ef7321d6b2584
Author: Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-17 15:37:37 +0000
Commit: Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-04-17 15:40:18 +0000
sysutils/shuf: Use release tarball and switch to HAS_CONFIGURE
As reported by tobik@, this port should be using HAS_CONFIGURE instead
of GNU_CONFIGURE. Also, there is an official release tarball we can use.
This is a follow-up to 724bf7a5dc3421fc65234b2cb2597e6783241f69.
---
sysutils/shuf/Makefile | 6 ++----
sysutils/shuf/distinfo | 6 +++---
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/sysutils/shuf/Makefile b/sysutils/shuf/Makefile
index 3686a1c4ee18..2909610d71da 100644
--- a/sysutils/shuf/Makefile
+++ b/sysutils/shuf/Makefile
@@ -1,9 +1,9 @@
# Created by: Mark Felder <feld at FreeBSD.org>
PORTNAME= shuf
-DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 3.0
CATEGORIES= sysutils
+MASTER_SITES= https://github.com/ibara/shuf/releases/download/${PORTNAME}-${DISTVERSION}/
MAINTAINER= feld at FreeBSD.org
COMMENT= Randomly permute input lines
@@ -11,9 +11,7 @@ COMMENT= Randomly permute input lines
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
-USE_GITHUB= yes
-GH_ACCOUNT= ibara
-GNU_CONFIGURE= yes
+HAS_CONFIGURE= yes
PLIST_FILES= bin/shuf \
share/man/man1/shuf.1.gz
diff --git a/sysutils/shuf/distinfo b/sysutils/shuf/distinfo
index b1cd6575dd19..6a60e70bac3f 100644
--- a/sysutils/shuf/distinfo
+++ b/sysutils/shuf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618663228
-SHA256 (ibara-shuf-shuf-3.0_GH0.tar.gz) = c147250700bdc689dbee24c5b3076763c2f26c6474c0822abe5b6012a42aa1ab
-SIZE (ibara-shuf-shuf-3.0_GH0.tar.gz) = 6162
+TIMESTAMP = 1618673826
+SHA256 (shuf-3.0.tar.gz) = f55cc9ad9b15c8cb6c8cc9170a59c6459a8ad3c4f6404b9722cf6de00d42ebaf
+SIZE (shuf-3.0.tar.gz) = 6045
More information about the dev-commits-ports-all
mailing list