aboutsummaryrefslogtreecommitdiff
path: root/www/cacheboy16/Makefile
diff options
context:
space:
mode:
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:
#