ports/153113: [PATCH] security/pssh: use GOOGLE_CODE/LOCAL macro

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 13 01:10:09 UTC 2010


>Number:         153113
>Category:       ports
>Synopsis:       [PATCH] security/pssh: use GOOGLE_CODE/LOCAL macro
>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:   Mon Dec 13 01:10:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Thu Dec  9 23:26:52 CST
>Description:
- Use GOOGLE_CODE/LOCAL macro

Port maintainer (brooks at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- pssh-2.1.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/pssh/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	8 Dec 2010 23:46:27 -0000	1.6
+++ Makefile	13 Dec 2010 01:02:42 -0000
@@ -8,9 +8,8 @@
 PORTNAME=	pssh
 PORTVERSION=	2.1.1
 CATEGORIES=	security net sysutils
-MASTER_SITES=	http://parallel-ssh.googlecode.com/files/ \
-		${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	brooks
+MASTER_SITES=	GOOGLE_CODE \
+		LOACL/brooks
 
 MAINTAINER=	brooks at FreeBSD.org
 COMMENT=	Parallel versions of the openssh tools
@@ -20,4 +19,6 @@
 USE_PYTHON=	YES
 USE_PYDISTUTILS=easy_install
 
+PROJECTHOST=	parallel-ssh
+
 .include <bsd.port.mk>
--- pssh-2.1.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list