diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-06-05 20:55:09 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-06-05 20:55:09 +0000 |
commit | 45718925f91f370918f1b48844e496adf75c2565 (patch) | |
tree | 02b3f67418f91e3ebc8613c0c54be28fc425d9dc /net | |
parent | ebbbdd3dff91374d6c680456fe1224eb71b15784 (diff) | |
download | ports-45718925f91f370918f1b48844e496adf75c2565.tar.gz ports-45718925f91f370918f1b48844e496adf75c2565.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/py-urllib3/Makefile | 6 | ||||
-rw-r--r-- | net/py-urllib3/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net/py-urllib3/Makefile b/net/py-urllib3/Makefile index 874348006701..7d5d924ed25f 100644 --- a/net/py-urllib3/Makefile +++ b/net/py-urllib3/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= urllib3 -PORTVERSION= 1.23 +PORTVERSION= 1.22 +PORTEPOCH= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,9 +17,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4:security/py-cryptography@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna@${FLAVOR} \ ${PY_IPADDRESS} \ - ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openssl>=16.0:security/py-openssl@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.7:net/py-pysocks@${FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${FLAVOR} #TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${FLAVOR} diff --git a/net/py-urllib3/distinfo b/net/py-urllib3/distinfo index 2e4d4fe9f6d2..7846d2109f69 100644 --- a/net/py-urllib3/distinfo +++ b/net/py-urllib3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1528202917 -SHA256 (urllib3-1.23.tar.gz) = a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf -SIZE (urllib3-1.23.tar.gz) = 228314 +TIMESTAMP = 1500642203 +SHA256 (urllib3-1.22.tar.gz) = cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f +SIZE (urllib3-1.22.tar.gz) = 226083 |