From owner-svn-ports-all@FreeBSD.ORG Thu Dec 6 01:25:36 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E3A4ACD; Thu, 6 Dec 2012 01:25:36 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 333728FC08; Thu, 6 Dec 2012 01:25:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB61PaFe027362; Thu, 6 Dec 2012 01:25:36 GMT (envelope-from bar@svn.freebsd.org) Received: (from bar@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB61PaHL027361; Thu, 6 Dec 2012 01:25:36 GMT (envelope-from bar@svn.freebsd.org) Message-Id: <201212060125.qB61PaHL027361@svn.freebsd.org> From: Barbara Guida Date: Thu, 6 Dec 2012 01:25:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308357 - head/editors/xmlcopyeditor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2012 01:25:36 -0000 Author: bar Date: Thu Dec 6 01:25:35 2012 New Revision: 308357 URL: http://svnweb.freebsd.org/changeset/ports/308357 Log: - Restore ABI version for xerces-c to make sure xerces-c3 is picked Submitted by: jhale Approved by: flo (mentor) Feature safe: yes Modified: head/editors/xmlcopyeditor/Makefile Modified: head/editors/xmlcopyeditor/Makefile ============================================================================== --- head/editors/xmlcopyeditor/Makefile Thu Dec 6 00:02:45 2012 (r308356) +++ head/editors/xmlcopyeditor/Makefile Thu Dec 6 01:25:35 2012 (r308357) @@ -1,4 +1,4 @@ -# Created by: José García Juanino +# Created by: José García Juanino # $FreeBSD$ PORTNAME= xmlcopyeditor @@ -24,7 +24,7 @@ USE_DOS2UNIX= src/templates/DTD.dtd \ src/rng/xhtml.rng BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS+= xerces-c:${PORTSDIR}/textproc/xerces-c3 \ +LIB_DEPENDS= xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \ xslt:${PORTSDIR}/textproc/libxslt \ aspell:${PORTSDIR}/textproc/aspell \ pcre:${PORTSDIR}/devel/pcre \