diff options
author | tdb <tdb@FreeBSD.org> | 2011-06-05 20:46:30 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2011-06-05 20:46:30 +0800 |
commit | d74512bc9203cc819df391bad8b83960703be4bd (patch) | |
tree | c42cfa6921c8ea3823eeeb23c344b8f9c3e3dcf7 /sysutils/zfsnap | |
parent | 7b6911ddaac90e9816947bc83fa12510512c3e19 (diff) | |
download | freebsd-ports-graphics-d74512bc9203cc819df391bad8b83960703be4bd.tar.gz freebsd-ports-graphics-d74512bc9203cc819df391bad8b83960703be4bd.tar.zst freebsd-ports-graphics-d74512bc9203cc819df391bad8b83960703be4bd.zip |
- Update zfSnap to 1.10.0
This includes a workaround for use with zpool v28. See UPDATING for
more information.
PR: ports/157621
Submitted by: Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
Diffstat (limited to 'sysutils/zfsnap')
-rw-r--r-- | sysutils/zfsnap/Makefile | 4 | ||||
-rw-r--r-- | sysutils/zfsnap/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/zfsnap/Makefile b/sysutils/zfsnap/Makefile index 8a7d20c88e0..b9557465d03 100644 --- a/sysutils/zfsnap/Makefile +++ b/sysutils/zfsnap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zfsnap -PORTVERSION= 1.9.4 +PORTVERSION= 1.10.0 CATEGORIES= sysutils MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/ DISTNAME= zfSnap-${PORTVERSION} @@ -16,7 +16,7 @@ COMMENT= Simple sh script to make zfs rolling snaphosts with cron NO_BUILD= yes WRKSRC= ${WRKDIR}/zfSnap-${REV} -REV= 55cdedfce678 +REV= cc881751ad16 PERIODICDIR?= ${PREFIX}/etc/periodic PLIST_SUB+= PERIODICDIR="${PERIODICDIR:S,^${PREFIX}/,,}" diff --git a/sysutils/zfsnap/distinfo b/sysutils/zfsnap/distinfo index c7e178b271f..1ebb9f7fe90 100644 --- a/sysutils/zfsnap/distinfo +++ b/sysutils/zfsnap/distinfo @@ -1,2 +1,2 @@ -SHA256 (zfSnap-1.9.4.tar.gz) = 759220693320aba671aadfc302b2b3e4959fb787e02017512d894c840040b8e2 -SIZE (zfSnap-1.9.4.tar.gz) = 4988 +SHA256 (zfSnap-1.10.0.tar.gz) = 69fef45b676533355fbf7e0f438316a19e0e0a0a91ffbc130de24645df20bda3 +SIZE (zfSnap-1.10.0.tar.gz) = 5234 |