Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2006 22:55:59 +0100
From:      Shaun Amott <shaun@inerd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97854: databases/db2: Fix fetch (Use CPAN mirrors)
Message-ID:  <1148507759.2623@charon.picobyte.net>
Resent-Message-ID: <200605242200.k4OM0YRJ086541@freefall.freebsd.org>

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

>Number:         97854
>Category:       ports
>Synopsis:       databases/db2: Fix fetch (Use CPAN mirrors)
>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:   Wed May 24 22:00:33 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:

>Description:

db2 has been unfetchable for a while. It turns out that the CPAN network
is mirroring the file we need.

portlint(1) checked.

>How-To-Repeat:

>Fix:

--- db2.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/db2/Makefile,v
retrieving revision 1.37
diff -u -r1.37 Makefile
--- Makefile	5 May 2004 19:43:50 -0000	1.37
+++ Makefile	24 May 2006 21:54:06 -0000
@@ -10,7 +10,8 @@
 PORTREVISION=	1
 CATEGORIES=	databases
 #MASTER_SITES=	http://www.sleepycat.com/update/snapshot/
-MASTER_SITES=	ftp://sleepycat1.inetu.net/releases/
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	../../src/misc
 DISTNAME=	db-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
--- db2.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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