aboutsummaryrefslogtreecommitdiff
path: root/www/cacheboy16/Makefile
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2009-01-11 21:02:40 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2009-01-11 21:02:40 +0000
commitd36193480242405d20f5dfb7d5e85fbb94e96ad8 (patch)
tree37c8873e30f911b71b906d4f0fad207eee74c401 /www/cacheboy16/Makefile
parentdbfe93b44876035bf5df153b4b18e66cf76e6eb3 (diff)
downloadports-d36193480242405d20f5dfb7d5e85fbb94e96ad8.tar.gz
ports-d36193480242405d20f5dfb7d5e85fbb94e96ad8.zip
Notes
Diffstat (limited to 'www/cacheboy16/Makefile')
-rw-r--r--www/cacheboy16/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/www/cacheboy16/Makefile b/www/cacheboy16/Makefile
index dc026347ec18..c71487c3f3bb 100644
--- a/www/cacheboy16/Makefile
+++ b/www/cacheboy16/Makefile
@@ -75,13 +75,12 @@
# Enable experimental multicast notification of cachemisses.
PORTNAME= cacheboy
-DISTVERSION= 1.5.2
-PORTREVISION= 5
+DISTVERSION= 1.6
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
-DISTNAME= CACHEBOY_1.5.2
+DISTNAME= cacheboy-1.6-r13563
# EXTRACT_SUFX= .tar.gz
-DIST_SUBDIR= CACHEBOY_1.5.2
MAINTAINER= adrian@freebsd.org
COMMENT= HTTP Caching Proxy (Squid Derivative) - Development Release
@@ -126,7 +125,8 @@ OPTIONS= SQUID_LDAP_AUTH "Install LDAP authentication helpers" off \
SQUID_COSS "Enable the COSS storage scheme" off \
SQUID_KQUEUE "Use kqueue(2) instead of poll(2)" on \
SQUID_LARGEFILE "Support log and cache files >2GB" off \
- SQUID_STACKTRACES "Create backtraces on fatal errors" off
+ SQUID_STACKTRACES "Create backtraces on fatal errors" off \
+ SQUID_TPROXY "Enable FreeBSD-current TPROXY support" off
etc_files= squid/cachemgr.conf.default \
squid/mib.txt squid/mime.conf.default \
@@ -330,6 +330,9 @@ CONFIGURE_ARGS+= --enable-stacktraces
CFLAGS+= -g
STRIP=
.endif
+.if defined(WITH_SQUID_TPROXY)
+CONFIGURE_ARGS+= --enable-freebsd-tproxy
+.endif
# Languages:
#