git: 4424f1369175 - main - sysutils/iocage: Fix on 14.0-CURRENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 May 2022 15:35:13 UTC
The branch main has been updated by grembo: URL: https://cgit.FreeBSD.org/ports/commit/?id=4424f1369175cbeae6e71a830cb0742290384c51 commit 4424f1369175cbeae6e71a830cb0742290384c51 Author: Michael Gmelin <grembo@FreeBSD.org> AuthorDate: 2022-05-09 15:31:55 +0000 Commit: Michael Gmelin <grembo@FreeBSD.org> CommitDate: 2022-05-09 15:34:16 +0000 sysutils/iocage: Fix on 14.0-CURRENT Fix deprecated zfs syntax that became illegal. PR: 263823 Reported by: asomers --- sysutils/iocage/Makefile | 2 +- sysutils/iocage/files/patch-iocage__lib_ioc__json.py | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/sysutils/iocage/Makefile b/sysutils/iocage/Makefile index 46e49c0358b4..6635d3137bc2 100644 --- a/sysutils/iocage/Makefile +++ b/sysutils/iocage/Makefile @@ -1,6 +1,6 @@ PORTNAME= iocage PORTVERSION= 1.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/iocage/files/patch-iocage__lib_ioc__json.py b/sysutils/iocage/files/patch-iocage__lib_ioc__json.py new file mode 100644 index 000000000000..864cc6cf7c49 --- /dev/null +++ b/sysutils/iocage/files/patch-iocage__lib_ioc__json.py @@ -0,0 +1,11 @@ +--- iocage_lib/ioc_json.py.orig 2022-05-09 15:10:29 UTC ++++ iocage_lib/ioc_json.py +@@ -543,7 +543,7 @@ class IOCZFS(object): + 'zfs', + 'get', + '-pHo', +- 'property, value', ++ 'property,value', + 'all', + identifier + ], stdout=su.PIPE, stderr=su.PIPE