From neuhauser@chello.cz  Tue May 25 09:20:36 2004
Return-Path: <neuhauser@chello.cz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BD5F316A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 May 2004 09:20:36 -0700 (PDT)
Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34])
	by mx1.FreeBSD.org (Postfix) with SMTP id B9F1543D31
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 May 2004 09:20:35 -0700 (PDT)
	(envelope-from neuhauser@chello.cz)
Received: (qmail 34021 invoked by uid 0); 25 May 2004 16:20:04 -0000
Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16)
  by smtp.dkm.cz with SMTP; 25 May 2004 16:20:04 -0000
Received: by isis.wad.cz (Postfix, from userid 1001)
	id CB6B32FDA01; Tue, 25 May 2004 18:20:03 +0200 (CEST)
Message-Id: <20040525162003.CB6B32FDA01@isis.wad.cz>
Date: Tue, 25 May 2004 18:20:03 +0200 (CEST)
From: Roman Neuhauser <neuhauser@chello.cz>
Reply-To: Roman Neuhauser <neuhauser@chello.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc: trevor@FreeBSD.org
Subject: [PATCH] security/p5-GnuPG-Interface MASTER_SITE_SUBDIR fix
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         67185
>Category:       ports
>Synopsis:       [PATCH] security/p5-GnuPG-Interface MASTER_SITE_SUBDIR fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trevor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 25 09:30:27 PDT 2004
>Closed-Date:    Mon Jul 05 21:06:38 GMT 2004
>Last-Modified:  Mon Jul 05 21:06:38 GMT 2004
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->trevor 
Responsible-Changed-By: pav 
Responsible-Changed-When: Tue May 25 11:46:44 PDT 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67185 
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Mon Jul 5 21:05:47 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67185 
>Unformatted:
