--- Makefile (revision 412656) +++ Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zap -PORTVERSION= 0.1.2 +PORTVERSION= 0.2 CATEGORIES= sysutils MAINTAINER= jrm@ftfl.ca --- distinfo (revision 412656) +++ distinfo (working copy) @@ -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 --- pkg-descr (revision 412656) +++ pkg-descr (working copy) @@ -1,8 +1,6 @@ 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.