diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index d69a791e36423e4fe9af62727e1929641b2482d7..7992fe7b8763d9a9c179c63a4aca84917a318e96 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	netbox
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.0.10
+DISTVERSION=	3.0.11
 CATEGORIES=	net-mgmt python
 
 MAINTAINER=	kai@FreeBSD.org
@@ -30,7 +30,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=3.2.9<3.3:www/py-django32@${PY_FLA
 		${PYTHON_PKGNAMEPREFIX}dj32-django-mptt>=0.13.4<0.14:www/py-dj32-django-mptt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-prometheus>=2.1.0<2.2:www/py-dj32-django-prometheus@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-redis>=5.0.0<5.1:www/py-dj32-django-redis@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dj32-django-rq>=2.4.1<2.5:devel/py-dj32-django-rq@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dj32-django-rq>=2.4.1<2.6:devel/py-dj32-django-rq@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-tables2>=2.4.1<2.5:www/py-dj32-django-tables2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-taggit>=1.5.1<2:www/py-dj32-django-taggit@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-timezone-field>=4.1.2<5:www/py-dj32-django-timezone-field@${PY_FLAVOR} \
diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo
index 429a1734a97bb48c5bbbbcf84717285abfeeb610..3e6bb0372f76d670efa3af485a55db59e5fb01d8 100644
--- a/net-mgmt/netbox/distinfo
+++ b/net-mgmt/netbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1636739254
-SHA256 (netbox-community-netbox-v3.0.10_GH0.tar.gz) = f308edde78c131e75fb289b9cb2838518d7cac12584cfa58e52a88c62ff92bc4
-SIZE (netbox-community-netbox-v3.0.10_GH0.tar.gz) = 4494794
+TIMESTAMP = 1637860697
+SHA256 (netbox-community-netbox-v3.0.11_GH0.tar.gz) = b71887f1a2ef0d0cafd57c16377c250ec3e901e3d1e722f9363b95d037873d7d
+SIZE (netbox-community-netbox-v3.0.11_GH0.tar.gz) = 4497162
diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist
index 2d76a2808909c4aac507714788ee625d3cfe2734..4e0b2c196419ff01e1d99fa862e130cf8a533474 100644
--- a/net-mgmt/netbox/pkg-plist
+++ b/net-mgmt/netbox/pkg-plist
@@ -432,6 +432,7 @@
 %%DATADIR%%/netbox/middleware.py
 %%DATADIR%%/netbox/models.py
 %%DATADIR%%/netbox/navigation_menu.py
+%%DATADIR%%/netbox/request_context.py
 %%DATADIR%%/netbox/settings.py
 %%DATADIR%%/netbox/signals.py
 %%DATADIR%%/netbox/tests/__init__.py
@@ -839,6 +840,7 @@
 %%DATADIR%%/utilities/management/commands/__init__.py
 %%DATADIR%%/utilities/management/commands/makemigrations.py
 %%DATADIR%%/utilities/management/commands/migrate.py
+%%DATADIR%%/utilities/markdown.py
 %%DATADIR%%/utilities/mptt.py
 %%DATADIR%%/utilities/ordering.py
 %%DATADIR%%/utilities/paginator.py