svn commit: r412609 - head/sysutils/zap
Kurt Jaeger
pi at FreeBSD.org
Wed Apr 6 07:08:29 UTC 2016
Author: pi
Date: Wed Apr 6 07:08:28 2016
New Revision: 412609
URL: https://svnweb.freebsd.org/changeset/ports/412609
Log:
sysutils/zap: bugfix
PR: 208564
Submitted by: Joseph Mingrone <jrm at ftfl.ca> (maintainer)
Modified:
head/sysutils/zap/Makefile
head/sysutils/zap/distinfo
head/sysutils/zap/pkg-descr
Modified: head/sysutils/zap/Makefile
==============================================================================
--- head/sysutils/zap/Makefile Wed Apr 6 07:06:23 2016 (r412608)
+++ head/sysutils/zap/Makefile Wed Apr 6 07:08:28 2016 (r412609)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= zap
-PORTVERSION= 0.1
+PORTVERSION= 0.1.1
CATEGORIES= sysutils
MAINTAINER= jrm at ftfl.ca
@@ -14,7 +14,7 @@ NO_BUILD= yes
USE_GITHUB= yes
GH_ACCOUNT= Jehops
-GH_TAGNAME= 0.1
+GH_TAGNAME= 0.1.1
PLIST_FILES= bin/zap %%PORTDOCS%%%%DOCSDIR%%/README.org
Modified: head/sysutils/zap/distinfo
==============================================================================
--- head/sysutils/zap/distinfo Wed Apr 6 07:06:23 2016 (r412608)
+++ head/sysutils/zap/distinfo Wed Apr 6 07:08:28 2016 (r412609)
@@ -1,2 +1,2 @@
-SHA256 (Jehops-zap-0.1_GH0.tar.gz) = 31aa6f579c41e399646b54116bd33aeb1a1020c41436df3c66c4226d94206014
-SIZE (Jehops-zap-0.1_GH0.tar.gz) = 2487
+SHA256 (Jehops-zap-0.1.1_GH0.tar.gz) = 6f3a61cfbb500496cb491ac0819a922214f1fb6aa8cfef3f5a6924544f4f418f
+SIZE (Jehops-zap-0.1.1_GH0.tar.gz) = 2496
Modified: head/sysutils/zap/pkg-descr
==============================================================================
--- head/sysutils/zap/pkg-descr Wed Apr 6 07:06:23 2016 (r412608)
+++ head/sysutils/zap/pkg-descr Wed Apr 6 07:08:28 2016 (r412609)
@@ -1,8 +1,8 @@
Use zap to maintain ZFS snapshots with cron.
-- Uses neither configuration files nor custom ZFS properties
-- all information is supplied when zap is invoked and stored in snapshot
- names.
+- Uses neither configuration files nor custom ZFS properties - all
+ information is supplied when zap is invoked and stored in snapshot
+ names.
- Uses namespaces to avoid collisions with other snapshots.
- Creates and destroys snapshots only when it makes sense to.
- Written in POSIX sh.
More information about the svn-ports-head
mailing list