aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2024-05-27 04:01:40 +0000
committerKai Knoblich <kai@FreeBSD.org>2024-05-27 05:28:53 +0000
commit425c90385645ea655ec03aa1629bce357a278c92 (patch)
tree97eae1036e9fd53131643aa12c23ce9a5eaf70db
parent1314ab02bdb6cff594083e3590c470bafe0f0fba (diff)
downloadports-425c90385645ea655ec03aa1629bce357a278c92.tar.gz
ports-425c90385645ea655ec03aa1629bce357a278c92.zip
net-mgmt/netbox: Change RUN_DEPENDS of LDAP option
* Switch the LDAP option to the py-django-auth-ldap port as it's using Django 4.2 now since 680c68fd4d69. This was overlooked and should have been done with 547ee8e902f4. * Bump PORTREVISION due changed dependencies. PR: 276319 Fixes: 547ee8e902f4 net-mgmt/netbox: Change RUN_DEPENDS
-rw-r--r--net-mgmt/netbox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index 688460cdfa90..79f7dd6328ea 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,7 +1,7 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
DISTVERSION= 3.7.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt python
MAINTAINER= kai@FreeBSD.org
@@ -81,7 +81,7 @@ S3_DESC= Amazon S3 backend support
SENTRY_DESC= Sentry monitoring support
GIT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dulwich>0:devel/py-dulwich@${PY_FLAVOR}
-LDAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj42-django-auth-ldap>0:www/py-dj42-django-auth-ldap
+LDAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-auth-ldap>0:www/py-django-auth-ldap
S3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR}
SENTRY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sentry-sdk>0:devel/py-sentry-sdk@${PY_FLAVOR}