Date: Thu, 6 Mar 2014 10:08:06 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347179 - head/textproc/xerces-c3 Message-ID: <201403061008.s26A86Ws020933@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403061008.s26A86Ws020933>