ports/87078: Specify each distfile's fetch site
Sangwoo Shim
borishim at gmail.com
Fri Oct 7 16:40:23 UTC 2005
>Number: 87078
>Category: ports
>Synopsis: Specify each distfile's fetch site
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Oct 07 16:40:19 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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 at gmail.com
COMMENT= A molecular visualization program
%%%
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list