Bug 170182 - Volta update to 0.2.0
Summary: Volta update to 0.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-26 00:40 UTC by mahlon
Modified: 2012-07-26 11:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.37 KB, patch)
2012-07-26 00:40 UTC, mahlon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mahlon 2012-07-26 00:40:09 UTC
Just a quick version bump for www/volta. Thanks!
Comment 1 Alex Kozlov freebsd_committer freebsd_triage 2012-07-26 10:37:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-26 11:22:17 UTC
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 <mahlon@martini.nu> (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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2012-07-26 11:23:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!