diff options
author | taca <taca@pkgsrc.org> | 2005-03-01 11:16:57 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-03-01 11:16:57 +0000 |
commit | 14037da5c44f90de283045c09ad961aa9a250067 (patch) | |
tree | c7537c6cc89e8d21e700839324834885139b71d0 /www/squid/Makefile | |
parent | 219878fb6b357cd2559cea99607d497a7d1c9745 (diff) | |
download | pkgsrc-14037da5c44f90de283045c09ad961aa9a250067.tar.gz |
Update squid package to 2.5.9 (2.5.STABLE9).
There is no runtime change from 2.5.8nb3.
- Fix for a wrong configure warning on Solaris 9 x86 when enabling ARP
ACl support: The effective host type is i386-pc-solaris2.9.
- Documentation update for squid 2.5.STALBE9.
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 28 |
1 files changed, 9 insertions, 19 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 7e1cd17ab69..f330d45313c 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,27 +1,17 @@ -# $NetBSD: Makefile,v 1.137 2005/02/28 16:59:08 taca Exp $ +# $NetBSD: Makefile,v 1.138 2005/03/01 11:16:57 taca Exp $ -DISTNAME= squid-2.5.STABLE8 -PKGNAME= squid-2.5.8 -PKGREVISION= 3 +DISTNAME= squid-2.5.STABLE9 +PKGNAME= squid-2.5.9 +PKGREVISION= CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.5/ \ ftp://ftp.leo.org/pub/comp/general/infosys/www/daemons/squid/squid-2/STABLE/ \ ftp://ftp1.au.squid-cache.org/pub/squid/squid-2/STABLE/ EXTRACT_SUFX= .tar.bz2 - -PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ -PATCHFILES= squid-2.5.STABLE8-dns_assert.patch \ - squid-2.5.STABLE8-format_fixes.patch \ - squid-2.5.STABLE8-html_high_chars.patch \ - squid-2.5.STABLE8-ftp_cleanup.patch \ - squid-2.5.STABLE8-relaxed_header_parser.patch \ - squid-2.5.STABLE8-gcc4.patch \ - squid-2.5.STABLE8-ar.patch \ - squid-2.5.STABLE8-reconfigure_peer_leaks.patch \ - squid-2.5.STABLE8-ftp_url_display.patch \ - squid-2.5.STABLE8-fqdn_spaces.patch \ - squid-2.5.STABLE8-retry_on_error.patch -PATCH_DIST_STRIP= -p1 +# +#PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ +#PATCHFILES= +#PATCH_DIST_STRIP= -p1 MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.squid-cache.org/ @@ -36,7 +26,7 @@ DATADIR= ${VARBASE}/squid # Update this time stamp pattern if any of official distfiles has changed. # -DIST_STAMP= 2005022000 +DIST_STAMP= 2005022800 DOCFILES= ChangeLog RELEASENOTES.html doc/debug-sections.txt |