mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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
This commit is contained in:
parent
6eae853a03
commit
8d63df96b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486019
@ -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+
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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!
|
||||
-------------------------------------------------------
|
Loading…
Reference in New Issue
Block a user