Date: Fri, 8 Apr 2016 12:38:23 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412741 - in head/textproc/xqilla: . files Message-ID: <201604081238.u38CcNSJ011168@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Apr 8 12:38:23 2016 New Revision: 412741 URL: https://svnweb.freebsd.org/changeset/ports/412741 Log: Update to 2.3.3. PR: 208617 Submitted by: tkato432 yahoo com Sponsored by: Absolight Added: head/textproc/xqilla/files/patch-include_xqilla_events_EventHandler.hpp (contents, props changed) - copied, changed from r412740, head/textproc/xqilla/files/patch-include__xqilla__events__EventHandler.hpp head/textproc/xqilla/files/patch-include_xqilla_events_EventSerializer.hpp (contents, props changed) - copied, changed from r412740, head/textproc/xqilla/files/patch-include__xqilla__events__EventSerializer.hpp head/textproc/xqilla/files/patch-include_xqilla_runtime_ResultImpl.hpp (contents, props changed) - copied, changed from r412740, head/textproc/xqilla/files/patch-include__xqilla__runtime__ResultImpl.hpp head/textproc/xqilla/files/patch-include_xqilla_simple-api_XQillaConfiguration.hpp (contents, props changed) - copied, changed from r412740, head/textproc/xqilla/files/patch-include__xqilla__simple-api__XQillaConfiguration.hpp Deleted: head/textproc/xqilla/files/patch-include__xqilla__events__EventHandler.hpp head/textproc/xqilla/files/patch-include__xqilla__events__EventSerializer.hpp head/textproc/xqilla/files/patch-include__xqilla__runtime__ResultImpl.hpp head/textproc/xqilla/files/patch-include__xqilla__simple-api__XQillaConfiguration.hpp Modified: head/textproc/xqilla/Makefile (contents, props changed) head/textproc/xqilla/distinfo (contents, props changed) head/textproc/xqilla/pkg-plist (contents, props changed) Modified: head/textproc/xqilla/Makefile ============================================================================== --- head/textproc/xqilla/Makefile Fri Apr 8 12:38:16 2016 (r412740) +++ head/textproc/xqilla/Makefile Fri Apr 8 12:38:23 2016 (r412741) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xqilla -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.3 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME} @@ -14,7 +14,7 @@ COMMENT= XQuery and XPath2 library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libxerces-c.so.3:textproc/xerces-c3 \ +LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 \ libtidy.so:www/tidy-lib USES= libtool @@ -38,7 +38,6 @@ post-patch: 's|[[:blank:]]-R$$with_.*"|"|' ${WRKSRC}/configure post-install-DOXYGEN-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} "*-api" \ ${STAGEDIR}${DOCSDIR}) @(cd ${STAGEDIR}${PREFIX} && ${FIND} ${DOCSDIR:S|${PREFIX}/||} \ Modified: head/textproc/xqilla/distinfo ============================================================================== --- head/textproc/xqilla/distinfo Fri Apr 8 12:38:16 2016 (r412740) +++ head/textproc/xqilla/distinfo Fri Apr 8 12:38:23 2016 (r412741) @@ -1,2 +1,2 @@ -SHA256 (XQilla-2.3.2.tar.gz) = 5ae0aed4091521d5c2f541093e02a81ebe55a9087ba735f80b110068584e217c -SIZE (XQilla-2.3.2.tar.gz) = 16163811 +SHA256 (XQilla-2.3.3.tar.gz) = 8f76b9b4f966f315acc2a8e104e426d8a76ba4ea3441b0ecfdd1e39195674fd6 +SIZE (XQilla-2.3.3.tar.gz) = 16170903 Copied and modified: head/textproc/xqilla/files/patch-include_xqilla_events_EventHandler.hpp (from r412740, head/textproc/xqilla/files/patch-include__xqilla__events__EventHandler.hpp) ============================================================================== Copied and modified: head/textproc/xqilla/files/patch-include_xqilla_events_EventSerializer.hpp (from r412740, head/textproc/xqilla/files/patch-include__xqilla__events__EventSerializer.hpp) ============================================================================== Copied and modified: head/textproc/xqilla/files/patch-include_xqilla_runtime_ResultImpl.hpp (from r412740, head/textproc/xqilla/files/patch-include__xqilla__runtime__ResultImpl.hpp) ============================================================================== Copied and modified: head/textproc/xqilla/files/patch-include_xqilla_simple-api_XQillaConfiguration.hpp (from r412740, head/textproc/xqilla/files/patch-include__xqilla__simple-api__XQillaConfiguration.hpp) ============================================================================== Modified: head/textproc/xqilla/pkg-plist ============================================================================== --- head/textproc/xqilla/pkg-plist Fri Apr 8 12:38:16 2016 (r412740) +++ head/textproc/xqilla/pkg-plist Fri Apr 8 12:38:23 2016 (r412741) @@ -394,5 +394,5 @@ include/xqilla/xqts/TestSuiteResultListe include/xqilla/xqts/TestSuiteRunner.hpp lib/libxqilla.a lib/libxqilla.so -lib/libxqilla.so.4 -lib/libxqilla.so.4.2.0 +lib/libxqilla.so.3 +lib/libxqilla.so.3.3.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604081238.u38CcNSJ011168>