Date: Tue, 31 Aug 2021 10:18:10 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: 1dfa8d1c48b1 - main - net-mgmt/netbox: Add CPE info Message-ID: <202108311018.17VAIA0h064397@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=1dfa8d1c48b10840cea05e5eceb02c0acc3a5eeb commit 1dfa8d1c48b10840cea05e5eceb02c0acc3a5eeb Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2021-08-31 10:15:32 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2021-08-31 10:16:59 +0000 net-mgmt/netbox: Add CPE info * Also add the port to the "python" category while I'm here. --- net-mgmt/netbox/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 81d161576f9a..1db82b279a22 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,7 +1,7 @@ PORTNAME= netbox DISTVERSIONPREFIX= v DISTVERSION= 2.11.12 -CATEGORIES= net-mgmt +CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org COMMENT= IP address management tool @@ -47,7 +47,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2.6<3.3:www/py-django32@${PY_FLA ${PYTHON_PKGNAMEPREFIX}yaml>=5.4.1<6:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gunicorn>=19.9.0<21:www/py-gunicorn@${PY_FLAVOR} -USES= pgsql:9.6+ python:3.7+ +USES= cpe pgsql:9.6+ python:3.7+ +CPE_VENDOR= netbox_project USE_GITHUB= yes GH_ACCOUNT= netbox-community
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108311018.17VAIA0h064397>