From neuhauser@chello.cz  Tue Jun  1 19:34:11 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 9F8CE16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Jun 2004 19:34:11 -0700 (PDT)
Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34])
	by mx1.FreeBSD.org (Postfix) with SMTP id 9E19B43D41
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Jun 2004 19:34:10 -0700 (PDT)
	(envelope-from neuhauser@chello.cz)
Received: (qmail 9266 invoked by uid 0); 2 Jun 2004 02:34:09 -0000
Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16)
  by smtp.dkm.cz with SMTP; 2 Jun 2004 02:34:09 -0000
Received: by isis.wad.cz (Postfix, from userid 1001)
	id 884112FDA01; Wed,  2 Jun 2004 04:34:09 +0200 (CEST)
Message-Id: <20040602023409.884112FDA01@isis.wad.cz>
Date: Wed,  2 Jun 2004 04:34:09 +0200 (CEST)
From: Roman Neuhauser <neuhauser@chello.cz>
Reply-To: Roman Neuhauser <neuhauser@chello.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sarod@users.sf.net
Subject: [PATCH] cad/pdnmesh distsite fix
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         67474
>Category:       ports
>Synopsis:       [PATCH] cad/pdnmesh distsite fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 01 19:40:20 PDT 2004
>Closed-Date:    Tue Jun 01 20:39:19 PDT 2004
>Last-Modified:  Tue Jun 01 20:39:19 PDT 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:
tie MASTER_SITE_SUBDIRs to their respective MASTER_SITES to reduce
time and traffic.

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

	

--- cad::pdnmesh.distsite.patch begins here ---
Index: cad/pdnmesh/Makefile
===================================================================
RCS file: /home/ncvs/ports/cad/pdnmesh/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- cad/pdnmesh/Makefile	19 Apr 2004 07:01:00 -0000	1.4
+++ cad/pdnmesh/Makefile	2 Jun 2004 02:31:50 -0000
@@ -8,9 +8,10 @@
 PORTNAME=	pdnmesh
 PORTVERSION=	0.1.4
 CATEGORIES=	cad
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
-		${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR=	${PORTNAME} science/visualization
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \
+		${MASTER_SITE_SUNSITE:S/$/:sun/}
+MASTER_SITE_SUBDIR=	${PORTNAME}/:sf science/visualization/:sun
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:sf,sun
 
 MAINTAINER=	sarod@users.sf.net
 COMMENT=	A finite element program
--- cad::pdnmesh.distsite.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Tue Jun 1 20:39:13 PDT 2004 
State-Changed-Why:  
Committed, thanks! 

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