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>
This commit is contained in:
parent
fe5463822e
commit
ea2343b90b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242883
@ -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>
|
||||
|
@ -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
|
||||
|
@ -1,4 +0,0 @@
|
||||
bin/paperkey
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user