Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2024 12:53: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: 964f0ef76ae5 - main - security/py-krb5: Remove BUILD_DEPENDS
Message-ID:  <202404181253.43ICrNWj070393@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=964f0ef76ae5a93a9cb9af7ad76b917de0d8dd0b

commit 964f0ef76ae5a93a9cb9af7ad76b917de0d8dd0b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-18 12:48:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-18 12:48:28 +0000

    security/py-krb5: Remove BUILD_DEPENDS
    
    Cython 0.29.32 was in the ports tree almost 2 years ago.
    
    Reference:      https://cgit.freebsd.org/ports/commit/?id=4d966dc5d43a071e42395868587528e25790a010
---
 security/py-krb5/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/security/py-krb5/Makefile b/security/py-krb5/Makefile
index b6d1b0cfc343..b7cbd6fc2a48 100644
--- a/security/py-krb5/Makefile
+++ b/security/py-krb5/Makefile
@@ -11,8 +11,6 @@ WWW=		https://github.com/jborean93/pykrb5
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cython>=0.29.32<4.0.0:lang/cython@${PY_FLAVOR}
-
 USES=		python
 USE_PYTHON=	autoplist concurrent cython distutils
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404181253.43ICrNWj070393>