aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/vidalia/Makefile
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-07-18 23:28:14 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-07-18 23:28:14 +0000
commitc6c71381e6d205c5f5de02b23a33e48802593a2d (patch)
tree14f68035fde9eed17cac116502257b3db51499ab /net-mgmt/vidalia/Makefile
parent1af714157df4a49d7e554fb031614abd31db1f71 (diff)
downloadports-c6c71381e6d205c5f5de02b23a33e48802593a2d.tar.gz
ports-c6c71381e6d205c5f5de02b23a33e48802593a2d.zip
- Update to 0.1.14
- Mark MAKE_JOBS_SAFE and update MASTER_SITES PR: ports/136421 Submitted by: Shane Bell <decept0@gmail.com> Approved by: fk@fabiankeil.de (maintainer)
Notes
Notes: svn path=/head/; revision=238032
Diffstat (limited to 'net-mgmt/vidalia/Makefile')
-rw-r--r--net-mgmt/vidalia/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/vidalia/Makefile b/net-mgmt/vidalia/Makefile
index dfb3c073deb2..de25db22c32d 100644
--- a/net-mgmt/vidalia/Makefile
+++ b/net-mgmt/vidalia/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= vidalia
-PORTVERSION= 0.1.12
+PORTVERSION= 0.1.14
CATEGORIES= net-mgmt security
-MASTER_SITES= http://www.vidalia-project.net:8001/vidalia/
+MASTER_SITES= http://www.torproject.org/vidalia/dist/
MAINTAINER= fk@fabiankeil.de
COMMENT= A graphical Tor controller based on Qt 4.x
@@ -17,6 +17,7 @@ USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
USE_QT_VER= 4
QT_COMPONENTS= gui moc_build qmake_build rcc_build uic_build network xml linguist_build
+MAKE_JOBS_SAFE= yes
HAVE_TOR!= if pkg_info -I tor-\* >/dev/null 2>&1 ; then ${ECHO} YES; fi