From owner-svn-ports-head@FreeBSD.ORG Thu Aug 14 16:24:53 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69700359; Thu, 14 Aug 2014 16:24:53 +0000 (UTC) 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 567B62CE7; Thu, 14 Aug 2014 16:24:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7EGOrw1077048; Thu, 14 Aug 2014 16:24:53 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7EGOrWU077047; Thu, 14 Aug 2014 16:24:53 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201408141624.s7EGOrWU077047@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 14 Aug 2014 16:24:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364854 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2014 16:24:53 -0000 Author: gjb Date: Thu Aug 14 16:24:52 2014 New Revision: 364854 URL: http://svnweb.freebsd.org/changeset/ports/364854 QAT: https://qat.redports.org/buildarchive/r364854/ Log: Update the URL to the phabricator instance. Sponsored by: The FreeBSD Foundation Modified: head/.arcconfig Modified: head/.arcconfig ============================================================================== --- head/.arcconfig Thu Aug 14 16:10:14 2014 (r364853) +++ head/.arcconfig Thu Aug 14 16:24:52 2014 (r364854) @@ -1,5 +1,5 @@ { "project.name": "P", - "phabricator.uri" : "https://phabric.freebsd.org/", + "phabricator.uri" : "https://reviews.freebsd.org/", "history.immutable" : true }