diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2019-10-01 05:49:22 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2019-10-01 05:49:22 +0000 |
commit | 3fb8ce0418443a895045ee3a1165de0e0227837c (patch) | |
tree | 8d47365b35154b31a92d759805b4ad14f4f2ced3 /sysutils | |
parent | 01f1dbafc870dcb997ac3b735247177d8721b6c3 (diff) |
- Drop support for devel/dulwich. [0]
- The port works fine with devel/git too, we should first check if there
is git installed, instead to assume we need to install git-lite. [1]
- Bump PORTREVISION.
Submitted by: dvl [0]
Reported by: many [1]
Notes
Notes:
svn path=/head/; revision=513454
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/iocage/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/iocage/Makefile b/sysutils/iocage/Makefile index 05b92dc6f388..3ec67305e536 100644 --- a/sysutils/iocage/Makefile +++ b/sysutils/iocage/Makefile @@ -2,7 +2,7 @@ PORTNAME= iocage PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,10 +22,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py-pytest-runner@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libzfs>=1.0.2:devel/py-libzfs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dulwich>0:devel/dulwich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}GitPython>0:devel/py-gitpython@${PY_FLAVOR} \ - git-lite>0:devel/git-lite \ + ${LOCALBASE}/bin/git:devel/git-lite \ merge:devel/rcs57 USES= python:3.6+ |