diff options
author | ak <ak@FreeBSD.org> | 2012-07-26 18:22:06 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2012-07-26 18:22:06 +0800 |
commit | ea6b828be1e03ee97f454ff2ac9f5a77fe33d686 (patch) | |
tree | ba964ddb8bffd8402d365ed72baf3dde56c4c99c /www | |
parent | 6f26bc7ac691428c497f24c3df688052e532eccc (diff) | |
download | freebsd-ports-gnome-ea6b828be1e03ee97f454ff2ac9f5a77fe33d686.tar.gz freebsd-ports-gnome-ea6b828be1e03ee97f454ff2ac9f5a77fe33d686.tar.zst freebsd-ports-gnome-ea6b828be1e03ee97f454ff2ac9f5a77fe33d686.zip |
- Update to 0.2.0
PR: ports/170182
Submitted by: Mahlon E. Smith <mahlon@martini.nu> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/volta/Makefile | 2 | ||||
-rw-r--r-- | www/volta/distinfo | 4 | ||||
-rw-r--r-- | www/volta/pkg-descr | 5 |
3 files changed, 6 insertions, 5 deletions
diff --git a/www/volta/Makefile b/www/volta/Makefile index d2762892ef01..4577591f575a 100644 --- a/www/volta/Makefile +++ b/www/volta/Makefile @@ -6,7 +6,7 @@ # PORTNAME= volta -DISTVERSION= 0.1.1 +DISTVERSION= 0.2.0 CATEGORIES= www MASTER_SITES= http://dl.dropbox.com/u/7234177/Releases/ \ http://projects.martini.nu/volta/chrome/site/ diff --git a/www/volta/distinfo b/www/volta/distinfo index 29cf1ea53dc3..14a9685ce3e4 100644 --- a/www/volta/distinfo +++ b/www/volta/distinfo @@ -1,2 +1,2 @@ -SHA256 (volta-0.1.1.tgz) = 596e54a59d19a84ff2d9019d0f4742ebcd33b9c4ab4a62e977df44242762d880 -SIZE (volta-0.1.1.tgz) = 29240 +SHA256 (volta-0.2.0.tgz) = 9857c08cddafd935238a756d13822a6240ac1f79ed3a33f84805b60532e523d6 +SIZE (volta-0.2.0.tgz) = 29357 diff --git a/www/volta/pkg-descr b/www/volta/pkg-descr index 1f60d0bf6ea1..82f3f51d048c 100644 --- a/www/volta/pkg-descr +++ b/www/volta/pkg-descr @@ -3,7 +3,8 @@ Squid caching proxy server (http://www.squid-cache.org) With it, you can dynamically alter URI requests that pass through Squid based on various criteria. -It uses a state machine to parse URIs and rules, and a constant database -to store and access those rules. +It uses a state machine to parse URIs and rules, and a constant +database to store and access those rules. It can then either perform +conditional rewrites internally, or by evaluating Lua scripts. WWW: http://projects.martini.nu/volta/ |