diff options
author | Peter Wemm <peter@FreeBSD.org> | 2000-05-17 01:18:36 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2000-05-17 01:18:36 +0000 |
commit | 25863e3f7e5493b35774f4560800aa6f8c44a9fd (patch) | |
tree | 0f740a6033f63d3bd7490ae1eefae39c6abd4f0a /www/squid30/Makefile | |
parent | 1b34274e25638befbfb1eb1266daf05aedd009db (diff) |
Notes
Diffstat (limited to 'www/squid30/Makefile')
-rw-r--r-- | www/squid30/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 50852152a02a..f0367f9774c2 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -13,20 +13,11 @@ MASTER_SITES= \ ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \ ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \ ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ -DISTNAME= squid-2.3.STABLE2 +DISTNAME= squid-2.3.STABLE3 EXTRACT_SUFX= -src.tar.gz -PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.3/bugs/ -PATCHFILES= squid-2.3.stable2-EOF_in_cf.data.pre.patch \ - squid-2.3.stable2-USE_DNSSERVER.patch \ - squid-2.3.stable2-USE_DNSSERVER_part2.patch \ - squid-2.3.stable2-hostname_whitespace.patch \ - squid-2.3.stable2-netdb_exchange_loop.patch \ - squid-2.3.stable2-getMyHostname.patch \ - squid-2.3.stable2-redirected_username_logging.patch \ - squid-2.3.stable2-snmp-problems.patch \ - squid-2.3.stable2-getpwnam_return_value.patch \ - squid-2.3.stable2-mimeGetIconURL_returns_NULL.patch +#PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.3/bugs/ +#PATCHFILES= MAINTAINER= peter@freebsd.org |