Date: Tue, 27 Nov 2018 16:19:25 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486019 - head/sysutils/iocage-devel Message-ID: <201811271619.wARGJPGq023642@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Tue Nov 27 16:19:25 2018 New Revision: 486019 URL: https://svnweb.freebsd.org/changeset/ports/486019 Log: sysutils/iocage-devel: update to 1.0.0.20181026 iocage project has changed directions and will no longer change underlying library. PORTEPOCH was bumped for this reason as it wont move to 2.x anytime soon. Approved by: maintainer Deleted: head/sysutils/iocage-devel/pkg-message Modified: head/sysutils/iocage-devel/Makefile head/sysutils/iocage-devel/distinfo head/sysutils/iocage-devel/pkg-descr Modified: head/sysutils/iocage-devel/Makefile ============================================================================== --- head/sysutils/iocage-devel/Makefile Tue Nov 27 16:18:56 2018 (r486018) +++ head/sysutils/iocage-devel/Makefile Tue Nov 27 16:19:25 2018 (r486019) @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= iocage-devel -PORTVERSION= 2.0.0.20181008 +PORTVERSION= 1.0.0.20181026 +PORTEPOCH= 1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= maintainers@iocage.io +MAINTAINER= wg@FreeBSD.org COMMENT= FreeBSD jail manager written in Python3 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py-pytest-runner@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libiocage>0:devel/py-libiocage@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.10.0:misc/py-tqdm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coloredlogs>0:devel/py-coloredlogs@${PY_FLAVOR} \ @@ -27,7 +27,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libiocage>0:devel/ USE_GITHUB= yes GH_ACCOUNT= iocage GH_PROJECT= iocage -GH_TAGNAME= 810ff4ee +GH_TAGNAME= c4016ac NO_ARCH= yes USES= python:3.6+ Modified: head/sysutils/iocage-devel/distinfo ============================================================================== --- head/sysutils/iocage-devel/distinfo Tue Nov 27 16:18:56 2018 (r486018) +++ head/sysutils/iocage-devel/distinfo Tue Nov 27 16:19:25 2018 (r486019) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538750744 -SHA256 (iocage-iocage-2.0.0.20181008-810ff4ee_GH0.tar.gz) = c6dadbf73a8ccb7091e8c8baab0d32cb6f2d5ae9bfd43e856f0488b18ff62d64 -SIZE (iocage-iocage-2.0.0.20181008-810ff4ee_GH0.tar.gz) = 362896 +TIMESTAMP = 1542708791 +SHA256 (iocage-iocage-1.0.0.20181026-c4016ac_GH0.tar.gz) = df96aa350274198e257d6d392cc6f280b8719bdafe3a382f40268f654817a371 +SIZE (iocage-iocage-1.0.0.20181026-c4016ac_GH0.tar.gz) = 318964 Modified: head/sysutils/iocage-devel/pkg-descr ============================================================================== --- head/sysutils/iocage-devel/pkg-descr Tue Nov 27 16:18:56 2018 (r486018) +++ head/sysutils/iocage-devel/pkg-descr Tue Nov 27 16:19:25 2018 (r486019) @@ -1,7 +1,6 @@ -iocage is a jail/container manager amalgamating some of the best features and -technologies the FreeBSD operating system has to offer. It is geared for ease -of use with a simple and easy to understand command syntax. This development -version aims to replace the library with a more solid code base while keeping -the same CLI. +iocage is a jail/container manager amalgamating some of the best +features and technologies the FreeBSD operating system has +to offer. It is geared for ease of use with a simple and easy +to understand command syntax. WWW: https://github.com/iocage/iocage
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811271619.wARGJPGq023642>