diff options
author | pawel <pawel@FreeBSD.org> | 2012-05-08 02:42:49 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-05-08 02:42:49 +0800 |
commit | 1e6146946fe6ff240c93c56f15a043bf286e15bd (patch) | |
tree | 7f23016e7156941246cd14125034509dfba60cc5 /www/volta | |
parent | f4090bff4aee8373de99994b9ec2a61bca833dc4 (diff) | |
download | freebsd-ports-gnome-1e6146946fe6ff240c93c56f15a043bf286e15bd.tar.gz freebsd-ports-gnome-1e6146946fe6ff240c93c56f15a043bf286e15bd.tar.zst freebsd-ports-gnome-1e6146946fe6ff240c93c56f15a043bf286e15bd.zip |
Update to version 0.1.1
PR: ports/167585
Submitted by: maintainer
Diffstat (limited to 'www/volta')
-rw-r--r-- | www/volta/Makefile | 3 | ||||
-rw-r--r-- | www/volta/distinfo | 4 | ||||
-rw-r--r-- | www/volta/files/pkg-message.in | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/www/volta/Makefile b/www/volta/Makefile index 674971790f13..d2762892ef01 100644 --- a/www/volta/Makefile +++ b/www/volta/Makefile @@ -6,7 +6,7 @@ # PORTNAME= volta -DISTVERSION= 0.0.1 +DISTVERSION= 0.1.1 CATEGORIES= www MASTER_SITES= http://dl.dropbox.com/u/7234177/Releases/ \ http://projects.martini.nu/volta/chrome/site/ @@ -21,6 +21,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= cdb:${PORTSDIR}/databases/tinycdb USE_GMAKE= yes +USE_LUA= 5.1 ALL_TARGET= ${PORTNAME} NO_INSTALL= yes diff --git a/www/volta/distinfo b/www/volta/distinfo index 23ee67e70b09..29cf1ea53dc3 100644 --- a/www/volta/distinfo +++ b/www/volta/distinfo @@ -1,2 +1,2 @@ -SHA256 (volta-0.0.1.tgz) = 27646819ea1cf86f12a2e1cf3974d118c045df81f4f6ebbf003de8f4782c4e7f -SIZE (volta-0.0.1.tgz) = 24212 +SHA256 (volta-0.1.1.tgz) = 596e54a59d19a84ff2d9019d0f4742ebcd33b9c4ab4a62e977df44242762d880 +SIZE (volta-0.1.1.tgz) = 29240 diff --git a/www/volta/files/pkg-message.in b/www/volta/files/pkg-message.in index 580426ab6704..d522ba7078dd 100644 --- a/www/volta/files/pkg-message.in +++ b/www/volta/files/pkg-message.in @@ -6,5 +6,5 @@ To get volta up and running, you'll still need to do two things: url_rewrite_program %%PREFIX%%/bin/volta -f %%PREFIX%%/etc/volta.db - Create a volta rule database! For detailed instructions, please - reference %%DATADIR%%/README, or volta's website at: + reference %%DOCSDIR%%/README, or volta's website at: http://projects.martini.nu/volta/ |