mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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 724bf7a5dc
.
This commit is contained in:
parent
d2693060b7
commit
22f5a37bd9
@ -1,9 +1,9 @@
|
||||
# Created by: Mark Felder <feld@FreeBSD.org>
|
||||
|
||||
PORTNAME= shuf
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
DISTVERSION= 3.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://github.com/ibara/shuf/releases/download/${PORTNAME}-${DISTVERSION}/
|
||||
|
||||
MAINTAINER= feld@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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user