From owner-svn-ports-head@freebsd.org Fri Apr 8 12:38:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96BF6B07DDC; Fri, 8 Apr 2016 12:38:25 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 727931B81; Fri, 8 Apr 2016 12:38:25 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u38CcOgp011175; Fri, 8 Apr 2016 12:38:24 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u38CcNSJ011168; Fri, 8 Apr 2016 12:38:23 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604081238.u38CcNSJ011168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 8 Apr 2016 12:38:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412741 - in head/textproc/xqilla: . 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-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2016 12:38:25 -0000 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