svn commit: r384734 - head/security/keychain
Renato Botelho
garga at FreeBSD.org
Sat Apr 25 14:56:56 UTC 2015
Author: garga
Date: Sat Apr 25 14:56:55 2015
New Revision: 384734
URL: https://svnweb.freebsd.org/changeset/ports/384734
Log:
- Unbreak keychain using bash instead of sh
- Remove wrong dependencies gmake and perl5
- Bump PORTREVISION
Reported by: ehaupt@
Pointyhat to: me
Modified:
head/security/keychain/Makefile
Modified: head/security/keychain/Makefile
==============================================================================
--- head/security/keychain/Makefile Sat Apr 25 14:21:58 2015 (r384733)
+++ head/security/keychain/Makefile Sat Apr 25 14:56:55 2015 (r384734)
@@ -3,6 +3,7 @@
PORTNAME= keychain
PORTVERSION= 2.8.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.funtoo.org/archive/keychain/ \
GENTOO/distfiles
@@ -12,12 +13,17 @@ COMMENT= User-friendly front-end to ssh-
LICENSE= GPLv2
-USES= gmake perl5 tar:bzip2
+RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
+
+USES= tar:bzip2 shebangfix
USE_PERL5= build
OPTIONS_DEFINE= DOCS
NO_BUILD= yes
+bash_OLD_CMD= /bin/sh
+SHEBANG_FILES= ${WRKSRC}/${PORTNAME}
+
PLIST_FILES= bin/${PORTNAME} \
man/man1/keychain.1.gz
More information about the svn-ports-all
mailing list