(1) astng has moved to bitbucket.org. (2) logilab-common and pylint are still accessible, but only from download.logilab.org Fix: First, for part (2): add download.logilab.org to the "magic" sites under LOGILAB (it's possible some or all of the others should go away, just showing what I've tested): Now, for part (1)... I took some cues from some other ports to construct this, not sure if it's the "right way" but seems reasonable. (Hm: I left the old SIZE and SHA256 in there, perhaps they should be removed.) How-To-Repeat: cd /usr/ports/devel/py-astng; make fetch cd /usr/ports/devel/py-logilab-common; make fetch cd /usr/ports/devel/pylint; make fetch
Responsible Changed From-To: freebsd-ports-bugs->mva Over to maintainer (via the GNATS Auto Assign Tool)
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 <chris.torek@gmail.com> 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/ _______________________________________________ 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"
State Changed From-To: open->closed I only added the new MASTER_SITES entry, since astng is still offered as download via the logilab.org mirrors, which makes it unnecessary to change it now. Thanks!