Subject: pkg/20466: databases/mergeant has an incorrect MASTER_SITE specification
To: None <gnats-bugs@gnats.netbsd.org>
From: None <kre@munnari.OZ.AU>
List: netbsd-bugs
Date: 02/22/2003 17:17:46
>Number:         20466
>Category:       pkg
>Synopsis:       databases/mergeant has an incorrect MASTER_SITE specification
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Feb 22 02:19:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Robert Elz
>Release:        NetBSD 1.6L -- pkgsrc of 2003-02-22
>Organization:
	Prince of Songkla University
>Environment:
System: NetBSD delta.cs.mu.OZ.AU 1.6L NetBSD 1.6L (DELTA) #29: Fri Jan 10 11:40:50 ICT 2003 kre@fuchsia.cs.mu.OZ.AU:/usr/obj/sys/DELTA i386
Architecture: i386
Machine: i386
>Description:
	The MASTER_SITES setting for databases/mergeant arranges
	for the distfile to be fetched from a non-existent directory

	It looks to be a case of a missing (or incorrect) fixup from when
	this Makefile was copied from that for a different package
>How-To-Repeat:
	rm ..../distfiles/mergeant-0.10.0.tar.gz
	cd ..../pkgsrc/databases/mergeant
	make checksum			(or make fetch or whatever)
>Fix:
	Apply the patch appended.   It might also be worthwhile changing
	to use the bz2 distfile instead of the tar.gz - the patch below
	doesn't do that.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/databases/mergeant/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	2003/02/21 11:58:55	1.1.1.1
+++ Makefile	2003/02/22 10:12:58
@@ -3,7 +3,7 @@
 
 DISTNAME=		mergeant-0.10.0
 CATEGORIES=		database gnome
-MASTER_SITES=		${MASTER_SITE_GNOME:=sources/gnome-db/0.10.0/}
+MASTER_SITES=		${MASTER_SITE_GNOME:=sources/mergeant/0.10/}
 
 MAINTAINER=		packages@netbsd.org
 HOMEPAGE=		http://www.gnome-db.org/
>Release-Note:
>Audit-Trail:
>Unformatted: