Update to 1.18
This commit is contained in:
parent
be3dd3ac09
commit
77c94315d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422848
2 changed files with 8 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= urllib3
|
||||
PORTVERSION= 1.17
|
||||
PORTVERSION= 1.18
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -25,6 +25,10 @@ SUB_FILES= pkg-message
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3300
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddress>=0:net/py-ipaddress
|
||||
.endif
|
||||
|
||||
.if ${PYTHON_REL} < 3400
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi
|
||||
.endif
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1473186455
|
||||
SHA256 (urllib3-1.17.tar.gz) = fe57c15f1973d55c948619efcbd1d1150bb4256214aabab3322b395d023a2603
|
||||
SIZE (urllib3-1.17.tar.gz) = 181176
|
||||
TIMESTAMP = 1475006249
|
||||
SHA256 (urllib3-1.18.tar.gz) = d30dd4d1cbbc36ebab6e4a2076820cfe0c60f10adf087fecbc5a3edae79fdc81
|
||||
SIZE (urllib3-1.18.tar.gz) = 183660
|
||||
|
|
Loading…
Reference in a new issue