Index: Makefile =================================================================== --- Makefile (revision 412604) +++ Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zap -PORTVERSION= 0.1 +PORTVERSION= 0.1.1 CATEGORIES= sysutils MAINTAINER= jrm@ftfl.ca @@ -14,7 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= Jehops -GH_TAGNAME= 0.1 +GH_TAGNAME= 0.1.1 PLIST_FILES= bin/zap %%PORTDOCS%%%%DOCSDIR%%/README.org Index: distinfo =================================================================== --- distinfo (revision 412604) +++ distinfo (working copy) @@ -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 Index: pkg-descr =================================================================== --- pkg-descr (revision 412604) +++ pkg-descr (working copy) @@ -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.