Bug 42614 - [port update] Keychain - assume maintainership
Summary: [port update] Keychain - assume maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-10 00:10 UTC by Olivier Tharan
Modified: 2002-09-17 15:30 UTC (History)
0 users

See Also:


Attachments
file.diff (954 bytes, patch)
2002-09-10 00:10 UTC, Olivier Tharan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Tharan 2002-09-10 00:10:01 UTC
	Keychain has a new version, ports@ is maintainer. This PR:

	- updates keychain to the newest version
	- makes me assume maintainership to relieve burden on ports!
Comment 1 Olivier Tharan 2002-09-10 13:01:27 UTC
* Olivier Tharan <olive@oban.frmug.org> (20020910 00:56):
> >Number:         42614
> >Category:       ports
> >Synopsis:       [port update] Keychain - assume maintainership

Please apply instead the following patch:

- better update by Sergei Kolobov
- still assume maintainership

diff -urN keychain/Makefile keychain.new/Makefile
--- keychain/Makefile	Mon Aug 19 18:43:08 2002
+++ keychain.new/Makefile	Tue Sep 10 13:57:54 2002
@@ -6,14 +6,11 @@
 #
 
 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}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	olive@oban.frmug.org
 
 USE_BZIP2=	yes
 NO_BUILD=	yes
@@ -24,8 +21,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 -urN keychain/distinfo keychain.new/distinfo
--- keychain/distinfo	Sun Mar 10 17:00:57 2002
+++ keychain.new/distinfo	Tue Sep 10 13:58:05 2002
@@ -1 +1 @@
-MD5 (keychain-1.9.tar.bz2) = 10b68284f73f76dcdaa43c62b3acde19
+MD5 (keychain-2.0.2.tar.bz2) = 931bab773fe6cc438b07694a6f22e819
diff -urN keychain/pkg-plist keychain.new/pkg-plist
--- keychain/pkg-plist	Mon Sep 10 10:13:31 2001
+++ keychain.new/pkg-plist	Tue Sep 10 13:58:28 2002
@@ -1 +1,4 @@
 bin/keychain
+%%PORTDOCS%%share/doc/keychain/ChangeLog
+%%PORTDOCS%%share/doc/keychain/README
+%%PORTDOCS%%@dirrm share/doc/keychain
olive
-- 
Tout programme développé au MIT grandit jusqu'à pouvoir lire du mail.
Comment 2 Anton Berezin freebsd_committer freebsd_triage 2002-09-17 15:30:13 UTC
State Changed
From-To: open->closed

Committed, thanks!  You are now this port maintainer.  See also 42613.