Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2007 12:18:58 -0700 (PDT)
From:      Peter Johnson <pete@tortall.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111988: [MAINTAINER] devel/djgpp-gcc: Fix MASTER_SITES
Message-ID:  <20070421191858.921A5170A3@cvs.tortall.net>
Resent-Message-ID: <200704211920.l3LJK46i071215@freefall.freebsd.org>

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

>Number:         111988
>Category:       ports
>Synopsis:       [MAINTAINER] devel/djgpp-gcc: Fix MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 21 19:20:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Peter Johnson
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
>Description:
MASTER_SITES has incorrect directory on mirror sites.
Reported by: Bill Fenner <fenner@FreeBSD.org>
>How-To-Repeat:
Fetching from alternative mirrors for gcc410s2.zip does not work.
>Fix:
Patch attached.  PORTREVISION not bumped (no reason to).

--- djgpp-gcc-mastersites.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/djgpp-gcc/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	28 Jan 2007 21:55:55 -0000	1.1
+++ Makefile	21 Apr 2007 19:14:30 -0000
@@ -9,9 +9,9 @@
 PORTVERSION=	${GCCVERSION}
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/:djsource \
-		ftp://ftp.mirror.ac.uk/sites/www.delorie.com/current/v2/:djsource \
-		http://djgpp.linux-mirror.org/v2/:djsource \
-		http://djgpp.oss-mirror.org/v2/:djsource \
+		ftp://ftp.mirror.ac.uk/sites/www.delorie.com/current/v2gnu/:djsource \
+		http://djgpp.linux-mirror.org/v2gnu/:djsource \
+		http://djgpp.oss-mirror.org/v2gnu/:djsource \
 		${MASTER_SITE_SOURCEWARE}
 MASTER_SITE_SUBDIR=	${PORTNAME}/releases/${PORTNAME}-${GCCVERSION}
 PKGNAMEPREFIX=	djgpp-
--- djgpp-gcc-mastersites.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?20070421191858.921A5170A3>