ports/67185: [PATCH] security/p5-GnuPG-Interface MASTER_SITE_SUBDIR fix

Roman Neuhauser neuhauser at chello.cz
Tue May 25 16:30:45 UTC 2004


>Number:         67185
>Category:       ports
>Synopsis:       [PATCH] security/p5-GnuPG-Interface MASTER_SITE_SUBDIR fix
>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 May 25 09:30:27 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Neuhauser
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD isis.wad.cz 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #3: Sun Mar 7 02:11:16 CET 2004 root at isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386


	
>Description:
couple master sites with their respective subdirs to reduce
time and traffix

maintainer cc'd
>How-To-Repeat:
	
>Fix:

	

--- security::p5-GnuPG-Interface.MASTER_SITE_SUBDIR.patch begins here ---
Index: security/p5-GnuPG-Interface/Makefile
===================================================================
RCS file: /home/ncvs/ports/security/p5-GnuPG-Interface/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- security/p5-GnuPG-Interface/Makefile	4 Feb 2004 05:08:49 -0000	1.12
+++ security/p5-GnuPG-Interface/Makefile	25 May 2004 16:07:09 -0000
@@ -9,9 +9,10 @@
 PORTVERSION=	0.33
 PORTREVISION=	1
 CATEGORIES=	security perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN} \
-		${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	GnuPG gnupg-interface
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \
+		${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
+MASTER_SITE_SUBDIR=	GnuPG/:cpan gnupg-interface/:sf
+DISTFILES=		${DISTNAME}${EXTRACT_SUFX}:cpan,sf
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	trevor at FreeBSD.org
--- security::p5-GnuPG-Interface.MASTER_SITE_SUBDIR.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list