ports/140004: [PATCH] security/keychain: update to 2.7.0
Sylvio Cesar
scjamorim at bsd.com.br
Tue Oct 27 00:00:10 UTC 2009
>Number: 140004
>Category: ports
>Synopsis: [PATCH] security/keychain: update to 2.7.0
>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: Tue Oct 27 00:00:07 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 2.7.0
- Added MANCOMPRESSED to Makefile in due of manpage is with extension .gz in the new version
- Removed post-patch, new version already be into of Makefile of keychain
Port maintainer (garga at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- keychain-2.7.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/keychain/Makefile,v
retrieving revision 1.29
diff -u -u -r1.29 Makefile
--- Makefile 3 Aug 2009 16:57:13 -0000 1.29
+++ Makefile 26 Oct 2009 23:53:17 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= keychain
-PORTVERSION= 2.6.9
+PORTVERSION= 2.7.0
CATEGORIES= security
MASTER_SITES= http://www.funtoo.org/archive/keychain/ \
${MASTER_SITE_GENTOO}
@@ -20,6 +20,7 @@
USE_PERL5_BUILD= yes
MAN1= keychain.1
+MANCOMPRESSED= yes
PLIST_FILES= bin/keychain
@@ -29,12 +30,9 @@
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/keychain
- ${INSTALL_MAN} ${WRKSRC}/keychain.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/keychain.1.gz ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/keychain/distinfo,v
retrieving revision 1.22
diff -u -u -r1.22 distinfo
--- distinfo 3 Aug 2009 16:57:13 -0000 1.22
+++ distinfo 26 Oct 2009 23:53:17 -0000
@@ -1,3 +1,3 @@
-MD5 (keychain-2.6.9.tar.bz2) = 797afa3ee7608ef6c6cd90479f023abf
-SHA256 (keychain-2.6.9.tar.bz2) = af37ffef601e73e11dfcb9359092a7b77875159839774ea15a48a24194f312af
-SIZE (keychain-2.6.9.tar.bz2) = 46563
+MD5 (keychain-2.7.0.tar.bz2) = c5eecd36130d9e8617a77f96b746982d
+SHA256 (keychain-2.7.0.tar.bz2) = 7784773ca4eaed559c0ad7be1d9a0b7c3d96bad1be03696a3dffa90458737a22
+SIZE (keychain-2.7.0.tar.bz2) = 57072
--- keychain-2.7.0.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list