From nobody@FreeBSD.org  Fri Oct  7 16:30:40 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3325D16A422
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  7 Oct 2005 16:30:40 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DA0B143D4C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  7 Oct 2005 16:30:39 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j97GUd6q007690
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 7 Oct 2005 16:30:39 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j97GUd2o007688;
	Fri, 7 Oct 2005 16:30:39 GMT
	(envelope-from nobody)
Message-Id: <200510071630.j97GUd2o007688@www.freebsd.org>
Date: Fri, 7 Oct 2005 16:30:39 GMT
From: Sangwoo Shim <borishim@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Specify each distfile's fetch site
X-Send-Pr-Version: www-2.3

>Number:         87078
>Category:       ports
>Synopsis:       science/vmd: specify each distfile's fetch site
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 07 16:40:19 GMT 2005
>Closed-Date:    Fri Oct 07 17:44:23 GMT 2005
>Last-Modified:  Fri Oct 07 17:44:23 GMT 2005
>Originator:     Sangwoo Shim
>Release:        FreeBSD 7-CURRENT
>Organization:
Seoul Natl' Univ.
>Environment:
FreeBSD ssw.dyndns.org 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Wed Oct  5 21:59:07 KST 2005     root@ssw.dyndns.org:/usr/obj/usr/src/sys/SSW  i386
>Description:
              Some distfiles bug was exposed by Mr. Fenner's script. (Thanks!)
Specify the fetch site of each of them.
>How-To-Repeat:
              
>Fix:
              Patch to the Makefile.
By the way, I'm afraid that the fenner's script will keep trying to bug me because one of the distfiles should be fetch by hand due to the license restriction.
%%%
--- /usr/ports/science/vmd/Makefile     Sat Sep 24 02:17:18 2005
+++ Makefile    Sat Oct  8 01:21:46 2005
@@ -8,10 +8,12 @@
 PORTNAME=              vmd
 PORTVERSION=           1.8.3
 PORTREVISION=          0
-CATEGORIES=            science graphics python tcl84 tk84
-MASTER_SITES=          http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.97/ \
-                       ftp://ftp.ebi.ac.uk/pub/software/unix/stride/src/
-DISTFILES=             ${VMD_DIST} ${TACHYON_DIST} ${STRIDE_DIST}
+CATEGORIES=    science graphics python tcl84 tk84
+MASTER_SITES=  http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.97/:tachyon \
+               ftp://ftp.ebi.ac.uk/pub/software/unix/stride/src/:stride
+DISTFILES=             ${VMD_DIST} \
+                       ${TACHYON_DIST}:tachyon \
+                       ${STRIDE_DIST}:stride

 MAINTAINER=            sangwoos@gmail.com
 COMMENT=               A molecular visualization program
%%%
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Fri Oct 7 17:44:16 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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