diff options
author | adrian <adrian@FreeBSD.org> | 2009-01-12 05:02:40 +0800 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2009-01-12 05:02:40 +0800 |
commit | b4013d05ab03a8243b5e034d3332e1d8518f3cef (patch) | |
tree | 1e3925c0462a646f2774a2f7c8e22a06f82092df /www/cacheboy16 | |
parent | 63eaa7c0f41627efeec05e333ec245e37d14ab72 (diff) | |
download | freebsd-ports-gnome-b4013d05ab03a8243b5e034d3332e1d8518f3cef.tar.gz freebsd-ports-gnome-b4013d05ab03a8243b5e034d3332e1d8518f3cef.tar.zst freebsd-ports-gnome-b4013d05ab03a8243b5e034d3332e1d8518f3cef.zip |
* Update port to Cacheboy-1.6-r13563
* Add experimental FreeBSD tproxy support to the config options, defaulting to off.
Diffstat (limited to 'www/cacheboy16')
-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 |