From owner-svn-ports-all@FreeBSD.ORG Fri Nov 22 07:53:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53E07BF2; Fri, 22 Nov 2013 07:53:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 338AC2FE0; Fri, 22 Nov 2013 07:53:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAM7rsTh080818; Fri, 22 Nov 2013 07:53:54 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAM7rr84080810; Fri, 22 Nov 2013 07:53:53 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201311220753.rAM7rr84080810@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 22 Nov 2013 07:53:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334551 - in head/editors/xmlcopyeditor: . files 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.16 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: Fri, 22 Nov 2013 07:53:54 -0000 Author: gahr Date: Fri Nov 22 07:53:52 2013 New Revision: 334551 URL: http://svnweb.freebsd.org/changeset/ports/334551 Log: - Update to 1.2.0.11 - Convert to new LIB_DEPENDS format - STAGE-clean PR: 184145 Submitted by: gahr@ Approved by: maintainer Added: head/editors/xmlcopyeditor/files/patch-src_styledialog.cpp (contents, props changed) head/editors/xmlcopyeditor/files/patch-src_wrapxerces.cpp (contents, props changed) Deleted: head/editors/xmlcopyeditor/files/patch-src_housestyle.h head/editors/xmlcopyeditor/files/patch-src_xmlschemagenerator.cpp Modified: head/editors/xmlcopyeditor/Makefile head/editors/xmlcopyeditor/distinfo (contents, props changed) head/editors/xmlcopyeditor/pkg-plist (contents, props changed) Modified: head/editors/xmlcopyeditor/Makefile ============================================================================== --- head/editors/xmlcopyeditor/Makefile Fri Nov 22 07:43:56 2013 (r334550) +++ head/editors/xmlcopyeditor/Makefile Fri Nov 22 07:53:52 2013 (r334551) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xmlcopyeditor -PORTVERSION= 1.2.0.9 -PORTREVISION= 1 +PORTVERSION= 1.2.0.11 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION} @@ -16,16 +15,15 @@ USE_WX= 2.8+ WX_COMPS= wx contrib WX_CONF_ARGS= absolute WX_UNICODE= yes -USES= gettext iconv -USE_DOS2UNIX= yes +USES= gettext iconv dos2unix BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \ - xslt:${PORTSDIR}/textproc/libxslt \ - aspell:${PORTSDIR}/textproc/aspell \ - pcre:${PORTSDIR}/devel/pcre \ - xml2:${PORTSDIR}/textproc/libxml2 \ - expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3 \ + libxslt.so:${PORTSDIR}/textproc/libxslt \ + libaspell.so:${PORTSDIR}/textproc/aspell \ + libpcre.so:${PORTSDIR}/devel/pcre \ + libxml2.so:${PORTSDIR}/textproc/libxml2 \ + libexpat.so:${PORTSDIR}/textproc/expat2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -34,5 +32,4 @@ CPPFLAGS+= -I${LOCALBASE}/include \ -I${LOCALBASE}/include/libxml2 ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} ${ICONV_LIB} -NO_STAGE= yes .include Modified: head/editors/xmlcopyeditor/distinfo ============================================================================== --- head/editors/xmlcopyeditor/distinfo Fri Nov 22 07:43:56 2013 (r334550) +++ head/editors/xmlcopyeditor/distinfo Fri Nov 22 07:53:52 2013 (r334551) @@ -1,2 +1,2 @@ -SHA256 (xmlcopyeditor-1.2.0.9.tar.gz) = 850df750f3561320f6ab1b612e00cd2b9ecc2bed49ab1dcc261af78d0a28b7f7 -SIZE (xmlcopyeditor-1.2.0.9.tar.gz) = 1815995 +SHA256 (xmlcopyeditor-1.2.0.11.tar.gz) = b63a1f5c124d163cf93760fd60cc86c179d4d2b474a875132648f305bc44757b +SIZE (xmlcopyeditor-1.2.0.11.tar.gz) = 1965438 Added: head/editors/xmlcopyeditor/files/patch-src_styledialog.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/xmlcopyeditor/files/patch-src_styledialog.cpp Fri Nov 22 07:53:52 2013 (r334551) @@ -0,0 +1,11 @@ +--- src/styledialog.cpp.orig 2013-11-21 15:48:45.000000000 +0100 ++++ src/styledialog.cpp 2013-11-21 15:50:28.000000000 +0100 +@@ -705,7 +705,7 @@ + + WrapExpat we; + ofs << ""; +- std::map::iterator mapIterator; ++ std::map::iterator mapIterator; + int matchTotal = 0; + + for ( Added: head/editors/xmlcopyeditor/files/patch-src_wrapxerces.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/xmlcopyeditor/files/patch-src_wrapxerces.cpp Fri Nov 22 07:53:52 2013 (r334551) @@ -0,0 +1,17 @@ +--- src/wrapxerces.cpp.orig 2013-11-21 15:51:13.000000000 +0100 ++++ src/wrapxerces.cpp 2013-11-21 16:01:41.000000000 +0100 +@@ -201,12 +201,12 @@ + return wxConvUTF8; + case 2: + { +- const static wxMBConvUTF16 conv; ++ static wxMBConvUTF16 conv; + return conv; + } + case 4: + { +- const static wxMBConvUTF32 conv; ++ static wxMBConvUTF32 conv; + return conv; + } + default: Modified: head/editors/xmlcopyeditor/pkg-plist ============================================================================== --- head/editors/xmlcopyeditor/pkg-plist Fri Nov 22 07:43:56 2013 (r334550) +++ head/editors/xmlcopyeditor/pkg-plist Fri Nov 22 07:53:52 2013 (r334551) @@ -66,7 +66,7 @@ share/pixmaps/xmlcopyeditor.png %%DATADIR%%/dtd/docbook/4.4/ent/isotech.ent %%DATADIR%%/dtd/docbook/4.4/htmltblx.mod %%DATADIR%%/dtd/docbook/4.4/soextblx.dtd -%%DATADIR%%/dtd/docbook/5.0b/docbook.dtd +%%DATADIR%%/dtd/docbook/5.0/docbook.dtd %%DATADIR%%/dtd/lzx.dtd %%DATADIR%%/dtd/moodle_glossary.dtd %%DATADIR%%/dtd/moodle_xml.dtd @@ -289,8 +289,8 @@ share/pixmaps/xmlcopyeditor.png %%DATADIR%%/templates/DTD.dtd %%DATADIR%%/templates/DocBook_4.4_article.xml %%DATADIR%%/templates/DocBook_4.4_book.xml -%%DATADIR%%/templates/DocBook_5.0b_article.xml -%%DATADIR%%/templates/DocBook_5.0b_book.xml +%%DATADIR%%/templates/DocBook_5.0_article.xml +%%DATADIR%%/templates/DocBook_5.0_book.xml %%DATADIR%%/templates/Moodle_glossary.xml %%DATADIR%%/templates/Moodle_quiz.xml %%DATADIR%%/templates/NewsML_1.2.xml @@ -363,7 +363,7 @@ share/pixmaps/xmlcopyeditor.png @dirrm %%DATADIR%%/dtd/tei/p5 @dirrm %%DATADIR%%/dtd/tei/p4 @dirrm %%DATADIR%%/dtd/tei -@dirrm %%DATADIR%%/dtd/docbook/5.0b +@dirrm %%DATADIR%%/dtd/docbook/5.0 @dirrm %%DATADIR%%/dtd/docbook/4.4/ent @dirrm %%DATADIR%%/dtd/docbook/4.4 @dirrm %%DATADIR%%/dtd/docbook
TermFrequency