Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2013 20:56:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329739 - head/sysutils/zogftw
Message-ID:  <201310072056.r97Kuo6r056640@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
-
-.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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310072056.r97Kuo6r056640>