Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 01:44:16 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1faf0e8eea98 - main - editors/py-babi: Remove conditional DEPENDS
Message-ID:  <202306300144.35U1iGRp012392@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1faf0e8eea98649345ed9375e1c914c8d57b14cd

commit 1faf0e8eea98649345ed9375e1c914c8d57b14cd
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-30 01:12:08 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-30 01:31:21 +0000

    editors/py-babi: Remove conditional DEPENDS
    
    These *_DEPENDS are no longer required after the removal of python37.
---
 editors/py-babi/Makefile | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/editors/py-babi/Makefile b/editors/py-babi/Makefile
index 18db07c66b82..a241e6579e8d 100644
--- a/editors/py-babi/Makefile
+++ b/editors/py-babi/Makefile
@@ -23,11 +23,4 @@ USE_PYTHON=	autoplist distutils flavors
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-BUILD_DEPENDS+=   ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
-RUN_DEPENDS+=   ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${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?202306300144.35U1iGRp012392>