From owner-svn-ports-head@FreeBSD.ORG Sat May 18 08:01:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7A409FDE; Sat, 18 May 2013 08:01:31 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6C2216D4; Sat, 18 May 2013 08:01:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4I81VIW052646; Sat, 18 May 2013 08:01:31 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4I81Vwv052644; Sat, 18 May 2013 08:01:31 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201305180801.r4I81Vwv052644@svn.freebsd.org> From: Marcus von Appen Date: Sat, 18 May 2013 08:01:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318420 - in head: Mk devel/py-astng 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.14 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: Sat, 18 May 2013 08:01:31 -0000 Author: mva Date: Sat May 18 08:01:30 2013 New Revision: 318420 URL: http://svnweb.freebsd.org/changeset/ports/318420 Log: - Add download.logilab.org to MASTER_SITE_LOGILAB - Change WWW for devel/py-astng to point to its project homepage PR: ports/178513 Submitted by: Chris Torek Modified: head/Mk/bsd.sites.mk head/devel/py-astng/pkg-descr Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Sat May 18 07:39:41 2013 (r318419) +++ head/Mk/bsd.sites.mk Sat May 18 08:01:30 2013 (r318420) @@ -736,6 +736,7 @@ MASTER_SITE_KDE+= \ .if !defined(IGNORE_MASTER_SITE_LOGILAB) MASTER_SITE_LOGILAB+= \ + http://download.logilab.org/pub/%SUBDIR%/ \ http://ftp.logilab.org/pub/%SUBDIR%/ \ ftp://ftp.logilab.org/pub/%SUBDIR%/ \ ftp://ftp.logilab.fr/pub/%SUBDIR%/ Modified: head/devel/py-astng/pkg-descr ============================================================================== --- head/devel/py-astng/pkg-descr Sat May 18 07:39:41 2013 (r318419) +++ head/devel/py-astng/pkg-descr Sat May 18 08:01:30 2013 (r318420) @@ -3,4 +3,4 @@ of python source code for projects such pylint... Well, actually the development of this library is essentially governed by pylint's needs. -WWW: http://www.logilab.org/project/logilab-astng +WWW: https://bitbucket.org/logilab/astng/