Date: Thu, 15 Oct 2009 07:22:20 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: roam@FreeBSD.org Subject: ports/139642: [PATCH] security/paperkey: update to 1.2 Message-ID: <20091015102220.791F73F5F61@fbsd.scjamorim.org> Resent-Message-ID: <200910151030.n9FAU2sC045936@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139642 >Category: ports >Synopsis: [PATCH] security/paperkey: update to 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 15 10:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.2 - Added pkg-plist into of Makefile - Removed pkg-plist - Changed form how install docs Removed file(s): - pkg-plist Port maintainer (roam@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- paperkey-1.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/paperkey/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 18 Mar 2009 16:09:35 -0000 1.3 +++ Makefile 15 Oct 2009 10:21:10 -0000 @@ -6,7 +6,7 @@ # PORTNAME= paperkey -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= security MASTER_SITES= http://www.jabberwocky.com/software/paperkey/ @@ -16,12 +16,17 @@ GNU_CONFIGURE= yes ALL_TARGET= all check +PLIST_FILES= bin/paperkey + MAN1= paperkey.1 +PORTDOCS= NEWS README .if !defined(NOPORTDOCS) post-install: - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/README ${DOCSDIR} + ${MKDIR} ${DOCSDIR} +.for docs in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} +.endfor .endif .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/paperkey/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 18 Mar 2009 16:09:35 -0000 1.3 +++ distinfo 15 Oct 2009 10:21:10 -0000 @@ -1,3 +1,3 @@ -MD5 (paperkey-1.1.tar.gz) = 06e5a01f96d40936624bdd8f49b22109 -SHA256 (paperkey-1.1.tar.gz) = 485241f0a3f18f5eadb1fd5706d9ff0f8456ac164ee3f9172ab8db8e310740a2 -SIZE (paperkey-1.1.tar.gz) = 197884 +MD5 (paperkey-1.2.tar.gz) = 84af99e3f283337722336571c630da93 +SHA256 (paperkey-1.2.tar.gz) = c74358e7b35f7df21642181cf211c8438a1844a9d828080b2275450a73cae578 +SIZE (paperkey-1.2.tar.gz) = 219324 Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 6 Oct 2008 14:09:46 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,4 +0,0 @@ -bin/paperkey -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% --- paperkey-1.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091015102220.791F73F5F61>