summaryrefslogtreecommitdiff
path: root/sysutils/iocage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/iocage/Makefile')
-rw-r--r--sysutils/iocage/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/iocage/Makefile b/sysutils/iocage/Makefile
index f936b5fea18a..33907677d5e1 100644
--- a/sysutils/iocage/Makefile
+++ b/sysutils/iocage/Makefile
@@ -1,11 +1,14 @@
PORTNAME= iocage
PORTVERSION= 1.11
+PORTREVISION= 1
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
# Pull in PR #61 to unbreak default route detection on CURRENT
+# Pull in PR #90 to unbreak on python 3.12
PATCH_SITES= https://github.com/freebsd/iocage/commit/
-PATCHFILES= 2120a86d1d4fd3d383a3f0bddfc1e92eb5a7d2e7.patch:-p1
+PATCHFILES= 2120a86d1d4fd3d383a3f0bddfc1e92eb5a7d2e7.patch:-p1 \
+ c2cf9d218a643b6231d1bce0361846352f58c50f.patch:-p1
MAINTAINER= grembo@FreeBSD.org
COMMENT= FreeBSD jail manager written in Python3