diff options
-rw-r--r-- | www/py-urljr/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/www/py-urljr/Makefile b/www/py-urljr/Makefile index bb120a4810c5..807649a31214 100644 --- a/www/py-urljr/Makefile +++ b/www/py-urljr/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.openidenabled.com/resources/downloads/python-openid/ +MASTER_SITES= http://openidenabled.com/files/python-openid/files/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} @@ -14,12 +15,7 @@ COMMENT= Common interface to HTTP fetchers for PycURL or urllib2 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/curl:${PORTSDIR}/ftp/py-curl -BROKEN= fails checksum -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2014-11-26 - -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include <bsd.port.mk> |