aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netbox/Makefile
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-12-15 12:33:06 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-12-15 12:33:06 +0000
commitddc515173f397f10cad0c9c6e6dc8fcd38a4823d (patch)
tree664eb82e6c556fef879e31e1cf140e49013516ea /net-mgmt/netbox/Makefile
parentd521871a491c13098bb8103489ffe3d10cedaad1 (diff)
downloadports-ddc515173f397f10cad0c9c6e6dc8fcd38a4823d.tar.gz
ports-ddc515173f397f10cad0c9c6e6dc8fcd38a4823d.zip
MFH: r520173
net-mgmt/netbox: Fix assignment of IP addresses to interfaces * Backport a patch from upstream's repository which fixes the assignment of existing IP addresses to interfaces. Without that patch the assignment of an IP address gives no error but the interface doesn't contain the assigned IP address at the end. * Bump PORTREVISION for package change. Approved by: ports-secteam bugfix blanket
Notes
Notes: svn path=/branches/2019Q4/; revision=520174
Diffstat (limited to 'net-mgmt/netbox/Makefile')
-rw-r--r--net-mgmt/netbox/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index da62903a1768..012dc7956ded 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -3,6 +3,7 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
DISTVERSION= 2.6.8
+PORTREVISION= 1
CATEGORIES= net-mgmt
MAINTAINER= kai@FreeBSD.org