aboutsummaryrefslogtreecommitdiff
path: root/sysutils/zap
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-04-06 07:08:28 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-04-06 07:08:28 +0000
commitc4be4469d36fb9b1306fe45a8807bdd2512c73cb (patch)
tree36f52edfc53ef4702dc81a4430e84ca387fe27b3 /sysutils/zap
parentec0aae92aaff849d5a32b730411cb8edf3f0d8a8 (diff)
downloadports-c4be4469d36fb9b1306fe45a8807bdd2512c73cb.tar.gz
ports-c4be4469d36fb9b1306fe45a8807bdd2512c73cb.zip
sysutils/zap: bugfix
PR: 208564 Submitted by: Joseph Mingrone <jrm@ftfl.ca> (maintainer)
Notes
Notes: svn path=/head/; revision=412609
Diffstat (limited to 'sysutils/zap')
-rw-r--r--sysutils/zap/Makefile4
-rw-r--r--sysutils/zap/distinfo4
-rw-r--r--sysutils/zap/pkg-descr6
3 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/zap/Makefile b/sysutils/zap/Makefile
index 733facc1809b..1edc12f8d02e 100644
--- a/sysutils/zap/Makefile
+++ b/sysutils/zap/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= zap
-PORTVERSION= 0.1
+PORTVERSION= 0.1.1
CATEGORIES= sysutils
MAINTAINER= jrm@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
diff --git a/sysutils/zap/distinfo b/sysutils/zap/distinfo
index cbf94819da97..b9ee963458e8 100644
--- a/sysutils/zap/distinfo
+++ b/sysutils/zap/distinfo
@@ -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
diff --git a/sysutils/zap/pkg-descr b/sysutils/zap/pkg-descr
index 6f7098bd43a1..57059345ae97 100644
--- a/sysutils/zap/pkg-descr
+++ b/sysutils/zap/pkg-descr
@@ -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.