aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2014-11-02 17:14:05 +0800
committerlwhsu <lwhsu@FreeBSD.org>2014-11-02 17:14:05 +0800
commit3cd9205bd8f932fede51dcb49f0187465e3ea6be (patch)
treebd0d60447f67a0a05c5d04eb12bc26ad5dae436d /www
parentca16f885b4f6ad3586d159003a517d5cb140275b (diff)
downloadfreebsd-ports-gnome-3cd9205bd8f932fede51dcb49f0187465e3ea6be.tar.gz
freebsd-ports-gnome-3cd9205bd8f932fede51dcb49f0187465e3ea6be.tar.zst
freebsd-ports-gnome-3cd9205bd8f932fede51dcb49f0187465e3ea6be.zip
- Unbreak
Approved by: clsung (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/py-urljr/Makefile10
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>