svn commit: r451113 - head/sysutils/iocage

Marcelo Araujo araujo at FreeBSD.org
Tue Oct 3 05:33:48 UTC 2017


Author: araujo
Date: Tue Oct  3 05:33:47 2017
New Revision: 451113
URL: https://svnweb.freebsd.org/changeset/ports/451113

Log:
  Be more precise about the python version in CONFLICTS.
  
  Submited by:	jbeich

Modified:
  head/sysutils/iocage/Makefile

Modified: head/sysutils/iocage/Makefile
==============================================================================
--- head/sysutils/iocage/Makefile	Tue Oct  3 04:41:18 2017	(r451112)
+++ head/sysutils/iocage/Makefile	Tue Oct  3 05:33:47 2017	(r451113)
@@ -29,6 +29,6 @@ NO_ARCH=	yes
 USES=		python:3.6
 USE_PYTHON=	autoplist distutils
 
-CONFLICTS=	py-iocage-[0-9]*
+CONFLICTS=	py27-iocage-[0-9]*
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list