Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2004 18:20:03 +0200 (CEST)
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        trevor@FreeBSD.org
Subject:   ports/67185: [PATCH] security/p5-GnuPG-Interface MASTER_SITE_SUBDIR fix
Message-ID:  <20040525162003.CB6B32FDA01@isis.wad.cz>
Resent-Message-ID: <200405251630.i4PGUScR033168@freefall.freebsd.org>

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

>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@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@FreeBSD.org
--- security::p5-GnuPG-Interface.MASTER_SITE_SUBDIR.patch ends here ---


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



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