svn commit: r452084 - head/cad/scotch

Thierry Thomas thierry at FreeBSD.org
Sat Oct 14 19:30:22 UTC 2017


Author: thierry
Date: Sat Oct 14 19:30:20 2017
New Revision: 452084
URL: https://svnweb.freebsd.org/changeset/ports/452084

Log:
  Fix CONFLICTS.
  
  Reported by:	FreeBSD Ports Conflicts Scanner

Modified:
  head/cad/scotch/Makefile

Modified: head/cad/scotch/Makefile
==============================================================================
--- head/cad/scotch/Makefile	Sat Oct 14 19:10:06 2017	(r452083)
+++ head/cad/scotch/Makefile	Sat Oct 14 19:30:20 2017	(r452084)
@@ -16,7 +16,7 @@ LICENSE_NAME=	CeCILL-C
 LICENSE_FILE=	${WRKSRC}/doc/CeCILL-C_V1-en.txt
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-CONFLICTS=	gbase-0.* gmap-2006.*
+CONFLICTS=	gbase-0.* gmap-2015.*
 
 USES=		gmake
 


More information about the svn-ports-all mailing list