[Midnightbsd-cvs] mports [18483] trunk/sysutils/tarsnap: fix man pages

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 29 14:10:39 EDT 2015


Revision: 18483
          http://svnweb.midnightbsd.org/mports/?rev=18483
Author:   laffer1
Date:     2015-03-29 14:10:39 -0400 (Sun, 29 Mar 2015)
Log Message:
-----------
fix man pages

Modified Paths:
--------------
    trunk/sysutils/tarsnap/Makefile
    trunk/sysutils/tarsnap/pkg-plist

Modified: trunk/sysutils/tarsnap/Makefile
===================================================================
--- trunk/sysutils/tarsnap/Makefile	2015-03-29 18:06:01 UTC (rev 18482)
+++ trunk/sysutils/tarsnap/Makefile	2015-03-29 18:10:39 UTC (rev 18483)
@@ -2,10 +2,10 @@
 
 PORTNAME=	tarsnap
 PORTVERSION=	1.0.35
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.tarsnap.com/download-http/
 DISTNAME=	${PORTNAME}-autoconf-${PORTVERSION}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Online encrypted backup service (client)
@@ -16,12 +16,8 @@
 LICENSE_PERMS=	dist-mirror pkg-mirror
 
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake tar:tgz
 
-MAN1=		tarsnap.1 tarsnap-keygen.1 tarsnap-keymgmt.1	\
-		tarsnap-keyregen.1 tarsnap-recrypt.1
-MAN5=		tarsnap.conf.5
-
 OPTIONS_DEFINE=	SSE2
 SSE2_DESC=	Use SSE2-optimized code
 
@@ -39,6 +35,7 @@
 LICENSE_PERMS=	no-dist-mirror no-pkg-mirror
 RESTRICTED=	license only allows redistribution and use of unmodified source and binaries
 .endif
+LEGAL_TEXT=	license restricts redistribution of source and binaries
 
 post-install:
 	@if [ ! -f ${PREFIX}/etc/tarsnap.conf ]; then \

Modified: trunk/sysutils/tarsnap/pkg-plist
===================================================================
--- trunk/sysutils/tarsnap/pkg-plist	2015-03-29 18:06:01 UTC (rev 18482)
+++ trunk/sysutils/tarsnap/pkg-plist	2015-03-29 18:10:39 UTC (rev 18483)
@@ -3,6 +3,12 @@
 bin/tarsnap-keymgmt
 bin/tarsnap-keyregen
 bin/tarsnap-recrypt
+man/man1/tarsnap-keygen.1.gz
+man/man1/tarsnap-keymgmt.1.gz
+man/man1/tarsnap-keyregen.1.gz
+man/man1/tarsnap-recrypt.1.gz
+man/man1/tarsnap.1.gz
+man/man5/tarsnap.conf.5.gz
 @unexec if cmp -s %D/etc/tarsnap.conf.sample %D/etc/tarsnap.conf; then rm -f %D/etc/tarsnap.conf; fi
 etc/tarsnap.conf.sample
 @exec if [ ! -f %D/etc/tarsnap.conf ] ; then cp -p %D/%F %B/tarsnap.conf; fi



More information about the Midnightbsd-cvs mailing list