svn commit: r451112 - head/sysutils/iocage

Marcelo Araujo araujo at FreeBSD.org
Tue Oct 3 04:41:20 UTC 2017


Author: araujo
Date: Tue Oct  3 04:41:18 2017
New Revision: 451112
URL: https://svnweb.freebsd.org/changeset/ports/451112

Log:
  After rename py36-iocage, remove unused conflict ports iocage-[0-9]*
  and iocage-devel-[0-9]*.
  
  Sponsored by:	iXsystems Inc.

Modified:
  head/sysutils/iocage/Makefile

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


More information about the svn-ports-all mailing list