svn commit: r401758 - head/security/keychain

Renato Botelho garga at FreeBSD.org
Mon Nov 16 11:07:51 UTC 2015


Author: garga
Date: Mon Nov 16 11:07:49 2015
New Revision: 401758
URL: https://svnweb.freebsd.org/changeset/ports/401758

Log:
  - Update security/keychain to 2.8.2
  - Drop bash from dependencies list since it now runs with /bin/sh

Modified:
  head/security/keychain/Makefile
  head/security/keychain/distinfo

Modified: head/security/keychain/Makefile
==============================================================================
--- head/security/keychain/Makefile	Mon Nov 16 09:40:47 2015	(r401757)
+++ head/security/keychain/Makefile	Mon Nov 16 11:07:49 2015	(r401758)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	keychain
-PORTVERSION=	2.8.1
+PORTVERSION=	2.8.2
 CATEGORIES=	security
 MASTER_SITES=	http://www.funtoo.org/archive/keychain/ \
 		GENTOO
@@ -12,16 +12,11 @@ COMMENT=	User-friendly front-end to ssh-
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
-
-USES=		tar:bzip2 shebangfix
+USES=		tar:bzip2
 OPTIONS_DEFINE=	DOCS
 
 NO_BUILD=	yes
 
-bash_OLD_CMD=	/bin/sh
-SHEBANG_FILES=	${WRKSRC}/${PORTNAME}
-
 PLIST_FILES=	bin/${PORTNAME} \
 		man/man1/keychain.1.gz
 
@@ -31,6 +26,10 @@ PORTDOCS=	ChangeLog README.md
 RUN_DEPENDS+=	ssh-agent:${PORTSDIR}/security/openssh-portable
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} -e '1 s,^.*,#!/bin/sh,' \
+		${WRKSRC}/${PORTNAME}
+
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/keychain.1 ${STAGEDIR}${MAN1PREFIX}/man/man1

Modified: head/security/keychain/distinfo
==============================================================================
--- head/security/keychain/distinfo	Mon Nov 16 09:40:47 2015	(r401757)
+++ head/security/keychain/distinfo	Mon Nov 16 11:07:49 2015	(r401758)
@@ -1,2 +1,2 @@
-SHA256 (keychain-2.8.1.tar.bz2) = 1568c0946db3638fe081d5a7ba3df022b533dbeb8aa67cd07dc8276e87598809
-SIZE (keychain-2.8.1.tar.bz2) = 33734
+SHA256 (keychain-2.8.2.tar.bz2) = 74895832297616a1a951e81a56603f2fc6e5449576411f8b122a5cc933ae3301
+SIZE (keychain-2.8.2.tar.bz2) = 34187


More information about the svn-ports-all mailing list