Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  2 Jun 2004 04:02:07 +0200 (CEST)
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        rmiya@cc.hirosaki-u.ac.jp
Subject:   ports/67472: [PATCH] biology/ortep3 distsite fix
Message-ID:  <20040602020207.78EDF2FDA01@isis.wad.cz>
Resent-Message-ID: <200406020210.i522AHRt034643@freefall.freebsd.org>

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

>Number:         67472
>Category:       ports
>Synopsis:       [PATCH] biology/ortep3 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:10:16 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:
* ftp.ccl.net is gone
* couple distfiles with their respective sites to reduce time and traffic

maintainer cc'd
>How-To-Repeat:
	
>Fix:

	

--- biology::ortep3.distsite.patch begins here ---
Index: biology/ortep3/Makefile
===================================================================
RCS file: /home/ncvs/ports/biology/ortep3/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- biology/ortep3/Makefile	21 Feb 2003 11:01:35 -0000	1.11
+++ biology/ortep3/Makefile	2 Jun 2004 01:58:46 -0000
@@ -9,9 +9,9 @@
 PORTVERSION=	1.0.3
 PORTREVISION=	2
 CATEGORIES=	biology
-MASTER_SITES=	ftp://ftp.ccl.net/pub/chemistry/software/SOURCES/FORTRAN/ortep/ \
-		ftp://ftp.ornl.gov/pub/ortep/src/
-DISTFILES=	ortep.tar.Z ortep.f
+MASTER_SITES=	http://www.ccl.net/cca/software/SOURCES/FORTRAN/ortep/:Z \
+		ftp://ftp.ornl.gov/pub/ortep/src/:f
+DISTFILES=	ortep.tar.Z:Z ortep.f:f
 EXTRACT_ONLY=	ortep.tar.Z
 
 MAINTAINER=	rmiya@cc.hirosaki-u.ac.jp
--- biology::ortep3.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?20040602020207.78EDF2FDA01>