Date: Mon, 27 Sep 2021 15:59:23 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a96101ea0263 - main - security/py-pyspnego: Update to 0.2.0 Message-ID: <202109271559.18RFxNNT031416@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a96101ea02631137bf0cf814aa33e113e15b9346 commit a96101ea02631137bf0cf814aa33e113e15b9346 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-27 15:38:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-27 15:56:01 +0000 security/py-pyspnego: Update to 0.2.0 Changes: https://github.com/jborean93/pyspnego/releases --- security/py-pyspnego/Makefile | 13 ++++++++++--- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109271559.18RFxNNT031416>