diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-06 10:38:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-06 10:38:25 +0000 |
commit | c101fc7b6e43ed32fdfe28ed9408c3e2c7a1ffba (patch) | |
tree | f118f22a03605cd9dc92d0bcab1c5f0c97f37f41 /net-mgmt | |
parent | 7ab29c4aa1a42232e45c1c4f0597006cf7a5a488 (diff) | |
download | ports-c101fc7b6e43ed32fdfe28ed9408c3e2c7a1ffba.tar.gz ports-c101fc7b6e43ed32fdfe28ed9408c3e2c7a1ffba.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/vidalia/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/vidalia/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/vidalia/pkg-message | 19 |
3 files changed, 4 insertions, 27 deletions
diff --git a/net-mgmt/vidalia/Makefile b/net-mgmt/vidalia/Makefile index adb651063749..e266dae8fb68 100644 --- a/net-mgmt/vidalia/Makefile +++ b/net-mgmt/vidalia/Makefile @@ -6,8 +6,7 @@ # PORTNAME= vidalia -PORTVERSION= 0.0.11 -PORTREVISION= 2 +PORTVERSION= 0.0.12 CATEGORIES= net-mgmt security MASTER_SITES= http://vidalia-project.net:8001/\ http://tor.eff.org/dist/vidalia-bundles/ @@ -53,9 +52,6 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/tor:${PORTSDIR}/security/tor-devel RUN_DEPENDS+= ${LOCALBASE}/bin/tor:${PORTSDIR}/security/tor .endif -pre-extract: - @${CAT} ${PKGMESSAGE} - post-extract: ${REINPLACE_CMD} -e 's@/bin/lrelease@/bin/lrelease-qt4@' ${WRKSRC}/configure diff --git a/net-mgmt/vidalia/distinfo b/net-mgmt/vidalia/distinfo index 12db96553b7a..2635b27d9457 100644 --- a/net-mgmt/vidalia/distinfo +++ b/net-mgmt/vidalia/distinfo @@ -1,3 +1,3 @@ -MD5 (vidalia-0.0.11.tar.gz) = c3db2a85a6db2314c008cbd8aed6ebb0 -SHA256 (vidalia-0.0.11.tar.gz) = 16ab47a3814c058cb93791f0cb972e1c2722a7bdd81006c54b752f7cb07aa529 -SIZE (vidalia-0.0.11.tar.gz) = 1810953 +MD5 (vidalia-0.0.12.tar.gz) = c1e2aa253f3ab68b3d756df7b2e49f2c +SHA256 (vidalia-0.0.12.tar.gz) = 703c19ddfe39839514a0f69e409511d22db82d2fa70afe0b014f457aebabbb0b +SIZE (vidalia-0.0.12.tar.gz) = 1897486 diff --git a/net-mgmt/vidalia/pkg-message b/net-mgmt/vidalia/pkg-message deleted file mode 100644 index a3162c35685a..000000000000 --- a/net-mgmt/vidalia/pkg-message +++ /dev/null @@ -1,19 +0,0 @@ -If your Onion Router isn't listening on 127.0.0.1, -either build the Vidalia port with TOR_CONTROL_ADDR -set to the Onion Router's IP address, or specify it -with the ControlAddr variable in the "[Tor]" section -of ~/.vidalia/vidalia.conf. Example: - - [Tor] - ControlAddr=10.0.0.2 - -Note that Vidalia requires systray support to do anything -useful (you need the systray icon to open Vidalia's windows). - -If your Window Manager doesn't have a systray, you can -install x11/stalonetray or another systray provider through -the ports. - -The systray provider has to be running before you start -Vidalia. Vidalia doesn't show any error messages if -no systray was found! |