- Update to 1.9.4

PR:		ports/154779
Submitted by:	Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
This commit is contained in:
Sylvio Cesar Teixeira 2011-02-14 18:56:34 +00:00
parent 36c2d75c47
commit c68e7e8d4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269159
3 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= zfsnap PORTNAME= zfsnap
PORTVERSION= 1.9.2 PORTVERSION= 1.9.4
CATEGORIES= sysutils CATEGORIES= sysutils
MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/ MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/
DISTNAME= zfSnap-${PORTVERSION} DISTNAME= zfSnap-${PORTVERSION}
@ -16,7 +16,7 @@ COMMENT= Simple sh script to make zfs rolling snaphosts with cron
NO_BUILD= yes NO_BUILD= yes
WRKSRC= ${WRKDIR}/zfSnap-${REV} WRKSRC= ${WRKDIR}/zfSnap-${REV}
REV= a47a7d2a59b0 REV= 55cdedfce678
PERIODICDIR?= ${PREFIX}/etc/periodic PERIODICDIR?= ${PREFIX}/etc/periodic
PLIST_SUB+= PERIODICDIR="${PERIODICDIR:S,^${PREFIX}/,,}" PLIST_SUB+= PERIODICDIR="${PERIODICDIR:S,^${PREFIX}/,,}"

View file

@ -1,2 +1,2 @@
SHA256 (zfSnap-1.9.2.tar.gz) = bb056331159872a6e9b5ec7c53633fc0df0cc49ff39899d96000921e11b64b61 SHA256 (zfSnap-1.9.4.tar.gz) = 759220693320aba671aadfc302b2b3e4959fb787e02017512d894c840040b8e2
SIZE (zfSnap-1.9.2.tar.gz) = 4723 SIZE (zfSnap-1.9.4.tar.gz) = 4988

View file

@ -18,7 +18,7 @@
(Default = "xPERIODICx-") (Default = "xPERIODICx-")
(where xPERIODICx is any of hourly, daily, weekly, monthly, reboot) (where xPERIODICx is any of hourly, daily, weekly, monthly, reboot)
xPERIODICx_zfsnap_delete_enable - Delete old snapshots periodicaly xPERIODICx_zfsnap_delete_enable - Delete old snapshots periodically
(values: YES | NO) (values: YES | NO)
xPERIODICx_zfsnap_delete_flags - zfSnap generic flags xPERIODICx_zfsnap_delete_flags - zfSnap generic flags
(except -v and -d) (except -v and -d)
@ -26,8 +26,8 @@
xPERIODICx_zfsnap_delete_prefixes - Space separated list of prefixes xPERIODICx_zfsnap_delete_prefixes - Space separated list of prefixes
of old zfSnap snapshots to delete of old zfSnap snapshots to delete
'hourly-', 'daily-', 'weekly-', 'hourly-', 'daily-', 'weekly-',
'monthly-' and 'reboot' prefixes 'monthly-' and 'reboot-' prefixes
are hardcoded are hard-coded
(where xPERIODICx is any of daily, weekly, monthly) (where xPERIODICx is any of daily, weekly, monthly)
@ -46,5 +46,5 @@
Don't forget to check http://wiki.bsdroot.lv/zfsnap for more info. Don't forget to check http://wiki.bsdroot.lv/zfsnap for more info.
Feedback wellcomed: zfsnap@bsdroot.lv Feedback welcomed: zfsnap@bsdroot.lv