diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-29 20:41:27 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-29 20:41:27 +0000 |
commit | 9c2eddd2c6557e2b1f8466d699e6d71b366e7bba (patch) | |
tree | d87e001ad6e7979c9bc386b7ce4ec4aa892179d8 /www/squid26/Makefile | |
parent | c1ec024edd2aac1887b6598f94ced4cb52e05d3b (diff) |
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
Notes
Notes:
svn path=/head/; revision=138207
Diffstat (limited to 'www/squid26/Makefile')
-rw-r--r-- | www/squid26/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid26/Makefile b/www/squid26/Makefile index 500cdc69b8e1..ddda4586996f 100644 --- a/www/squid26/Makefile +++ b/www/squid26/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 \ |