ports/97854: databases/db2: Fix fetch (Use CPAN mirrors)

Shaun Amott shaun at inerd.com
Wed May 24 22:00:36 UTC 2006


>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 at FreeBSD.org
--- db2.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list