diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-20 17:42:36 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-20 17:42:36 +0000 |
commit | ca2821f5deaa62dd978d3d00c04583895852b177 (patch) | |
tree | 199951ad22e406b7ca92b2b2a70202c25047ec65 /misc/py-progressbar | |
parent | graphics/squish: new fedora MASTER_SITES to unbreak (diff) |
misc/py-progressbar: new fedora MASTER_SITES to unbreak
Notes
Notes:
svn path=/head/; revision=422528
Diffstat (limited to 'misc/py-progressbar')
-rw-r--r-- | misc/py-progressbar/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/py-progressbar/Makefile b/misc/py-progressbar/Makefile index 121956482a05..35ed37a90741 100644 --- a/misc/py-progressbar/Makefile +++ b/misc/py-progressbar/Makefile @@ -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 python LICENSE= BSD3CLAUSE -BROKEN= Unfetchable (google code has gone away) - USE_PYTHON= autoplist distutils USES= python:2 |