Update to 1.10.3
Changelog: https://github.com/shazow/urllib3/blob/master/CHANGES.rst#1103-2015-04-21
This commit is contained in:
parent
5e0ad7e3bc
commit
03a5920190
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384515
2 changed files with 4 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= urllib3
|
||||
PORTVERSION= 1.10.2
|
||||
PORTVERSION= 1.10.3
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -20,10 +20,7 @@ USE_PYTHON= distutils autoplist
|
|||
|
||||
# ndg_httpclient is only available for Python 2
|
||||
.if ${PYTHON_REL} < 300
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.3.2:${PORTSDIR}/net/py-ndg_httpsclient
|
||||
PLIST_SUB+= SSL=""
|
||||
.else
|
||||
PLIST_SUB+= SSL="@comment "
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.3.3:${PORTSDIR}/net/py-ndg_httpsclient
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (urllib3-1.10.2.tar.gz) = 5bfd0ee2bd559fc22e8f1273934aca77050de19ba0e77f2447cbb0dd44f06a16
|
||||
SIZE (urllib3-1.10.2.tar.gz) = 132217
|
||||
SHA256 (urllib3-1.10.3.tar.gz) = ce1bb9a3f103610a062ace3ae6e56ebf2fa0fbeb5c395d601c64d8a7e6df180b
|
||||
SIZE (urllib3-1.10.3.tar.gz) = 136894
|
||||
|
|
Loading…
Reference in a new issue