diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2009-01-11 21:02:40 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2009-01-11 21:02:40 +0000 |
commit | d36193480242405d20f5dfb7d5e85fbb94e96ad8 (patch) | |
tree | 37c8873e30f911b71b906d4f0fad207eee74c401 /www | |
parent | dbfe93b44876035bf5df153b4b18e66cf76e6eb3 (diff) |
* Update port to Cacheboy-1.6-r13563
* Add experimental FreeBSD tproxy support to the config options, defaulting to off.
Notes
Notes:
svn path=/head/; revision=225768
Diffstat (limited to 'www')
-rw-r--r-- | www/cacheboy16/Makefile | 13 | ||||
-rw-r--r-- | www/cacheboy16/distinfo | 6 |
2 files changed, 11 insertions, 8 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: # diff --git a/www/cacheboy16/distinfo b/www/cacheboy16/distinfo index e899cce47a39..aec1568fb435 100644 --- a/www/cacheboy16/distinfo +++ b/www/cacheboy16/distinfo @@ -1,3 +1,3 @@ -MD5 (CACHEBOY_1.5.2/CACHEBOY_1.5.2.tar.gz) = 790624576af362e27f848be93e403bb2 -SHA256 (CACHEBOY_1.5.2/CACHEBOY_1.5.2.tar.gz) = 22cbaf39fd16182cd708d6d62ff844523b21d567b662e196d82080c80309b728 -SIZE (CACHEBOY_1.5.2/CACHEBOY_1.5.2.tar.gz) = 2238390 +MD5 (cacheboy-1.6-r13563.tar.gz) = 91851dbaa32c55a41dbc2b8b4843500e +SHA256 (cacheboy-1.6-r13563.tar.gz) = 34936704247e169898200df161157e42d9ea5187dad9d670c31fb81fe17a8f5c +SIZE (cacheboy-1.6-r13563.tar.gz) = 2269603 |