Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Apr 2016 07:08:28 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412609 - head/sysutils/zap
Message-ID:  <201604060708.u3678SY4032122@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604060708.u3678SY4032122>