mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/zsd: Update to 2025-02-23
Switch to DISTVERSION and remove the unneeded 0.0. prefix from version. Use DISTVERSIONSUFFIX too so doesn't need manually set DISTNAME. Change LICENSE to ISCL and add LICENSE_FILE. Change http to https in MASTER_SITES. Disable portscout checking Submitter takes maintainership. PR: 284990
This commit is contained in:
parent
34f0531113
commit
b95ac28a10
2 changed files with 12 additions and 11 deletions
|
@ -1,22 +1,22 @@
|
|||
PORTNAME= zsd
|
||||
PORTVERSION= 0.0.2014.12.07
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2025-02-23
|
||||
DISTVERSIONSUFFIX= -5243dad
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.fabiankeil.de/sourcecode/zfs-snapshot-destroyer/
|
||||
DISTNAME= ${PORTNAME}-2014-12-07-c2d3662
|
||||
MASTER_SITES= https://www.fabiankeil.de/sourcecode/zfs-snapshot-destroyer/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= fk@fabiankeil.de
|
||||
COMMENT= Destroys ZFS snapshots
|
||||
WWW= https://www.fabiankeil.de/gehacktes/zsd/
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
PORTSCOUT= ignore:1
|
||||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= perl5 shebangfix
|
||||
|
||||
SHEBANG_FILES= zsd
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
PLIST_FILES= sbin/zsd \
|
||||
share/man/man8/zsd.8.gz
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (zsd-2014-12-07-c2d3662.tar.gz) = f54abb4bb97b367ab48f67919bfb82e0907c64916c872e8eea6c85b66c9f1dbe
|
||||
SIZE (zsd-2014-12-07-c2d3662.tar.gz) = 6953
|
||||
TIMESTAMP = 1740318795
|
||||
SHA256 (zsd-2025-02-23-5243dad.tar.gz) = cf3b8a03581d46dbc017a3920f27776ee26ae055e72bc5eee411fdfe69c36f47
|
||||
SIZE (zsd-2025-02-23-5243dad.tar.gz) = 7249
|
||||
|
|
Loading…
Add table
Reference in a new issue