Subject: pkg/32782: devel/py-gobject MASTER_SITES incorrect (+fix)
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <kre@munnari.OZ.AU>
List: pkgsrc-bugs
Date: 02/09/2006 12:45:01
	Note: There was a bad value `' for the field `Class'.
	It was set to the default value of `sw-bug'.

>Number:         32782
>Category:       pkg
>Synopsis:       devel/py-gobject MASTER_SITES incorrect (+fix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Feb 09 12:45:00 +0000 2006
>Originator:     Robert Elz
>Release:        NetBSD 3.99.15   (pkgsrc current as of a few hours ago)
>Organization:
	Prince of Songkla University
>Environment:
System: NetBSD jade.coe.psu.ac.th 3.99.15 NetBSD 3.99.15 (GENERIC-1.696-20060125) #8: Wed Jan 25 04:59:39 ICT 2006 kre@jade.coe.psu.ac.th:/usr/obj/current/kernels/JADE_ASUS i386
Architecture: i386
Machine: i386
>Description:
	The MASTER_SITES setting in devel/py-gobject doe snot
	match the directory structur eon the source distfile site.

>How-To-Repeat:
	rm -f ..../distfiles/pygobject-2.9.1.tar.gz
	cd ..../pkgsrc/devel/py-gobject
	make fetch

>Fix:
	Apply the patch below.

--- Makefile.was	2006-02-08 01:59:59.000000000 +0700
+++ Makefile	2006-02-09 19:39:55.000000000 +0700
@@ -2,11 +2,11 @@
 #
 
 DISTNAME=		pygobject-2.9.1
 PKGNAME=		${PYPKGPREFIX}-gobject-2.9.1
 CATEGORIES=		devel
-MASTER_SITES=		${MASTER_SITE_GNOME:=pygobject/2.9/}
+MASTER_SITES=		${MASTER_SITE_GNOME:=sources/pygobject/2.9/}
 
 MAINTAINER=		tech-pkg@NetBSD.org
 HOMEPAGE=		http://www.pygtk.org/
 COMMENT=		Python bindings for glib2 gobject