Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2023 18:48:09 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: 8d7f988c5b79 - main - net-mgmt/netbox: Relax version requirements after 0355c9443e92
Message-ID:  <202307181848.36IIm9l8064432@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=8d7f988c5b79e5d2a73a3349f5be3fbdfae59059

commit 8d7f988c5b79e5d2a73a3349f5be3fbdfae59059
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2023-07-18 18:45:39 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2023-07-18 18:47:45 +0000

    net-mgmt/netbox: Relax version requirements after 0355c9443e92
    
    * www/py-gunicorn was updated to the 21.x release series, adjust the
      version requirements accordingly.
---
 net-mgmt/netbox/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index 428616f17687..4459b47e57b1 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -60,7 +60,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django41>=4.1.10<4.2:www/py-django41@${PY_FL
 		${PYTHON_PKGNAMEPREFIX}tablib>=3.5.0<4:textproc/py-tablib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tzdata>=2023.3:devel/py-tzdata@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>=6.0<7:devel/py-yaml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}gunicorn>=20.1.0<21:www/py-gunicorn@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}gunicorn>=20.1.0<22:www/py-gunicorn@${PY_FLAVOR}
 
 USES=		cpe pgsql:11+ python
 CPE_VENDOR=	netbox_project



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