From owner-svn-ports-head@freebsd.org Thu Apr 7 15:58:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95920B07E61; Thu, 7 Apr 2016 15:58:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67AF41DDB; Thu, 7 Apr 2016 15:58:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u37FwiOt031472; Thu, 7 Apr 2016 15:58:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u37Fwi5O031469; Thu, 7 Apr 2016 15:58:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604071558.u37Fwi5O031469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 7 Apr 2016 15:58:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412673 - head/sysutils/zap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2016 15:58:45 -0000 Author: amdmi3 Date: Thu Apr 7 15:58:44 2016 New Revision: 412673 URL: https://svnweb.freebsd.org/changeset/ports/412673 Log: - Update to 0.2 PR: 208600 Submitted by: 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 Thu Apr 7 15:36:43 2016 (r412672) +++ head/sysutils/zap/Makefile Thu Apr 7 15:58:44 2016 (r412673) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zap -PORTVERSION= 0.1.2 +PORTVERSION= 0.2 CATEGORIES= sysutils MAINTAINER= jrm@ftfl.ca Modified: head/sysutils/zap/distinfo ============================================================================== --- head/sysutils/zap/distinfo Thu Apr 7 15:36:43 2016 (r412672) +++ head/sysutils/zap/distinfo Thu Apr 7 15:58:44 2016 (r412673) @@ -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 Modified: head/sysutils/zap/pkg-descr ============================================================================== --- head/sysutils/zap/pkg-descr Thu Apr 7 15:36:43 2016 (r412672) +++ head/sysutils/zap/pkg-descr Thu Apr 7 15:58:44 2016 (r412673) @@ -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.