aboutsummaryrefslogtreecommitdiffstats
path: root/www/squid/Makefile
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2007-09-05 23:27:58 +0800
committersem <sem@FreeBSD.org>2007-09-05 23:27:58 +0800
commitaaa09cda153ae6c78c9ebb6b15d6e937bf4d4f68 (patch)
tree48fb5cf66a38c101c2dc6836b3815af8e501bca6 /www/squid/Makefile
parent686988210b87e2b69573ba206a3b26b8d3c78818 (diff)
downloadfreebsd-ports-gnome-aaa09cda153ae6c78c9ebb6b15d6e937bf4d4f68.tar.gz
freebsd-ports-gnome-aaa09cda153ae6c78c9ebb6b15d6e937bf4d4f68.tar.zst
freebsd-ports-gnome-aaa09cda153ae6c78c9ebb6b15d6e937bf4d4f68.zip
- Update to 2.6STABLE15 + 5 vendors patches.
See http://www.squid-cache.org/Versions/v2/2.6/changesets/ PR: ports/116093 Submitted by: maintainer
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r--www/squid/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index 1d1812bb8bb7..5ead9243e620 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -75,7 +75,7 @@
# Enable experimental multicast notification of cachemisses.
PORTNAME= squid
-PORTVERSION= 2.6.14
+PORTVERSION= 2.6.15
CATEGORIES= www
MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \
@@ -94,7 +94,7 @@ MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
http://www1.jp.squid-cache.org/Versions/v2/2.6/ \
http://www2.tw.squid-cache.org/Versions/v2/2.6/
MASTER_SITE_SUBDIR= squid-2/STABLE
-DISTNAME= squid-2.6.STABLE14
+DISTNAME= squid-2.6.STABLE15
DIST_SUBDIR= squid2.6
PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \
@@ -106,7 +106,7 @@ PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \
http://www1.jp.squid-cache.org/%SUBDIR%/ \
http://www2.tw.squid-cache.org/%SUBDIR%/
PATCH_SITE_SUBDIR= Versions/v2/2.6/changesets
-PATCHFILES= 11534.patch 11547.patch 11548.patch
+PATCHFILES= 11624.patch 11629.patch 11631.patch 11635.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= tmseck@netcologne.de
@@ -378,9 +378,9 @@ STRIP=
# If you do not define SQUID_LANGUAGES yourself, all available language files
# will be installed; the default language will be English.
-SQUID_LANGUAGES?= Azerbaijani Bulgarian Catalan Czech Danish Dutch \
- English Estonian Finnish French German Greek Hebrew \
- Hungarian Italian Japanese Korean Lithuanian \
+SQUID_LANGUAGES?= Armenian Azerbaijani Bulgarian Catalan Czech Danish \
+ Dutch English Estonian Finnish French German Greek \
+ Hebrew Hungarian Italian Japanese Korean Lithuanian \
Polish Portuguese Romanian Russian-1251 Russian-koi8-r \
Serbian Simplify_Chinese Slovak Spanish Swedish \
Traditional_Chinese Turkish
@@ -406,7 +406,9 @@ PLIST_FILES+= ${error_files:S,^,etc/squid/errors/${d}/,}
PLIST_DIRS+= etc/squid/errors etc/squid squid/logs squid/cache squid
post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
+ -e 's|VERSION=.*2\.6\.STABLE15|&+PatchSets-20070903|' \
+ ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|%%SQUID_UID%%|${SQUID_UID}|g' \
-e 's|%%SQUID_GID%%|${SQUID_GID}|g' \
-e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/cf.data.pre