Bug 170211

Summary: [MAINTAINER-UPDATE] from net-mgmt/vidalia 0.2.19 to 0.2.20
Product: Ports & Packages Reporter: Fabian Keil <fk>
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.txt none

Description Fabian Keil 2012-07-27 15:10:03 UTC
The attached patch updates net-mgmt/vidalia from 0.2.19 to 0.2.20.

The changes according to the ChangeLog:
  o Append router status information if Tor is using microdescriptors.
  o Display paths with their native separators. Resolves ticket 4337.
  o Do not ignore the Show on Startup checkbox. Fixes bug 5351.
  o Do not add relative root to DataDirectory if it is empty. Fixes
    bug 6178.
https://gitweb.torproject.org/vidalia.git/blob/HEAD:/CHANGELOG

Fix: Patch attached with submission follows:
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-07-27 17:20:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-28 05:55:20 UTC
Author: rm
Date: Sat Jul 28 04:55:03 2012
New Revision: 301632
URL: http://svn.freebsd.org/changeset/ports/301632

Log:
  - update to 0.2.20
  - tab -> space in pkg-descr:WWW while here
  
  Changelog:
  https://gitweb.torproject.org/vidalia.git/blob/HEAD:/CHANGELOG
  
  PR:		170211
  Submitted by:	Fabian Keil <fk at fabiankeil dot de> (maintainer)

Modified:
  head/net-mgmt/vidalia/Makefile
  head/net-mgmt/vidalia/distinfo
  head/net-mgmt/vidalia/pkg-descr

Modified: head/net-mgmt/vidalia/Makefile
==============================================================================
--- head/net-mgmt/vidalia/Makefile	Sat Jul 28 03:11:13 2012	(r301631)
+++ head/net-mgmt/vidalia/Makefile	Sat Jul 28 04:55:03 2012	(r301632)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	vidalia
-PORTVERSION=	0.2.19
+PORTVERSION=	0.2.10
 CATEGORIES=	net-mgmt security
 MASTER_SITES=	https://archive.torproject.org/tor-package-archive/vidalia/ \
 		https://www.torproject.org/dist/vidalia/ \

Modified: head/net-mgmt/vidalia/distinfo
==============================================================================
--- head/net-mgmt/vidalia/distinfo	Sat Jul 28 03:11:13 2012	(r301631)
+++ head/net-mgmt/vidalia/distinfo	Sat Jul 28 04:55:03 2012	(r301632)
@@ -1,2 +1,2 @@
-SHA256 (vidalia-0.2.19.tar.gz) = 34da5fbfed9a1455b527104f1a34a6d863b62e854a0aa6bcba5a1013743e8153
-SIZE (vidalia-0.2.19.tar.gz) = 6332374
+SHA256 (vidalia-0.2.10.tar.gz) = 7897443974c81f4d354abc5bed1fd3f2d2989fb7c5c0eacde57719d469fdc4b5
+SIZE (vidalia-0.2.10.tar.gz) = 5566130

Modified: head/net-mgmt/vidalia/pkg-descr
==============================================================================
--- head/net-mgmt/vidalia/pkg-descr	Sat Jul 28 03:11:13 2012	(r301631)
+++ head/net-mgmt/vidalia/pkg-descr	Sat Jul 28 04:55:03 2012	(r301632)
@@ -1,3 +1,3 @@
 Vidalia is a graphical Tor controller based on Qt 4.x.
 
-WWW:     http://www.vidalia-project.net/
+WWW: http://www.vidalia-project.net/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-07-28 06:02:03 UTC
State Changed
From-To: open->closed

Committed, thank you!
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-07-28 15:51:32 UTC
Author: rm
Date: Sat Jul 28 14:51:17 2012
New Revision: 301660
URL: http://svn.freebsd.org/changeset/ports/301660

Log:
  - actually update to 0.2.20
  
  PR:		170211
  Submitted by:	Fabian Keil <fk at fabiankeil dot de> (maintainer)
  Pointyhat to:	rm (myself)

Modified:
  head/net-mgmt/vidalia/Makefile
  head/net-mgmt/vidalia/distinfo

Modified: head/net-mgmt/vidalia/Makefile
==============================================================================
--- head/net-mgmt/vidalia/Makefile	Sat Jul 28 14:04:28 2012	(r301659)
+++ head/net-mgmt/vidalia/Makefile	Sat Jul 28 14:51:17 2012	(r301660)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	vidalia
-PORTVERSION=	0.2.10
+PORTVERSION=	0.2.20
 CATEGORIES=	net-mgmt security
 MASTER_SITES=	https://archive.torproject.org/tor-package-archive/vidalia/ \
 		https://www.torproject.org/dist/vidalia/ \

Modified: head/net-mgmt/vidalia/distinfo
==============================================================================
--- head/net-mgmt/vidalia/distinfo	Sat Jul 28 14:04:28 2012	(r301659)
+++ head/net-mgmt/vidalia/distinfo	Sat Jul 28 14:51:17 2012	(r301660)
@@ -1,2 +1,2 @@
-SHA256 (vidalia-0.2.10.tar.gz) = 7897443974c81f4d354abc5bed1fd3f2d2989fb7c5c0eacde57719d469fdc4b5
-SIZE (vidalia-0.2.10.tar.gz) = 5566130
+SHA256 (vidalia-0.2.20.tar.gz) = f2875c630155fec65f5b2915aa2250c2da347ec3d7bb721d4d22fb1dfb021c46
+SIZE (vidalia-0.2.20.tar.gz) = 6332707
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"