aboutsummaryrefslogtreecommitdiff
path: root/security/py-pysaml2/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-08-11 14:16:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-08-11 14:16:37 +0000
commit46a08958df61381874f2aec49ab1d9cc1bd6586b (patch)
tree6d1ef4209fb4119253d6c026eb991b91e723ed40 /security/py-pysaml2/Makefile
parentb1753cedbacde4785e08538e6c09c7f4d738a6d5 (diff)
downloadports-46a08958df61381874f2aec49ab1d9cc1bd6586b.tar.gz
ports-46a08958df61381874f2aec49ab1d9cc1bd6586b.zip
Update to 4.6.0
Notes
Notes: svn path=/head/; revision=476889
Diffstat (limited to 'security/py-pysaml2/Makefile')
-rw-r--r--security/py-pysaml2/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/py-pysaml2/Makefile b/security/py-pysaml2/Makefile
index 03e742a5c0f7..7a37a012368b 100644
--- a/security/py-pysaml2/Makefile
+++ b/security/py-pysaml2/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= pysaml2
-PORTVERSION= 4.5.0
-PORTREVISION= 0
+PORTVERSION= 4.6.0
CATEGORIES= security devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +11,9 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python implementation of SAML Version 2
LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.4:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \