Update to 2.5.3.1

PR:		ports/80446
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2005-04-29 05:39:21 +00:00
parent 751c5ce473
commit 56cc77e11c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134339
3 changed files with 8 additions and 9 deletions

View File

@ -6,7 +6,7 @@
# #
PORTNAME= keychain PORTNAME= keychain
PORTVERSION= 2.5.1 PORTVERSION= 2.5.3.1
CATEGORIES= security CATEGORIES= security
MASTER_SITES= http://dev.gentoo.org/~agriffis/keychain/ MASTER_SITES= http://dev.gentoo.org/~agriffis/keychain/
@ -24,14 +24,17 @@ RUN_DEPENDS= ssh-agent:${PORTSDIR}/security/openssh
MAN1= keychain.1 MAN1= keychain.1
DOCS= ChangeLog README PLIST_FILES= bin/keychain
.if !defined(NOPORTDOCS)
PORTDOCS= ChangeLog README
.endif
do-install: do-install:
${INSTALL_SCRIPT} ${WRKSRC}/keychain ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/keychain ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/keychain.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/keychain.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}
.for file in ${DOCS} .for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor .endfor
.endif .endif

View File

@ -1,2 +1,2 @@
MD5 (keychain-2.5.1.tar.bz2) = 1914e964bcc934867c9221612577d7c1 MD5 (keychain-2.5.3.1.tar.bz2) = 7eb5e5c4b1aa197e60ff9bea2e39b44a
SIZE (keychain-2.5.1.tar.bz2) = 29839 SIZE (keychain-2.5.3.1.tar.bz2) = 30326

View File

@ -1,4 +0,0 @@
bin/keychain
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%