From owner-svn-ports-all@FreeBSD.ORG Fri Jun 12 16:22:34 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC2DAC70; Fri, 12 Jun 2015 16:22:34 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA420BB3; Fri, 12 Jun 2015 16:22:34 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5CGMYBR085496; Fri, 12 Jun 2015 16:22:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5CGMYks085493; Fri, 12 Jun 2015 16:22:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201506121622.t5CGMYks085493@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 12 Jun 2015 16:22:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389284 - in head: net-mgmt/vidalia www/xpi-torbutton X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 16:22:34 -0000 Author: jbeich Date: Fri Jun 12 16:22:33 2015 New Revision: 389284 URL: https://svnweb.freebsd.org/changeset/ports/389284 Log: Convert to MASTER_SITE_TOR PR: 185150 (followup) Approved by: portmgr blanket MFH: 2015Q2 Modified: head/net-mgmt/vidalia/Makefile (contents, props changed) head/www/xpi-torbutton/Makefile (contents, props changed) Modified: head/net-mgmt/vidalia/Makefile ============================================================================== --- head/net-mgmt/vidalia/Makefile Fri Jun 12 16:19:26 2015 (r389283) +++ head/net-mgmt/vidalia/Makefile Fri Jun 12 16:22:33 2015 (r389284) @@ -4,11 +4,7 @@ PORTNAME= vidalia PORTVERSION= 0.2.21 CATEGORIES= net-mgmt security -MASTER_SITES= https://archive.torproject.org/tor-package-archive/vidalia/ \ - https://www.torproject.org/dist/vidalia/ \ - http://tor.ccc.de/dist/vidalia/ \ - http://tor.cyberarmy.at/dist/vidalia/ \ - http://www.torservers.net/mirrors/torproject.org/dist/vidalia/ +MASTER_SITES= TOR/vidalia MAINTAINER= fk@fabiankeil.de COMMENT= Graphical Tor controller based on Qt 4.x Modified: head/www/xpi-torbutton/Makefile ============================================================================== --- head/www/xpi-torbutton/Makefile Fri Jun 12 16:19:26 2015 (r389283) +++ head/www/xpi-torbutton/Makefile Fri Jun 12 16:22:33 2015 (r389284) @@ -4,7 +4,7 @@ PORTNAME= torbutton PORTVERSION= 1.5.2 CATEGORIES= www -MASTER_SITES= https://www.torproject.org/dist/torbutton/ +MASTER_SITES= TOR/torbutton MAINTAINER= gecko@FreeBSD.org COMMENT= Quickly toggle use of the Tor network