diff options
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 |