Subject: pkg/29181: www/squid Makefile/distinfo typo (or perhaps master site correction)
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <kre@munnari.OZ.AU>
List: pkgsrc-bugs
Date: 02/01/2005 09:18:00
>Number:         29181
>Category:       pkg
>Synopsis:       www/squid Makefile/distinfo typo (or perhaps master site correction)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Feb 01 09:18:00 +0000 2005
>Originator:     Robert Elz
>Release:        NetBSD 1.6X	(pkgsrc current as of date/time of this mail)
>Organization:
	Prince of Songkla University
>Environment:
	(irrelevant information follows)
System: NetBSD jade.coe.psu.ac.th 1.6X NetBSD 1.6X (JADE) #17: Wed Sep 24 20:25:35 ICT 2003 kre@jade.coe.psu.ac.th:/usr/src/real-sys/arch/i386/compile/JADE i386
Architecture: i386
Machine: i386
>Description:
	There's a typo in one of the squid patch file names (STABEL instead
	of STABLE).

>How-To-Repeat:
	Try "make fetch" in www/squid - unless you happen to have the
	old patch file with the incorrect name (I don't know if this is
	an original typo in the NetBSD makefile, or if it was copying a
	typo in the file name at the squid site which has since been
	corrected - if the latter, you may have the old file)

	The file name does seem to have been STABLE in the previous
	version of NetBSD's pkgsrc Makefile however (the 2005010100 version)

>Fix:
	Apply the following patch.   Note that only the filename changes,
	the SHA1 of the file itself is unaltered, so this should be
	completely safe.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/squid/Makefile,v
retrieving revision 1.131
diff -u -r1.131 Makefile
--- Makefile	1 Feb 2005 01:31:10 -0000	1.131
+++ Makefile	1 Feb 2005 09:14:53 -0000
@@ -20,7 +20,7 @@
 		squid-2.5.STABLE7-httpd_accel_vport.patch \
 		squid-2.5.STABLE7-cachemgr_vmobjects.patch \
 		squid-2.5.STABLE7-empty_acls.patch \
-		squid-2.5.STABEL7-close_other.patch \
+		squid-2.5.STABLE7-close_other.patch \
 		squid-2.5.STABLE7-fakeauth_auth.patch \
 		squid-2.5.STABLE7-gopher_html_parsing.patch \
 		squid-2.5.STABLE7-wccp_denial_of_service.patch \
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/www/squid/distinfo,v
retrieving revision 1.77
diff -u -r1.77 distinfo
--- distinfo	1 Feb 2005 01:31:10 -0000	1.77
+++ distinfo	1 Feb 2005 09:14:53 -0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.77 2005/02/01 01:31:10 taca Exp $
+$NetBSD$
 
 SHA1 (squid-2.5.7-2005020100/squid-2.5.STABLE7.tar.bz2) = 24f29e28ec62d7ab5888cd594ac7a1975ee6aa36
 Size (squid-2.5.7-2005020100/squid-2.5.STABLE7.tar.bz2) = 1051830 bytes
@@ -22,8 +22,8 @@
 Size (squid-2.5.7-2005020100/squid-2.5.STABLE7-cachemgr_vmobjects.patch) = 6238 bytes
 SHA1 (squid-2.5.7-2005020100/squid-2.5.STABLE7-empty_acls.patch) = 0f6f4538c34f10d156572b2d16ffee24a5d762c1
 Size (squid-2.5.7-2005020100/squid-2.5.STABLE7-empty_acls.patch) = 4432 bytes
-SHA1 (squid-2.5.7-2005020100/squid-2.5.STABEL7-close_other.patch) = cf73d7bd44567efa65941f2aa186711e3f1f9f8a
-Size (squid-2.5.7-2005020100/squid-2.5.STABEL7-close_other.patch) = 945 bytes
+SHA1 (squid-2.5.7-2005020100/squid-2.5.STABLE7-close_other.patch) = cf73d7bd44567efa65941f2aa186711e3f1f9f8a
+Size (squid-2.5.7-2005020100/squid-2.5.STABLE7-close_other.patch) = 945 bytes
 SHA1 (squid-2.5.7-2005020100/squid-2.5.STABLE7-fakeauth_auth.patch) = 7323e05403f34c2c582cb2b910337a6017686096
 Size (squid-2.5.7-2005020100/squid-2.5.STABLE7-fakeauth_auth.patch) = 7967 bytes
 SHA1 (squid-2.5.7-2005020100/squid-2.5.STABLE7-gopher_html_parsing.patch) = 5da5a8b3b24eded8552d09b45f329ee927c66b3e

>Unformatted:
 	(NetBSD version irrelevant)