ports/150774: [MAINTAINER-UPDATE] from net-mgmt/vidalia 0.2.9 to 0.2.10
Fabian Keil
fk at fabiankeil.de
Tue Sep 21 08:20:04 UTC 2010
>Number: 150774
>Category: ports
>Synopsis: [MAINTAINER-UPDATE] from net-mgmt/vidalia 0.2.9 to 0.2.10
>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: Tue Sep 21 08:20:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Fabian Keil
>Release: HEAD
>Organization:
>Environment:
>Description:
The attached patch updates net-mgmt/vidalia from 0.2.9 to 0.2.10.
The ChangeLog is available at:
https://trac.vidalia-project.net/milestone/Vidalia%200.2.10
After a discussion with bf@ in ports/150078, the optional run dependency on one of the Tor ports has been removed.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN .zfs/snapshot/2010-09-17/net-mgmt/vidalia/Makefile net-mgmt/vidalia/Makefile
--- .zfs/snapshot/2010-09-17/net-mgmt/vidalia/Makefile 2010-06-06 09:17:49.000000000 +0200
+++ net-mgmt/vidalia/Makefile 2010-09-17 15:19:06.505543162 +0200
@@ -6,7 +6,7 @@
#
PORTNAME= vidalia
-PORTVERSION= 0.2.9
+PORTVERSION= 0.2.10
CATEGORIES= net-mgmt security
MASTER_SITES= http://www.torproject.org/vidalia/dist/
@@ -20,33 +20,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
-
-.if (${HAVE_TOR} == "YES")
-HAVE_TOR_DEVEL!= if pkg_info -I tor-devel\* >/dev/null 2>&1 ; then ${ECHO} YES; fi
-
-.if (${HAVE_TOR_DEVEL} == "YES")
-OPTIONS= TOR_DEVEL "Depend on tor-devel (already installed)" On
-.else
-OPTIONS= TOR "Depend on tor (already installed)" On
-.endif
-
-.else
-
-OPTIONS= TOR_DEVEL "Depend on tor-devel" On \
- TOR "Depend on tor" Off
-
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_TOR_DEVEL)
-.if defined(WITH_TOR)
-IGNORE= cannot depend on tor and tor-devel at the same time
-.endif
-RUN_DEPENDS+= ${LOCALBASE}/bin/tor:${PORTSDIR}/security/tor-devel
-.elif defined(WITH_TOR)
-RUN_DEPENDS+= ${LOCALBASE}/bin/tor:${PORTSDIR}/security/tor
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -ruN .zfs/snapshot/2010-09-17/net-mgmt/vidalia/distinfo net-mgmt/vidalia/distinfo
--- .zfs/snapshot/2010-09-17/net-mgmt/vidalia/distinfo 2010-06-07 20:33:44.574015971 +0200
+++ net-mgmt/vidalia/distinfo 2010-09-17 15:14:40.575433609 +0200
@@ -1,3 +1,3 @@
-MD5 (vidalia-0.2.9.tar.gz) = 8ce038ba6c3b511a4788bc3926b3390e
-SHA256 (vidalia-0.2.9.tar.gz) = 2d789c60bbaf8d10d7dcaf1ee3f31e5bc0fa5731b1983aceb390af06012ccdfa
-SIZE (vidalia-0.2.9.tar.gz) = 3049123
+MD5 (vidalia-0.2.10.tar.gz) = ae5a46cc362e2db54f8751ccc9becaba
+SHA256 (vidalia-0.2.10.tar.gz) = 7897443974c81f4d354abc5bed1fd3f2d2989fb7c5c0eacde57719d469fdc4b5
+SIZE (vidalia-0.2.10.tar.gz) = 5566130
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list