diff options
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 12aa6349814..fcfa19e11ab 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.168 2006/02/13 15:07:17 taca Exp $ +# $NetBSD: Makefile,v 1.169 2006/02/26 15:03:53 taca Exp $ DISTNAME= squid-2.5.STABLE12 PKGNAME= squid-2.5.12 -PKGREVISION= 4 +PKGREVISION= 5 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/ \ @@ -15,7 +15,19 @@ PATCHFILES= squid-2.5.STABLE12-setenv.patch \ squid-2.5.STABLE12-wbinfo_group.patch \ squid-2.5.STABLE12-asyncio_counters.patch \ squid-2.5.STABLE12-prctl_args.patch \ - squid-2.5.STABLE12-irix_timezone.patch + squid-2.5.STABLE12-irix_timezone.patch \ + squid-2.5.STABLE12-log_206.patch \ + squid-2.5.STABLE12-range2GB.patch \ + squid-2.5.STABLE12-empty_proxy_auth_acl.patch \ + squid-2.5.STABLE12-ident_acl.patch \ + squid-2.5.STABLE12-ntlm_nonpersistent.patch \ + squid-2.5.STABLE12-ftp_upload.patch \ + squid-2.5.STABLE12-delay_pool_reconfigure.patch \ + squid-2.5.STABLE12-persistent_connection_after_error.patch \ + squid-2.5.STABLE12-devnull.patch \ + squid-2.5.STABLE12-fc5.patch \ + squid-2.5.STABLE12-ftpdates.patch \ + squid-2.5.STABLE12-ftpsymlink.patch PATCH_DIST_STRIP= -p1 MAINTAINER= taca@NetBSD.org |