Date: Tue, 11 Jan 2022 18:55:37 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: af1ccb475901 - main - security/py-pyspnego: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal) Message-ID: <202201111855.20BItblg064293@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=af1ccb475901d0dd6dbecc707b72f7f2e5a0bc88 commit af1ccb475901d0dd6dbecc707b72f7f2e5a0bc88 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 17:17:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:44:40 +0000 security/py-pyspnego: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal) --- security/py-pyspnego/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/security/py-pyspnego/Makefile b/security/py-pyspnego/Makefile index c39daec20738..154acd6fccbe 100644 --- a/security/py-pyspnego/Makefile +++ b/security/py-pyspnego/Makefile @@ -27,10 +27,4 @@ KERBEROS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.5.0:security/py-gssapi@${ ${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.pre.mk> - -.if ${PYTHON_REL} < 30700 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201111855.20BItblg064293>