Index: head/sysutils/zap/Makefile =================================================================== --- head/sysutils/zap/Makefile (revision 412672) +++ head/sysutils/zap/Makefile (revision 412673) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= zap -PORTVERSION= 0.1.2 +PORTVERSION= 0.2 CATEGORIES= sysutils MAINTAINER= jrm@ftfl.ca COMMENT= Maintain ZFS snapshots with cron LICENSE= BSD2CLAUSE NO_ARCH= yes NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= Jehops PLIST_FILES= bin/zap %%PORTDOCS%%%%DOCSDIR%%/README.org do-install: ${INSTALL_SCRIPT} ${WRKSRC}/zap ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.org ${STAGEDIR}${DOCSDIR} .include Index: head/sysutils/zap/distinfo =================================================================== --- head/sysutils/zap/distinfo (revision 412672) +++ head/sysutils/zap/distinfo (revision 412673) @@ -1,2 +1,2 @@ -SHA256 (Jehops-zap-0.1.2_GH0.tar.gz) = e77b0007aa576f2ef806c9b731b40481071345f73772c1087097b8a6f5b96d59 -SIZE (Jehops-zap-0.1.2_GH0.tar.gz) = 2628 +SHA256 (Jehops-zap-0.2_GH0.tar.gz) = 4dba81b26f99dbb335d4e6e6691f3c09bc12b5062cddc0383b0fd64d28e2f5b1 +SIZE (Jehops-zap-0.2_GH0.tar.gz) = 2811 Index: head/sysutils/zap/pkg-descr =================================================================== --- head/sysutils/zap/pkg-descr (revision 412672) +++ head/sysutils/zap/pkg-descr (revision 412673) @@ -1,10 +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 no configuration files - Uses namespaces to avoid collisions with other snapshots. - Creates and destroys snapshots only when it makes sense to. - Written in POSIX sh. WWW: https://github.com/Jehops/zap