Subject: pkg/34828: graphics/showimg MASTER_SITES is incorrect
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <kre@munnari.OZ.AU>
List: pkgsrc-bugs
Date: 10/15/2006 14:00:01
	Note: There was a bad value `w-bug' for the field `Class'.
	It was set to the default value of `sw-bug'.

>Number:         34828
>Category:       pkg
>Synopsis:       graphics/showimg MASTER_SITES is incorrect
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 15 14:00: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:
	graphics/showimg was recently updated from 0.9.4 to 0.9.5
	yet the MASTER_SITES is still attemting to fetch it from
	the 0.9.4 distribution directory

	(And yes, this is two package updatess, committed by two different
	people, on the same day, with the same bug...)

	And also yes, this time I did a (slightly) more thorough check to
	see if problem has already been fixed...   (though cvsweb still
	hasn't been updated for the news/nn fix).

>How-To-Repeat:
	Attempt to "make fetch" for graphics/showimg (or just read
	the Makefile, the problem is obvious).

>Fix:
	Apply the following patch.

$NetBSD$

--- Makefile.real	2006-10-15 16:03:15.000000000 +0700
+++ Makefile
@@ -3,7 +3,7 @@
 
 DISTNAME=	showimg-0.9.5
 CATEGORIES=	kde graphics x11
-MASTER_SITES=	http://www.jalix.org/projects/showimg/download/0.9.4-1/
+MASTER_SITES=	http://www.jalix.org/projects/showimg/download/0.9.5/
 EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	ianzag@mail.ru