diff options
author | garga <garga@FreeBSD.org> | 2015-11-16 19:07:49 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2015-11-16 19:07:49 +0800 |
commit | dfa0f01ec477ca900e2d44f442c357b7a15f2dff (patch) | |
tree | 99b43e95bb86ef96f47d4a1ec20d1d7a22fb69d0 | |
parent | 4e00527a3cd50e3115707c9d4f8fcc30a4159112 (diff) | |
download | freebsd-ports-gnome-dfa0f01ec477ca900e2d44f442c357b7a15f2dff.tar.gz freebsd-ports-gnome-dfa0f01ec477ca900e2d44f442c357b7a15f2dff.tar.zst freebsd-ports-gnome-dfa0f01ec477ca900e2d44f442c357b7a15f2dff.zip |
- Update security/keychain to 2.8.2
- Drop bash from dependencies list since it now runs with /bin/sh
-rw-r--r-- | security/keychain/Makefile | 13 | ||||
-rw-r--r-- | security/keychain/distinfo | 4 |
2 files changed, 8 insertions, 9 deletions
diff --git a/security/keychain/Makefile b/security/keychain/Makefile index 24836f483788..1afdf873d462 100644 --- a/security/keychain/Makefile +++ b/security/keychain/Makefile @@ -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-agent(1) 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 diff --git a/security/keychain/distinfo b/security/keychain/distinfo index c07b148973f5..8315110e5e75 100644 --- a/security/keychain/distinfo +++ b/security/keychain/distinfo @@ -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 |