diff options
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 8132dd6b4f3..641a8597728 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.72 2002/11/25 07:17:25 tron Exp $ +# $NetBSD: Makefile,v 1.73 2002/11/25 14:46:14 taca Exp $ DISTNAME= squid-2.5.STABLE1 PKGNAME= squid-2.5.1 -PKGREVISION= 1 +PKGREVISION= 2 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/ \ @@ -31,8 +31,8 @@ PATCHFILES= squid-2.5.STABLE1-disable-ident-lookups.patch \ squid-2.5.STABLE1-uninstall.patch \ squid-2.5.STABLE1-cachemgr.patch \ squid-2.5.STABLE1-auth-proxy.patch \ - squid-2.5.STABLE1-dnsserver.patch -# squid-2.5.STABLE1-spaces.patch # seems to broken? + squid-2.5.STABLE1-dnsserver.patch \ + squid-2.5.STABLE1-spaces.patch PATCH_DIST_STRIP= -p1 MAINTAINER= taca@netbsd.org |