Date: Mon, 24 Dec 2018 06:04:10 +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: r488256 - head/sysutils/iocage Message-ID: <201812240604.wBO64A0d046422@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Mon Dec 24 06:04:10 2018 New Revision: 488256 URL: https://svnweb.freebsd.org/changeset/ports/488256 Log: - Pet PORTLINT. - Remove wrong conflicts. Modified: head/sysutils/iocage/Makefile Modified: head/sysutils/iocage/Makefile ============================================================================== --- head/sysutils/iocage/Makefile Mon Dec 24 05:58:55 2018 (r488255) +++ head/sysutils/iocage/Makefile Mon Dec 24 06:04:10 2018 (r488256) @@ -24,12 +24,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py ${PYTHON_PKGNAMEPREFIX}dulwich>0:devel/dulwich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} -USE_GITHUB= yes - NO_ARCH= yes USES= python:3.6+ +USE_GITHUB= yes USE_PYTHON= autoplist distutils -CONFLICTS= py[0-9]*-iocage-[0-9]* +CONFLICTS= py27-iocage-[0-9]* .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812240604.wBO64A0d046422>