Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2007 17:59:13 GMT
From:      Fabian Keil<fk@fabiankeil.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/113342: [MAINTAINER-UPDATE] from net-mgmt/vidalia 0.0.11 to 0.0.12
Message-ID:  <200706041759.l54HxDmp034543@www.freebsd.org>
Resent-Message-ID: <200706041800.l54I0Iva090459@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         113342
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] from net-mgmt/vidalia 0.0.11 to 0.0.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 04 18:00:18 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Fabian Keil
>Release:        RELENG_6
>Organization:
>Environment:
FreeBSD TP51.local 6.2-STABLE FreeBSD 6.2-STABLE #14: Tue May  8 12:04:28 CEST 2007     fk@TP51.local:/usr/obj/usr/src/sys/THINKPAD  i386
>Description:
Update net-mgmt/vidalia from 0.0.11 to 0.0.12.

Vidalia's ChangeLog is available at: http://trac.vidalia-project.net/browser/releases/vidalia-0.0.12/CHANGELOG

systray support is no longer required and the
Tor control port can be configured through the
GUI now. As a result the pkg-message is no longer
necessary and has been removed.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN net-mgmt/vidalia.old/Makefile net-mgmt/vidalia/Makefile
--- net-mgmt/vidalia.old/Makefile	Sat May 19 22:19:53 2007
+++ net-mgmt/vidalia/Makefile	Mon Jun  4 19:24:45 2007
@@ -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/
@@ -52,9 +51,6 @@
 .elif defined(WITH_TOR)
 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 -ruN net-mgmt/vidalia.old/distinfo net-mgmt/vidalia/distinfo
--- net-mgmt/vidalia.old/distinfo	Thu May 10 22:18:01 2007
+++ net-mgmt/vidalia/distinfo	Mon Jun  4 17:53:03 2007
@@ -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 -ruN net-mgmt/vidalia.old/pkg-message net-mgmt/vidalia/pkg-message
--- net-mgmt/vidalia.old/pkg-message	Thu May 10 22:18:01 2007
+++ net-mgmt/vidalia/pkg-message	Thu Jan  1 01:00:00 1970
@@ -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!


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706041759.l54HxDmp034543>