Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2019 05:49:22 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513454 - head/sysutils/iocage
Message-ID:  <201910010549.x915nMuB015138@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910010549.x915nMuB015138>