Subject: pkg/34826: news/nn 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 13:10:00
>Number:         34826
>Category:       pkg
>Synopsis:       news/nn 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 13:10: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:
	nn was recently updated from the 6.6 release to 6.7, but the
	MASTER_SITES is still attempting to fetch the tarball from the
	6.6 directory.  (because of this, it also hasn't been copied
	to ftp.netbsd.org).

>How-To-Repeat:
	Attempt to fetch the current distfile for news/nn
	(or just read the Makefile, it is kind of obvious)

	(Don't people usually test what they're about to commit ???)

>Fix:
	Apply the following patch (which also removes the "old"
	dub-directory attempt, which doesn't exist for 6.7, and
	what's more doesnt' exist for 6.6 either - I guess it used
	to exist sometime in the distant past for some earlier release).

$NetBSD$

--- Makefile.REAL	2006-10-15 06:07:30.000000000 +0700
+++ Makefile
@@ -2,8 +2,7 @@
 
 DISTNAME=	nn-6.7.3
 CATEGORIES=	news
-MASTER_SITES=	ftp://ftp.nndev.org/pub/nn-6.6/ \
-		ftp://ftp.nndev.org/pub/nn-6.6/old/
+MASTER_SITES=	ftp://ftp.nndev.org/pub/nn-6.7/
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	pkgsrc-users@NetBSD.org