svn commit: r513454 - head/sysutils/iocage

Marcelo Araujo araujo at FreeBSD.org
Tue Oct 1 05:49:22 UTC 2019


Author: araujo
Date: Tue Oct  1 05:49:22 2019
New Revision: 513454
URL: https://svnweb.freebsd.org/changeset/ports/513454

Log:
  - 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]

Modified:
  head/sysutils/iocage/Makefile

Modified: head/sysutils/iocage/Makefile
==============================================================================
--- head/sysutils/iocage/Makefile	Tue Oct  1 05:27:20 2019	(r513453)
+++ head/sysutils/iocage/Makefile	Tue Oct  1 05:49:22 2019	(r513454)
@@ -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
 		${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+


More information about the svn-ports-head mailing list