Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Oct 2005 16:30:39 GMT
From:      Sangwoo Shim <borishim@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/87078: Specify each distfile's fetch site
Message-ID:  <200510071630.j97GUd2o007688@www.freebsd.org>
Resent-Message-ID: <200510071640.j97GeJ60089246@freefall.freebsd.org>

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

>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@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:
>Unformatted:



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