Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2010 22:34:37 GMT
From:      Chris Petrik <c.petrik.sosa@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/151733: [PATCH] unbreak biology/tinker
Message-ID:  <201010252234.o9PMYb1h027086@www.freebsd.org>
Resent-Message-ID: <201010252240.o9PMe6Sx010004@freefall.freebsd.org>

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

>Number:         151733
>Category:       ports
>Synopsis:       [PATCH] unbreak biology/tinker
>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:   Mon Oct 25 22:40:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Chris Petrik
>Release:        FreeBSD 8.1-STABLE
>Organization:
none
>Environment:
FreeBSD 8.1-STABLE
>Description:
unbreak tinker by adding some new distfile sites.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: tinker/Makefile
===================================================================
RCS file: /usr/local/freebsdcvs/ports/biology/tinker/Makefile,v
retrieving revision 1.40
diff -u -r1.40 Makefile
--- tinker/Makefile	30 Sep 2010 08:53:18 -0000	1.40
+++ tinker/Makefile	25 Oct 2010 22:31:57 -0000
@@ -7,11 +7,11 @@
 
 PORTNAME=	tinker
 PORTVERSION=	4.2.20040908
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	biology
-MASTER_SITES=	${MASTER_SITE_GENTOO} \
-		ftp://dasher.wustl.edu/pub/
-MASTER_SITE_SUBDIR=	distfiles
+MASTER_SITES=	ftp://ftp.tu-chemnitz.de/.SAN0/pub/FreeBSD/ports/distfiles/RESTRICTED/${PORTNAME}-${PORTVERSION}/\
+		ftp://ftp.tw.freebsd.org/pub/ports/distfiles/${PORTNAME}-${PORTVERSION}/ \
+		ftp://ftp.uvsq.fr/pub/FreeBSD/ports/distfiles/RESTRICTED/${PORTNAME}-${PORTVERSION}/
 DISTNAME=	${PORTNAME}
 DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 
@@ -26,7 +26,6 @@
 ALL_TARGET=	all listing
 INSTALL_TARGET=	rename
 RESTRICTED=	author requests no distribution except from his FTP site
-BROKEN=		does not fetch
 
 DOCS=		README *.pdf *.txt release*
 SAMPLES=	README clean.make *.1st *.boat *.cell *.chair *.dat *.dyn0	\


>Release-Note:
>Audit-Trail:
>Unformatted:



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