Skip site navigation (1)Skip section navigation (2)
Date:      9 Sep 2002 22:56:54 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42613: Update port: security/keychain to 2.0.2 [PATCH]
Message-ID:  <20020909225654.54131.qmail@outpost.globcon.net>

next in thread | raw e-mail | index | archive | help

>Number:         42613
>Category:       ports
>Synopsis:       Update port: security/keychain to 2.0.2 [PATCH]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 09 16:00:12 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 1 02:44:26 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386
>Description:
- Update to 2.0.2:
  - store generated files in ~/.keychain directory (can be overriden by --dir)
  - added support for ssh-askpass (set SSH_ASKPASS to enable)
  - --local has deprecated
  - miscellaneous fixes and performance improvements
- Use MASTER_SITE_SUNSITE (suggested by portlint)
- Install documentation, respect NOPORTDOCS
>How-To-Repeat:
>Fix:
--- keychain-2.0.2.patch begins here ---
diff -ruN /usr/ports/security/keychain/Makefile /home/sgk/ports/security/keychain/Makefile
--- /usr/ports/security/keychain/Makefile	Thu Aug  8 04:09:04 2002
+++ /home/sgk/ports/security/keychain/Makefile	Tue Sep 10 02:43:14 2002
@@ -6,12 +6,10 @@
 #
 
 PORTNAME=	keychain
-PORTVERSION=	1.9
+PORTVERSION=	2.0.2
 CATEGORIES=	security
-MASTER_SITES=	http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/ \
-		ftp://sunsite.dk/mirrors/gentoo/distfiles/ \
-		ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo/distfiles/ \
-		ftp://ftp.gentoo.no/pub/linux/distributions/gentoo/distfiles/
+MASTER_SITES=	${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= distributions/gentoo/distfiles
 
 MAINTAINER=	ports@FreeBSD.org
 
@@ -24,8 +22,15 @@
 RUN_DEPENDS=	ssh-agent:${PORTSDIR}/security/openssh
 .endif
 
+DOCS=		ChangeLog README
+
 do-install:
-	@ ${MKDIR} ${PREFIX}/bin
-	@ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/keychain ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+.for file in ${DOCS}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
 
 .include <bsd.port.post.mk>
diff -ruN /usr/ports/security/keychain/distinfo /home/sgk/ports/security/keychain/distinfo
--- /usr/ports/security/keychain/distinfo	Mon Mar 11 04:10:24 2002
+++ /home/sgk/ports/security/keychain/distinfo	Tue Sep 10 02:25:11 2002
@@ -1 +1 @@
-MD5 (keychain-1.9.tar.bz2) = 10b68284f73f76dcdaa43c62b3acde19
+MD5 (keychain-2.0.2.tar.bz2) = 931bab773fe6cc438b07694a6f22e819
diff -ruN /usr/ports/security/keychain/pkg-plist /home/sgk/ports/security/keychain/pkg-plist
--- /usr/ports/security/keychain/pkg-plist	Mon Sep 10 12:13:31 2001
+++ /home/sgk/ports/security/keychain/pkg-plist	Tue Sep 10 02:34:20 2002
@@ -1 +1,4 @@
 bin/keychain
+%%PORTDOCS%%share/doc/keychain/ChangeLog
+%%PORTDOCS%%share/doc/keychain/README
+%%PORTDOCS%%@dirrm share/doc/keychain
--- keychain-2.0.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020909225654.54131.qmail>