1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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 680c68fd4d.  This was overlooked and should
  have been done with 547ee8e902.

* Bump PORTREVISION due changed dependencies.

PR:		276319
Fixes:	547ee8e902 net-mgmt/netbox: Change RUN_DEPENDS
This commit is contained in:
Kai Knoblich 2024-05-27 06:01:40 +02:00
parent 1314ab02bd
commit 425c903856

View File

@ -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}