git: b9869c7cd72c - main - net/py-lib389: Pet portclippy and portfmt
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jun 2026 16:54:22 UTC
The branch main has been updated by joneum:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b9869c7cd72c709ec9ff9bc7f4672eb2fe0e1cdc
commit b9869c7cd72c709ec9ff9bc7f4672eb2fe0e1cdc
Author: Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2026-06-30 16:53:36 +0000
Commit: Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2026-06-30 16:54:14 +0000
net/py-lib389: Pet portclippy and portfmt
Fix the Makefile and make portclippy happy.
Sponsored by: Netzkommune GmbH
---
net/py-lib389/Makefile | 24 ++++++++++--------------
1 file changed, 10 insertions(+), 14 deletions(-)
diff --git a/net/py-lib389/Makefile b/net/py-lib389/Makefile
index bbd0cc090984..0f35f79c3da0 100644
--- a/net/py-lib389/Makefile
+++ b/net/py-lib389/Makefile
@@ -17,33 +17,29 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=0:devel/py-argcomplete@${PY_F
${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}distro>=0:sysutils/py-distro@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0:devel/py-pyasn1-modules@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-ldap>=0:net/py-python-ldap@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= 389-ds-base>=${DISTVERSION}:net/389-ds-base \
- ${PYTHON_PKGNAMEPREFIX}argcomplete>=0:devel/py-argcomplete@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=0:devel/py-argcomplete@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}distro>=0:sysutils/py-distro@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0:devel/py-pyasn1-modules@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}python-ldap>=0:net/py-python-ldap@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}python-ldap>=0:net/py-python-ldap@${PY_FLAVOR} \
+ 389-ds-base>=${DISTVERSION}:net/389-ds-base
USES= python:3.12+ shebangfix tar:bzip2
USE_PYTHON= autoplist concurrent pep517
-SHEBANG_FILES= cli/dsconf \
- cli/dscontainer \
- cli/dscreate \
- cli/dsctl \
- cli/dsidm \
+SHEBANG_FILES= cli/dsconf cli/dscontainer cli/dscreate cli/dsctl cli/dsidm \
cli/openldap_to_ds
-WRKSRC_SUBDIR= src/lib389
-
NO_ARCH= yes
+WRKSRC_SUBDIR= src/lib389
+
.include <bsd.port.mk>