git: 5dd6c81fe828 - main - devel/py-libioc: the port had been unbroken and improved (+)
Alexey Dokuchaev
danfe at FreeBSD.org
Sun Aug 29 14:31:01 UTC 2021
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5dd6c81fe828ef5e685a70d91614ab8c634f0b6f
commit 5dd6c81fe828ef5e685a70d91614ab8c634f0b6f
Author: Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-08-29 14:28:56 +0000
Commit: Alexey Dokuchaev <danfe at FreeBSD.org>
CommitDate: 2021-08-29 14:29:22 +0000
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
---
devel/py-libioc/Makefile | 7 +++----
devel/py-libioc/distinfo | 4 +++-
devel/py-libioc/pkg-descr | 8 +++++++-
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 at 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
More information about the dev-commits-ports-all
mailing list