Subject: pkg/30123: multimedia/totem MASTER_SITE is incorrect
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <kre@munnari.OZ.AU>
List: pkgsrc-bugs
Date: 05/03/2005 21:12:00
>Number:         30123
>Category:       pkg
>Synopsis:       multimedia/totem MASTER_SITE is incorrect
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue May 03 21:12:00 +0000 2005
>Originator:     Robert Elz
>Release:        NetBSD 2.0.2_STABLE  (pkgsrc current as of date/time of this message)
>Organization:
	Prince of Songkla University
>Environment:
		Irrelevant:
System: NetBSD jade.coe.psu.ac.th 2.0.2_STABLE NetBSD 2.0.2_STABLE (JADE-1.8-20050501) #0: Sun May 1 06:43:17 ICT 2005 kre@lilac.noi.kre.to:/usr/obj/2.0/kernels/JADE-HP i386
Architecture: i386
Machine: i386
>Description:
	The MASTER_SITE listed for multimedia/totem doe snot have the
	distfile for the version of the package currently wanted (1.0.2).
	It does have the previous one (1.0.1).   It is also not the
	distfile site pointed to by the HOMEPAGe for the package.
>How-To-Repeat:
	mv ..../distfiles/totem-1.0.2.tar.gz /tmp/trash
	cd ..../pkgsrc/multimedia/totem
	make fetch
>Fix:
	Apply the patch below.   It corrects the MASTER_SITE.
	No other changes are needed (to get as far as "make checksum:
	succeeding anyway).


--- Makefile.common	2005-05-03 08:24:59.000000000 +0700
+++ Makefile.common.fixed	2005-05-04 03:59:06.000000000 +0700
@@ -3,7 +3,7 @@
 
 DISTNAME=	totem-1.0.2
 CATEGORIES=	multimedia gnome
-MASTER_SITES=	http://www.hadess.net/files/software/totem/
+MASTER_SITES=	http://ftp.acc.umu.se/pub/GNOME/sources/totem/1.0/
 
 MAINTAINER=	jmmv@NetBSD.org
 HOMEPAGE=	http://www.hadess.net/totem.php3