From owner-svn-ports-head@freebsd.org Wed Apr 6 07:08:29 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 B45F2B06785; Wed, 6 Apr 2016 07:08:29 +0000 (UTC) (envelope-from pi@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 645491FF9; Wed, 6 Apr 2016 07:08:29 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3678S83032126; Wed, 6 Apr 2016 07:08:28 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3678SY4032122; Wed, 6 Apr 2016 07:08:28 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201604060708.u3678SY4032122@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 6 Apr 2016 07:08:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412609 - 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: Wed, 06 Apr 2016 07:08:29 -0000 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 (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.