Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2002 05:10:03 -0700 (PDT)
From:      Olivier Tharan <olive@oban.frmug.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/42614: [port update] Keychain - assume maintainership
Message-ID:  <200209101210.g8ACA3ix034018@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/42614; it has been noted by GNATS.

From: Olivier Tharan <olive@oban.frmug.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/42614: [port update] Keychain - assume maintainership
Date: Tue, 10 Sep 2002 14:01:27 +0200

 * 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.

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?200209101210.g8ACA3ix034018>