Date: Tue, 20 Sep 2016 17:42:36 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422528 - head/misc/py-progressbar Message-ID: <201609201742.u8KHgapI018741@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Sep 20 17:42:36 2016 New Revision: 422528 URL: https://svnweb.freebsd.org/changeset/ports/422528 Log: misc/py-progressbar: new fedora MASTER_SITES to unbreak Modified: head/misc/py-progressbar/Makefile Modified: head/misc/py-progressbar/Makefile ============================================================================== --- head/misc/py-progressbar/Makefile Tue Sep 20 17:33:52 2016 (r422527) +++ head/misc/py-progressbar/Makefile Tue Sep 20 17:42:36 2016 (r422528) @@ -4,7 +4,7 @@ PORTNAME= progressbar PORTVERSION= 2.3 CATEGORIES= misc python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://pkgs.fedoraproject.org/lookaside/extras/python-progressbar/progressbar-2.3.tar.gz/4f904e94b783b4c6e71aa74fd2432c59/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org @@ -12,8 +12,6 @@ COMMENT= Text progressbar library for py LICENSE= BSD3CLAUSE -BROKEN= Unfetchable (google code has gone away) - USE_PYTHON= autoplist distutils USES= python:2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609201742.u8KHgapI018741>