Subject: www/thttpd: DIST_SUBDIR=${PKGNAME_NOREV} ?
To: None <tech-pkg@netbsd.org>
From: Geert Hendrickx <ghen@telenet.be>
List: tech-pkg
Date: 11/28/2005 10:42:31
--RnlQjJ0d97Da+TV1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

After the recent PKGREVISON bump of thttpd (addition of patch-ag), pkgsrc
downloaded the same distfiles (thttpd-2.25b.tar.gz and sitedrivenby.gif)
again because www/thttpd/Makefile has DIST_SUBDIR=   ${PKGNAME}.  Shouldn't
this be ${PKGNAME_NOREV}?  

(DIST_SUBDIR was added a while ago because the thttpd author changed his
e-mail adress in the distfile without bumping the version, breaking our
distinfo).  

	Geert

--RnlQjJ0d97Da+TV1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="thttpd.diff"

Index: Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/www/thttpd/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- Makefile	26 Nov 2005 10:02:37 -0000	1.33
+++ Makefile	28 Nov 2005 09:38:14 -0000
@@ -6,7 +6,7 @@
 MASTER_SITES=	http://www.acme.com/software/thttpd/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 		${NETBSD_LOGO}
-DIST_SUBDIR=	${PKGNAME}
+DIST_SUBDIR=	${PKGNAME_NOREV}
 
 MAINTAINER=	mike@ethmoid.org
 HOMEPAGE=	http://www.acme.com/software/thttpd/

--RnlQjJ0d97Da+TV1--