Date: Mon, 7 Jun 2004 00:48:16 +0200 (CEST) From: Roman Neuhauser <neuhauser@chello.cz> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/67641: [PATCH] databases/grass doesn't fetch, distsite fix Message-ID: <20040606224816.A59072FDA01@isis.wad.cz> Resent-Message-ID: <200406062250.i56MoHUS030713@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 67641 >Category: ports >Synopsis: [PATCH] databases/grass doesn't fetch, 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: Sun Jun 06 15:50:17 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: * grass5/ has only 5.3.0 on any grass mirror * grass.baylor.edu refuses connections >How-To-Repeat: >Fix: --- databases::grass.distsite.patch begins here --- Index: databases/grass/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/grass/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- databases/grass/Makefile 30 Mar 2004 19:20:15 -0000 1.29 +++ databases/grass/Makefile 6 Jun 2004 22:45:59 -0000 @@ -10,8 +10,10 @@ PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases -MASTER_SITES= http://grass.itc.it/grass5/source/ \ - ftp://grass.baylor.edu/pub/grass/grass5/source/ +MASTER_SITES= http://grass.itc.it/grass50/source/ \ + http://grass.meteo.uni.wroc.pl/grass50/source/ \ + ftp://sunsite.ualberta.ca/pub/Mirror/grass-web/grass50/source/ \ + http://www.dinama.gub.uy/grass/grass50/source/ DISTNAME= ${PORTNAME}-${PORTVERSION}_src MAINTAINER= ports@FreeBSD.org --- databases::grass.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?20040606224816.A59072FDA01>