Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  2 Jun 2004 04:34:09 +0200 (CEST)
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sarod@users.sourceforge.net
Subject:   ports/67474: [PATCH] cad/pdnmesh distsite fix
Message-ID:  <20040602023409.884112FDA01@isis.wad.cz>
Resent-Message-ID: <200406020240.i522eKb1035674@freefall.freebsd.org>

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

>Number:         67474
>Category:       ports
>Synopsis:       [PATCH] cad/pdnmesh distsite 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 Jun 01 19:40:20 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:
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:
>Unformatted:



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