aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2009-10-15 19:04:12 +0800
committerroam <roam@FreeBSD.org>2009-10-15 19:04:12 +0800
commit968cebbce026a0769d5a06eb10ba929415e9933b (patch)
treee5d29e0ac2e7e7a0c9822de523db3d1637e0bced
parent2c7efce20cda00706907829b4bf63d1e858a86ca (diff)
downloadfreebsd-ports-gnome-968cebbce026a0769d5a06eb10ba929415e9933b.tar.gz
freebsd-ports-gnome-968cebbce026a0769d5a06eb10ba929415e9933b.tar.zst
freebsd-ports-gnome-968cebbce026a0769d5a06eb10ba929415e9933b.zip
Update paperkey to version 1.2, getting rid of the packing list by
using the PLIST_FILES and PORTDOCS variables in a slightly different way than in the PR. PR: 139642 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
-rw-r--r--security/paperkey/Makefile6
-rw-r--r--security/paperkey/distinfo6
-rw-r--r--security/paperkey/pkg-plist4
3 files changed, 7 insertions, 9 deletions
diff --git a/security/paperkey/Makefile b/security/paperkey/Makefile
index ae22be910b04..862eac9822a6 100644
--- a/security/paperkey/Makefile
+++ b/security/paperkey/Makefile
@@ -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,14 @@ COMMENT= Extract just the secret information out of OpenPGP secret keys
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}
+ ${INSTALL_DATA} ${PORTDOCS:S@^@${WRKSRC}/@} ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/security/paperkey/distinfo b/security/paperkey/distinfo
index 1949248e4c8c..d7d1fd6ba4ea 100644
--- a/security/paperkey/distinfo
+++ b/security/paperkey/distinfo
@@ -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
diff --git a/security/paperkey/pkg-plist b/security/paperkey/pkg-plist
deleted file mode 100644
index 0204e355a43d..000000000000
--- a/security/paperkey/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/paperkey
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%