Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2024 05:29:32 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 425c90385645 - main - net-mgmt/netbox: Change RUN_DEPENDS of LDAP option
Message-ID:  <202405270529.44R5TWgB078367@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=425c90385645ea655ec03aa1629bce357a278c92

commit 425c90385645ea655ec03aa1629bce357a278c92
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2024-05-27 04:01:40 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2024-05-27 05:28:53 +0000

    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
---
 net-mgmt/netbox/Makefile | 4 ++--
 1 file 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}
 



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