diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-06-30 04:41:27 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-06-30 04:41:27 +0800 |
commit | dcdd02bb93697d47f24e38b0fe0e3de0b6b337e6 (patch) | |
tree | 8b4829ef941dd13bb38379b6704f876832441a4f /www/squid27/Makefile | |
parent | 7bf8db84a356904447f6f9584651dd8539492f20 (diff) | |
download | freebsd-ports-gnome-dcdd02bb93697d47f24e38b0fe0e3de0b6b337e6.tar.gz freebsd-ports-gnome-dcdd02bb93697d47f24e38b0fe0e3de0b6b337e6.tar.zst freebsd-ports-gnome-dcdd02bb93697d47f24e38b0fe0e3de0b6b337e6.zip |
Update the chroot vendor patch to version 2, cf
http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE10-chroot
PR: ports/82739
Submitted by: maintainer
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r-- | www/squid27/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 500cdc69b8e1..ddda4586996f 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -66,7 +66,7 @@ PORTNAME= squid PORTVERSION= 2.5.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -82,7 +82,7 @@ PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ PATCHFILES= squid-2.5.STABLE10-content_length.patch \ squid-2.5.STABLE10-spanish.patch \ squid-2.5.STABLE10-internal_date.patch \ - squid-2.5.STABLE10-chroot.patch \ + squid-2.5.STABLE10-chroot-2.patch \ squid-2.5.STABLE10-transparent.patch \ squid-2.5.STABLE10-redirect_flags.patch \ squid-2.5.STABLE10-cache_dir_change.patch \ |