Date: Fri, 26 Oct 2012 23:32:25 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306477 - head/security/ssh-multiadd Message-ID: <201210262332.q9QNWPl7031529@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Oct 26 23:32:25 2012 New Revision: 306477 URL: http://svn.freebsd.org/changeset/ports/306477 Log: - Update MASTER_SITES and WWW: line - Add LICENSE - Support USE_PYTHON_RUN PR: ports/172060 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes Modified: head/security/ssh-multiadd/Makefile head/security/ssh-multiadd/pkg-descr Modified: head/security/ssh-multiadd/Makefile ============================================================================== --- head/security/ssh-multiadd/Makefile Fri Oct 26 21:55:26 2012 (r306476) +++ head/security/ssh-multiadd/Makefile Fri Oct 26 23:32:25 2012 (r306477) @@ -1,32 +1,26 @@ -# New ports collection makefile for: ssh-multiadd -# Date created: 29 April 2001 -# Whom: Pete Fritchman <petef@databits.net> -# +# Created by: Pete Fritchman <petef@databits.net> # $FreeBSD$ -# PORTNAME= ssh-multiadd PORTVERSION= 1.3.2 CATEGORIES= security -MASTER_SITES= http://users.dakotacom.net/~donut/programs/ssh-multiadd/ +MASTER_SITES= SUNSITE/system/network/telnet MAINTAINER= ports@FreeBSD.org COMMENT= Tool to add multiple ssh keys to the authentication agent -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-10-20 - -USE_PYTHON= yes +USE_PYTHON_RUN= yes NO_BUILD= yes MAN1= ssh-multiadd.1 PLIST_FILES= bin/ssh-multiadd post-patch: - @${REINPLACE_CMD} -e 's!/usr/bin/python2!${PYTHON_CMD}!' \ - -e 's!#break!break!' ${WRKSRC}/ssh-multiadd + @${REINPLACE_CMD} -e \ + 's|/usr/bin/python2|${PYTHON_CMD}| ; \ + s|#break|break|' ${WRKSRC}/ssh-multiadd do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ssh-multiadd ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ssh-multiadd.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/ssh-multiadd.1 ${MANPREFIX}/man/man1 .include <bsd.port.mk> Modified: head/security/ssh-multiadd/pkg-descr ============================================================================== --- head/security/ssh-multiadd/pkg-descr Fri Oct 26 21:55:26 2012 (r306476) +++ head/security/ssh-multiadd/pkg-descr Fri Oct 26 23:32:25 2012 (r306477) @@ -6,5 +6,3 @@ file. It uses ssh-askpass if necessary. the keys use the same passphrase, you will only need to enter each unique passphrase once, and keys that are already added will not be prompted for again. - -WWW: http://users.dakotacom.net/~donut/programs/index_s.html#ssh-multiadd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210262332.q9QNWPl7031529>