diff options
-rw-r--r-- | security/py-pyspnego/Makefile | 13 | ||||
-rw-r--r-- | security/py-pyspnego/distinfo | 6 |
2 files changed, 13 insertions, 6 deletions
diff --git a/security/py-pyspnego/Makefile b/security/py-pyspnego/Makefile index 41e1f519b037..d1071f98e0d5 100644 --- a/security/py-pyspnego/Makefile +++ b/security/py-pyspnego/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= pyspnego -PORTVERSION= 0.1.6 +PORTVERSION= 0.2.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +23,14 @@ OPTIONS_DEFINE= KERBEROS YAML KERBEROS_DESC= Kerberos authentication support YAML_DESC= YAML output support -KERBEROS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.5.0:security/py-gssapi@${PY_FLAVOR} +KERBEROS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.5.0:security/py-gssapi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}krb5>=0:security/py-krb5@${PY_FLAVOR} YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 30700 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/security/py-pyspnego/distinfo b/security/py-pyspnego/distinfo index c0c29478ebf0..8056d800f366 100644 --- a/security/py-pyspnego/distinfo +++ b/security/py-pyspnego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620405451 -SHA256 (pyspnego-0.1.6.tar.gz) = 0356bccedc033b7266d89503eca50717f81fc9d3b98cb1dd5227bb7c1a9275ae -SIZE (pyspnego-0.1.6.tar.gz) = 94331 +TIMESTAMP = 1632664370 +SHA256 (pyspnego-0.2.0.tar.gz) = 1ca9f6720da219f3f7d793a975be2c54e16509b4a85b2d85b359e96a1d7bdf4d +SIZE (pyspnego-0.2.0.tar.gz) = 107781 |