Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2012 02:26:41 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172060: security/ssh-multiadd: Update MASTER_SITES
Message-ID:  <20120926022641.31a9391dc0351e95fc65868c@yahoo.com>
Resent-Message-ID: <201209251820.q8PIKI1Q035170@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172060
>Category:       ports
>Synopsis:       security/ssh-multiadd: Update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 25 18:20:18 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Support USE_PYTHON_RUN

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/security/ssh-multiadd/Makefile security/ssh-multiadd/Makefile
--- /usr/ports/security/ssh-multiadd/Makefile	2012-09-21 19:07:33.000000000 +0900
+++ security/ssh-multiadd/Makefile	2012-09-25 03:41:57.000000000 +0900
@@ -1,32 +1,30 @@
-# 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: ports/security/ssh-multiadd/Makefile,v 1.12 2012/09/21 10:07:33 bapt Exp $
-#
 
 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
+LICENSE=	GPLv2
 
-USE_PYTHON=	yes
 NO_BUILD=	yes
+
+USE_PYTHON_RUN=	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>
diff -urN /usr/ports/security/ssh-multiadd/pkg-descr security/ssh-multiadd/pkg-descr
--- /usr/ports/security/ssh-multiadd/pkg-descr	2011-03-24 01:32:48.000000000 +0900
+++ security/ssh-multiadd/pkg-descr	2012-07-12 20:05:45.000000000 +0900
@@ -6,5 +6,3 @@
 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
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120926022641.31a9391dc0351e95fc65868c>