From owner-svn-ports-all@FreeBSD.ORG Thu Jul 26 10:22:07 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8912F1065670; Thu, 26 Jul 2012 10:22:07 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5ABAC8FC15; Thu, 26 Jul 2012 10:22:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6QAM7ZO066227; Thu, 26 Jul 2012 10:22:07 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6QAM7LM066223; Thu, 26 Jul 2012 10:22:07 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201207261022.q6QAM7LM066223@svn.freebsd.org> From: Alex Kozlov Date: Thu, 26 Jul 2012 10:22:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301558 - head/www/volta X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2012 10:22:07 -0000 Author: ak Date: Thu Jul 26 10:22:06 2012 New Revision: 301558 URL: http://svn.freebsd.org/changeset/ports/301558 Log: - Update to 0.2.0 PR: ports/170182 Submitted by: Mahlon E. Smith (maintainer) Modified: head/www/volta/Makefile (contents, props changed) head/www/volta/distinfo (contents, props changed) head/www/volta/pkg-descr (contents, props changed) Modified: head/www/volta/Makefile ============================================================================== --- head/www/volta/Makefile Thu Jul 26 10:06:24 2012 (r301557) +++ head/www/volta/Makefile Thu Jul 26 10:22:06 2012 (r301558) @@ -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/ Modified: head/www/volta/distinfo ============================================================================== --- head/www/volta/distinfo Thu Jul 26 10:06:24 2012 (r301557) +++ head/www/volta/distinfo Thu Jul 26 10:22:06 2012 (r301558) @@ -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 Modified: head/www/volta/pkg-descr ============================================================================== --- head/www/volta/pkg-descr Thu Jul 26 10:06:24 2012 (r301557) +++ head/www/volta/pkg-descr Thu Jul 26 10:22:06 2012 (r301558) @@ -3,7 +3,8 @@ Squid caching proxy server (http://www.s 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/