From owner-svn-ports-head@FreeBSD.ORG Mon Oct 7 20:56:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 26EC1A86; Mon, 7 Oct 2013 20:56:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE48C22DE; Mon, 7 Oct 2013 20:56:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r97KuonQ056642; Mon, 7 Oct 2013 20:56:50 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r97Kuo6r056640; Mon, 7 Oct 2013 20:56:50 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201310072056.r97Kuo6r056640@svn.freebsd.org> From: Antoine Brodin Date: Mon, 7 Oct 2013 20:56:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329739 - head/sysutils/zogftw 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.14 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: Mon, 07 Oct 2013 20:56:51 -0000 Author: antoine Date: Mon Oct 7 20:56:50 2013 New Revision: 329739 URL: http://svnweb.freebsd.org/changeset/ports/329739 Log: - Update to 2013-10-06 - Convert to STAGEDIR PR: ports/182744 Submitted by: Fabian Keil (maintainer) Modified: head/sysutils/zogftw/Makefile head/sysutils/zogftw/distinfo Modified: head/sysutils/zogftw/Makefile ============================================================================== --- head/sysutils/zogftw/Makefile Mon Oct 7 20:56:22 2013 (r329738) +++ head/sysutils/zogftw/Makefile Mon Oct 7 20:56:50 2013 (r329739) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= zogftw -PORTVERSION= 0.0.2013.03.31 +PORTVERSION= 0.0.2013.10.06 CATEGORIES= sysutils MASTER_SITES= http://www.fabiankeil.de/sourcecode/zogftw/ -DISTNAME= ${PORTNAME}-2013-03-31-80ef6e9 +DISTNAME= ${PORTNAME}-2013-10-06-4760e2c MAINTAINER= fk@fabiankeil.de COMMENT= Creates redundant backups on encrypted ZFS pools @@ -16,23 +16,17 @@ RUN_DEPENDS= mbuffer:${PORTSDIR}/misc/mb OPTIONS_DEFINE= GNUPG OPTIONS_DEFAULT= GNUPG -PLIST_FILES= sbin/zogftw - -MAN8= zogftw.8 +PLIST_FILES= sbin/zogftw \ + man/man8/zogftw.8.gz +NO_BUILD= yes PORTSCOUT= ignore:1 -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MGNUPG} -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg1 \ - gpg-agent:${PORTSDIR}/security/gnupg -.endif +GNUPG_RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 \ + gpg-agent:${PORTSDIR}/security/gnupg -do-build: do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/zogftw ${PREFIX}/sbin/zogftw - ${INSTALL_MAN} ${WRKSRC}/zogftw.8 ${MAN8PREFIX}/man/man8 + ${INSTALL_SCRIPT} ${WRKSRC}/zogftw ${STAGEDIR}${PREFIX}/sbin/zogftw + ${INSTALL_MAN} ${WRKSRC}/zogftw.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 .include Modified: head/sysutils/zogftw/distinfo ============================================================================== --- head/sysutils/zogftw/distinfo Mon Oct 7 20:56:22 2013 (r329738) +++ head/sysutils/zogftw/distinfo Mon Oct 7 20:56:50 2013 (r329739) @@ -1,2 +1,2 @@ -SHA256 (zogftw-2013-03-31-80ef6e9.tar.gz) = e8dcdb01916c4f0c89deb23bb3044701fe6a209e9428885f4a9a5f9a22dda49e -SIZE (zogftw-2013-03-31-80ef6e9.tar.gz) = 15957 +SHA256 (zogftw-2013-10-06-4760e2c.tar.gz) = 9ebcfe168ed3e8e333982ede3c7a0b6f8769162e7a6590499c412aef32e42c34 +SIZE (zogftw-2013-10-06-4760e2c.tar.gz) = 14651