aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-08-29 14:28:56 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-08-29 14:29:22 +0000
commit5dd6c81fe828ef5e685a70d91614ab8c634f0b6f (patch)
treea4b0e7e1a1482d2b22e818d59c850b11802780f3
parent0561f3e6355206d3ff81b2d9a69f62e10fc7f16e (diff)
downloadports-5dd6c81fe828ef5e685a70d91614ab8c634f0b6f.tar.gz
ports-5dd6c81fe828ef5e685a70d91614ab8c634f0b6f.zip
devel/py-libioc: the port had been unbroken and improved (+)
- Unbreak the build by pulling upstream patch - Drop redundant (needless) GH_PROJECT knob - Provide more elaborate port description
-rw-r--r--devel/py-libioc/Makefile7
-rw-r--r--devel/py-libioc/distinfo4
-rw-r--r--devel/py-libioc/pkg-descr8
3 files changed, 13 insertions, 6 deletions
diff --git a/devel/py-libioc/Makefile b/devel/py-libioc/Makefile
index 8684f97b840d..90beec7f5382 100644
--- a/devel/py-libioc/Makefile
+++ b/devel/py-libioc/Makefile
@@ -4,14 +4,15 @@ PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES= ceea85bbabaafa0be700.diff:-p1
+
MAINTAINER= stefan@gronke.net
COMMENT= Library to manage jails with iocage and iocell
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BROKEN= fails to build
-
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gitpython>0:devel/py-gitpython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}libzfs>0:devel/py-libzfs@${PY_FLAVOR} \
@@ -21,10 +22,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gitpython>0:devel/py-gitpython@${PY_FLAVOR}
rsync:net/rsync
USES= python:3.6+
-
USE_GITHUB= yes
GH_ACCOUNT= bsdci
-GH_PROJECT= libioc
NO_ARCH= yes
USE_PYTHON= autoplist distutils py3kplist
diff --git a/devel/py-libioc/distinfo b/devel/py-libioc/distinfo
index a4062159499b..c2cff8f9eea8 100644
--- a/devel/py-libioc/distinfo
+++ b/devel/py-libioc/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1565256016
+TIMESTAMP = 1565249199
SHA256 (bsdci-libioc-0.8.2_GH0.tar.gz) = d3cfbae1bb20763b4a5e3fa5ab8d50ee95bbe10eb34305e3958b8906c1d5e442
SIZE (bsdci-libioc-0.8.2_GH0.tar.gz) = 147829
+SHA256 (ceea85bbabaafa0be700.diff) = 5533f44630cefe88f8a251f0c185109f60f74f4e5418f1c7ed9e237e98bd7451
+SIZE (ceea85bbabaafa0be700.diff) = 1142
diff --git a/devel/py-libioc/pkg-descr b/devel/py-libioc/pkg-descr
index 981b8e3ccf13..31daa6787415 100644
--- a/devel/py-libioc/pkg-descr
+++ b/devel/py-libioc/pkg-descr
@@ -1,3 +1,9 @@
-Python 3 module to access to ioc{age,ell} jails and features
+This library provides programmatic access to iocage features and jails,
+while aiming to be compatible with iocage_legacy, iocell, and the Python
+3 version of iocage.
+
+iocage is a jail/container manager fusioning 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/bsdci/libioc