From owner-svn-ports-head@freebsd.org Mon Nov 16 11:07:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3ACA9A26767; Mon, 16 Nov 2015 11:07:51 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D513513C6; Mon, 16 Nov 2015 11:07:50 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAGB7nIQ050557; Mon, 16 Nov 2015 11:07:49 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAGB7nWX050555; Mon, 16 Nov 2015 11:07:49 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201511161107.tAGB7nWX050555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 16 Nov 2015 11:07:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401758 - head/security/keychain X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 11:07:51 -0000 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