svn commit: r488256 - head/sysutils/iocage

Marcelo Araujo araujo at FreeBSD.org
Mon Dec 24 06:04:11 UTC 2018


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>


More information about the svn-ports-all mailing list