diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-05 17:17:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-05 17:17:11 +0800 |
commit | 255a98b97af12bfbf66c81f0e438133f2d51ed18 (patch) | |
tree | cff4eee0b3488baae1a193d67509c29dbc6e34d6 | |
parent | 880320b084ab16be0e74b503b2ded653de8fd4f1 (diff) | |
download | freebsd-ports-gnome-255a98b97af12bfbf66c81f0e438133f2d51ed18.tar.gz freebsd-ports-gnome-255a98b97af12bfbf66c81f0e438133f2d51ed18.tar.zst freebsd-ports-gnome-255a98b97af12bfbf66c81f0e438133f2d51ed18.zip |
- Update to 1.10.1
- Update WWW, links and e-mail address
PR: ports/160396
Submitted by: Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
-rw-r--r-- | sysutils/zfsnap/Makefile | 6 | ||||
-rw-r--r-- | sysutils/zfsnap/distinfo | 4 | ||||
-rw-r--r-- | sysutils/zfsnap/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/zfsnap/pkg-message | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/sysutils/zfsnap/Makefile b/sysutils/zfsnap/Makefile index b9557465d036..fe1ca4654f37 100644 --- a/sysutils/zfsnap/Makefile +++ b/sysutils/zfsnap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zfsnap -PORTVERSION= 1.10.0 +PORTVERSION= 1.10.1 CATEGORIES= sysutils MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/ DISTNAME= zfSnap-${PORTVERSION} @@ -15,8 +15,8 @@ MAINTAINER= aldis@bsdroot.lv COMMENT= Simple sh script to make zfs rolling snaphosts with cron NO_BUILD= yes -WRKSRC= ${WRKDIR}/zfSnap-${REV} -REV= cc881751ad16 +WRKSRC= ${WRKDIR}/graudeejs-zfSnap-${REV} +REV= e9e56ff PERIODICDIR?= ${PREFIX}/etc/periodic PLIST_SUB+= PERIODICDIR="${PERIODICDIR:S,^${PREFIX}/,,}" diff --git a/sysutils/zfsnap/distinfo b/sysutils/zfsnap/distinfo index 1ebb9f7fe90c..5f264a73bf37 100644 --- a/sysutils/zfsnap/distinfo +++ b/sysutils/zfsnap/distinfo @@ -1,2 +1,2 @@ -SHA256 (zfSnap-1.10.0.tar.gz) = 69fef45b676533355fbf7e0f438316a19e0e0a0a91ffbc130de24645df20bda3 -SIZE (zfSnap-1.10.0.tar.gz) = 5234 +SHA256 (zfSnap-1.10.1.tar.gz) = 08bc589da0a76b1c525d210ca088817351642b453945d1b0ce124779fd281e4d +SIZE (zfSnap-1.10.1.tar.gz) = 4726 diff --git a/sysutils/zfsnap/pkg-descr b/sysutils/zfsnap/pkg-descr index 7348f229bcaf..6e67bbef12d4 100644 --- a/sysutils/zfsnap/pkg-descr +++ b/sysutils/zfsnap/pkg-descr @@ -6,7 +6,7 @@ zfSnap keeps all information about snapshot in snapshot name. zfs snapshot names are in form: Timestamp--TTL where timestamp is date and time of snapshot creation and TTL is Time To Live in human readable form. -WWW: http://wiki.bsdroot.lv/zfsnap +WWW: https://github.com/graudeejs/zfSnap/ -- Aldis Berjoza -<zfsnap@bsdroot.lv> +<graudeejs@gmail.com> diff --git a/sysutils/zfsnap/pkg-message b/sysutils/zfsnap/pkg-message index 302b563812d1..5e71e15f6f0b 100644 --- a/sysutils/zfsnap/pkg-message +++ b/sysutils/zfsnap/pkg-message @@ -44,7 +44,7 @@ more advanced setup, you need to call zfSnap from crontab directly. This way you can combine all sort of parameter combinations. - Don't forget to check http://wiki.bsdroot.lv/zfsnap for more info. - - Feedback welcomed: zfsnap@bsdroot.lv + Don't forget to check https://github.com/graudeejs/zfSnap/wiki for more + info. + Feedback welcomed: graudeejs@gmail.com |