Index: head/security/keychain/Makefile =================================================================== --- head/security/keychain/Makefile (revision 238839) +++ head/security/keychain/Makefile (revision 238840) @@ -1,42 +1,45 @@ # New ports collection makefile for: keychain # Date created: 10 September 2001 # Whom: Johann Visagie # # $FreeBSD$ # PORTNAME= keychain -PORTVERSION= 2.6.8 +PORTVERSION= 2.6.9 CATEGORIES= security -MASTER_SITES= http://dev.gentoo.org/~agriffis/keychain/ \ - http://agriffis.n01se.net/keychain/ \ +MASTER_SITES= http://www.funtoo.org/archive/keychain/ \ ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles MAINTAINER= garga@FreeBSD.org COMMENT= A user-friendly front-end to ssh-agent(1) -USE_BZIP2= yes -NO_BUILD= yes +USE_BZIP2= yes +USE_GMAKE= yes +USE_PERL5_BUILD= yes MAN1= keychain.1 PLIST_FILES= bin/keychain -PORTDOCS= ChangeLog README +PORTDOCS= ChangeLog README.rst .if !exists(${LOCALBASE}/bin/ssh-agent) && !exists(/usr/bin/ssh-agent) RUN_DEPENDS+= ssh-agent:${PORTSDIR}/security/openssh-portable .endif +post-patch: + @${REINPLACE_CMD} -e 's/sed -i/sed -i "" -e/' ${WRKSRC}/Makefile + do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/keychain ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/keychain ${PREFIX}/bin/keychain ${INSTALL_MAN} ${WRKSRC}/keychain.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Property changes on: head/security/keychain/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/security/keychain/distinfo =================================================================== --- head/security/keychain/distinfo (revision 238839) +++ head/security/keychain/distinfo (revision 238840) @@ -1,3 +1,3 @@ -MD5 (keychain-2.6.8.tar.bz2) = 2a23b311e438ecebed5639b568738d28 -SHA256 (keychain-2.6.8.tar.bz2) = 003709d1db934b41de86dc31717944a1fa31cdbccce50857fefd9d527c9e0fb3 -SIZE (keychain-2.6.8.tar.bz2) = 31531 +MD5 (keychain-2.6.9.tar.bz2) = 797afa3ee7608ef6c6cd90479f023abf +SHA256 (keychain-2.6.9.tar.bz2) = af37ffef601e73e11dfcb9359092a7b77875159839774ea15a48a24194f312af +SIZE (keychain-2.6.9.tar.bz2) = 46563 Property changes on: head/security/keychain/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/security/keychain/pkg-descr =================================================================== --- head/security/keychain/pkg-descr (revision 238839) +++ head/security/keychain/pkg-descr (revision 238840) @@ -1,10 +1,9 @@ Keychain is a shell script which acts as a user-friendly front-end to ssh-agent(1), allowing you to have one long-running ssh-agent process per system rather than per login session. Please study the documentation on the keychain website carefully since incorrect usage of this script may have certain security implications. Author: Daniel Robbins -Maintainer: Aron Griffis -WWW: http://www.gentoo.org/proj/en/keychain/ +WWW: http://www.funtoo.org/en/security/keychain/ Property changes on: head/security/keychain/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property