Date: Mon, 30 Sep 2019 02:50:49 +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: r513279 - head/sysutils/iocage Message-ID: <201909300250.x8U2on22038795@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Mon Sep 30 02:50:48 2019 New Revision: 513279 URL: https://svnweb.freebsd.org/changeset/ports/513279 Log: - Update necessary dependencies for iocage 1.2 release. - Bump PORTREVISION. PR: ports/240927 Submitted by: Neel Chauhan <neel@neelc.org> Dan Langille <<dan@langille.org>> (via email) Reported by: many Modified: head/sysutils/iocage/Makefile Modified: head/sysutils/iocage/Makefile ============================================================================== --- head/sysutils/iocage/Makefile Mon Sep 30 01:10:12 2019 (r513278) +++ head/sysutils/iocage/Makefile Mon Sep 30 02:50:48 2019 (r513279) @@ -2,6 +2,7 @@ PORTNAME= iocage PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,6 +24,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py ${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 \ merge:devel/rcs57 USES= python:3.6+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909300250.x8U2on22038795>