diff options
author | tdb <tdb@FreeBSD.org> | 2014-09-04 19:11:08 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2014-09-04 19:11:08 +0800 |
commit | d6b062da4a99933a2ae10965cc95cef61777a85e (patch) | |
tree | 11c7561f6f685f1aec60e2810a29b99c61a45f97 | |
parent | 1b340176ddd5622c59d7479441df9683c223c1c8 (diff) | |
download | freebsd-ports-gnome-d6b062da4a99933a2ae10965cc95cef61777a85e.tar.gz freebsd-ports-gnome-d6b062da4a99933a2ae10965cc95cef61777a85e.tar.zst freebsd-ports-gnome-d6b062da4a99933a2ae10965cc95cef61777a85e.zip |
Fix zfsnap.
The project has changed location. I have verified the old and new
tarballs by hand and the contents (except the directory name) are
identical.
PR: 192705
-rw-r--r-- | sysutils/zfsnap/Makefile | 6 | ||||
-rw-r--r-- | sysutils/zfsnap/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/zfsnap/Makefile b/sysutils/zfsnap/Makefile index e29aebfc9a82..9fe2ea80347c 100644 --- a/sysutils/zfsnap/Makefile +++ b/sysutils/zfsnap/Makefile @@ -8,12 +8,10 @@ CATEGORIES= sysutils MAINTAINER= graudeejs@gmail.com COMMENT= Simple sh script to make zfs rolling snaphosts with cron -BROKEN= fetching checksum mismatch - NO_BUILD= yes USE_GITHUB= yes -GH_PROJECT= zfSnap -GH_ACCOUNT= graudeejs +GH_PROJECT= zfsnap +GH_ACCOUNT= zfsnap GH_TAGNAME= v${PORTVERSION} GH_COMMIT= 2228749 diff --git a/sysutils/zfsnap/distinfo b/sysutils/zfsnap/distinfo index cc71caa0d1d5..3f934208c82a 100644 --- a/sysutils/zfsnap/distinfo +++ b/sysutils/zfsnap/distinfo @@ -1,2 +1,2 @@ -SHA256 (zfsnap-1.11.0.tar.gz) = 7e5f59eaf16413179724ace9fbbae5c53caf67f67c3516bf1b85edd4d78558a0 -SIZE (zfsnap-1.11.0.tar.gz) = 4973 +SHA256 (zfsnap-1.11.0.tar.gz) = 85cfc69902462ef8ee1cc2518fc24c6f683c1cca6533977edfaf26fc5603e662 +SIZE (zfsnap-1.11.0.tar.gz) = 4970 |