svn commit: r347179 - head/textproc/xerces-c3

Pietro Cerutti gahr at FreeBSD.org
Thu Mar 6 10:08:06 UTC 2014


Author: gahr
Date: Thu Mar  6 10:08:06 2014
New Revision: 347179
URL: http://svnweb.freebsd.org/changeset/ports/347179
QAT: https://qat.redports.org/buildarchive/r347179/

Log:
  - Fix CONFLICTS line
  
  Suggested by:	thierry

Modified:
  head/textproc/xerces-c3/Makefile

Modified: head/textproc/xerces-c3/Makefile
==============================================================================
--- head/textproc/xerces-c3/Makefile	Thu Mar  6 09:55:40 2014	(r347178)
+++ head/textproc/xerces-c3/Makefile	Thu Mar  6 10:08:06 2014	(r347179)
@@ -12,7 +12,7 @@ DISTNAME=	xerces-c-${PORTVERSION}
 MAINTAINER=	gahr at FreeBSD.org
 COMMENT=	Validating XML parser from the Apache XML Project
 
-CONFLICTS=	xerces_c-[0-9]* xerces-c2-[0-9]*
+CONFLICTS=	xerces-c2-[0-9]* xerces-c2-devel-[0-9]*
 
 USES=		gmake pathfix
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list