aboutsummaryrefslogtreecommitdiff
path: root/sysutils/iocage-devel
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2018-11-27 16:19:25 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2018-11-27 16:19:25 +0000
commit8d63df96b4691cca96764986312d038eed3b07eb (patch)
tree64a4a6941daf019dbc2adb53018cb4e0d9ba8769 /sysutils/iocage-devel
parent6eae853a03fdfc9617ee199f01f55828194daa34 (diff)
downloadports-8d63df96b4691cca96764986312d038eed3b07eb.tar.gz
ports-8d63df96b4691cca96764986312d038eed3b07eb.zip
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
Notes
Notes: svn path=/head/; revision=486019
Diffstat (limited to 'sysutils/iocage-devel')
-rw-r--r--sysutils/iocage-devel/Makefile10
-rw-r--r--sysutils/iocage-devel/distinfo6
-rw-r--r--sysutils/iocage-devel/pkg-descr9
-rw-r--r--sysutils/iocage-devel/pkg-message9
4 files changed, 12 insertions, 22 deletions
diff --git a/sysutils/iocage-devel/Makefile b/sysutils/iocage-devel/Makefile
index 4fcef10c8008..d8a0316efb27 100644
--- a/sysutils/iocage-devel/Makefile
+++ b/sysutils/iocage-devel/Makefile
@@ -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/py-libiocage@${PY_FLAVOR}
USE_GITHUB= yes
GH_ACCOUNT= iocage
GH_PROJECT= iocage
-GH_TAGNAME= 810ff4ee
+GH_TAGNAME= c4016ac
NO_ARCH= yes
USES= python:3.6+
diff --git a/sysutils/iocage-devel/distinfo b/sysutils/iocage-devel/distinfo
index f175f7c2ef6a..e7500b0a656d 100644
--- a/sysutils/iocage-devel/distinfo
+++ b/sysutils/iocage-devel/distinfo
@@ -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
diff --git a/sysutils/iocage-devel/pkg-descr b/sysutils/iocage-devel/pkg-descr
index 995aa103bae9..bbd20fe4a985 100644
--- a/sysutils/iocage-devel/pkg-descr
+++ b/sysutils/iocage-devel/pkg-descr
@@ -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
diff --git a/sysutils/iocage-devel/pkg-message b/sysutils/iocage-devel/pkg-message
deleted file mode 100644
index d5e090e9de12..000000000000
--- a/sysutils/iocage-devel/pkg-message
+++ /dev/null
@@ -1,9 +0,0 @@
-
--------------------------------------------------------
-iocage-devel is highly EXPERIMENTAL!
-
-iocage 2.0 is going to completely replace the backend
-library while aiming to keep a somewhat compatible CLI.
-
-Expect data loss, use at your own risk!
--------------------------------------------------------