From nobody@FreeBSD.org  Mon Jun  4 17:59:13 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id CAF9016A400
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  4 Jun 2007 17:59:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id ADDD713C46A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  4 Jun 2007 17:59:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l54HxDVW034544
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 4 Jun 2007 17:59:13 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l54HxDmp034543;
	Mon, 4 Jun 2007 17:59:13 GMT
	(envelope-from nobody)
Message-Id: <200706041759.l54HxDmp034543@www.freebsd.org>
Date: Mon, 4 Jun 2007 17:59:13 GMT
From: Fabian Keil<fk@fabiankeil.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [MAINTAINER-UPDATE] from net-mgmt/vidalia 0.0.11 to 0.0.12
X-Send-Pr-Version: www-3.0

>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:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 04 18:00:18 GMT 2007
>Closed-Date:    Wed Jun 06 10:38:34 GMT 2007
>Last-Modified:  Wed Jun  6 10:40:24 GMT 2007
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Jun 5 21:26:51 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113342 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Jun 6 10:38:32 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113342 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/113342: commit references a PR
Date: Wed,  6 Jun 2007 10:38:30 +0000 (UTC)

 miwi        2007-06-06 10:38:25 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/vidalia     Makefile distinfo 
   Removed files:
     net-mgmt/vidalia     pkg-message 
   Log:
   - Update to 0.0.12
   
   PR:             113342
   Submitted by:   Fabian Keil<fk@fabiankeil.de> (maintainer)
   
   Revision  Changes    Path
   1.4       +1 -5      ports/net-mgmt/vidalia/Makefile
   1.2       +3 -3      ports/net-mgmt/vidalia/distinfo
   1.3       +0 -19     ports/net-mgmt/vidalia/pkg-message (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
