Date: Wed, 2 Aug 2017 02:41:41 +0000 (UTC) From: Marcelo Araujo <araujo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447086 - head/sysutils/py3-iocage Message-ID: <201708020241.v722ffEO073404@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Wed Aug 2 02:41:41 2017 New Revision: 447086 URL: https://svnweb.freebsd.org/changeset/ports/447086 Log: - Update to 0.9.9.1. Important note: Fix jail migration from TAGs to NAME if you have children datasets under /data and prevent continuing if the jail is running. Sponsored by: iXsystems, Inc. Modified: head/sysutils/py3-iocage/Makefile head/sysutils/py3-iocage/distinfo Modified: head/sysutils/py3-iocage/Makefile ============================================================================== --- head/sysutils/py3-iocage/Makefile Wed Aug 2 02:29:27 2017 (r447085) +++ head/sysutils/py3-iocage/Makefile Wed Aug 2 02:41:41 2017 (r447086) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= iocage -PORTVERSION= 0.9.9 -PORTREVISION= 1 +PORTVERSION= 0.9.9.1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py3-iocage/distinfo ============================================================================== --- head/sysutils/py3-iocage/distinfo Wed Aug 2 02:29:27 2017 (r447085) +++ head/sysutils/py3-iocage/distinfo Wed Aug 2 02:41:41 2017 (r447086) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501301599 -SHA256 (iocage-iocage-0.9.9_GH0.tar.gz) = 18f12c6a539343d246be509a70adf8b6cb2ca9b9d38374c74e75c3055887c2ad -SIZE (iocage-iocage-0.9.9_GH0.tar.gz) = 381403 +TIMESTAMP = 1501641345 +SHA256 (iocage-iocage-0.9.9.1_GH0.tar.gz) = 2816927b27070c313cf287e79133bde4e312e53f360e40c53854b592102cad24 +SIZE (iocage-iocage-0.9.9.1_GH0.tar.gz) = 381695
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708020241.v722ffEO073404>