[Midnightbsd-cvs] mports [24097] trunk/textproc/xerces-c3: update to 3.2.0

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 2 19:48:30 EDT 2018


Revision: 24097
          http://svnweb.midnightbsd.org/mports/?rev=24097
Author:   laffer1
Date:     2018-09-02 19:48:30 -0400 (Sun, 02 Sep 2018)
Log Message:
-----------
update to 3.2.0

Modified Paths:
--------------
    trunk/textproc/xerces-c3/Makefile
    trunk/textproc/xerces-c3/distinfo
    trunk/textproc/xerces-c3/pkg-descr
    trunk/textproc/xerces-c3/pkg-plist

Modified: trunk/textproc/xerces-c3/Makefile
===================================================================
--- trunk/textproc/xerces-c3/Makefile	2018-09-02 23:47:01 UTC (rev 24096)
+++ trunk/textproc/xerces-c3/Makefile	2018-09-02 23:48:30 UTC (rev 24097)
@@ -3,7 +3,7 @@
 # $MidnightBSD$
 
 PORTNAME=	xerces-c
-PORTVERSION=	3.1.3
+PORTVERSION=	3.2.0
 CATEGORIES=	textproc
 MASTER_SITES=	APACHE/xerces/c/3/sources
 PKGNAMESUFFIX=	3
@@ -31,6 +31,9 @@
 CPE_PRODUCT=	xerces-c++
 CPE_VENDOR=	apache
 
+post-patch:
+	${REINPLACE_CMD} -e "s, at DEFS@,& -D__STDC_LIMIT_MACROS," ${WRKSRC}/src/Makefile.in
+
 post-install:
 	${LN} -s libxerces-c-${PORTVERSION:R}.so ${STAGEDIR}${PREFIX}/lib/libxerces-c.so.${PORTVERSION:R:R}
 

Modified: trunk/textproc/xerces-c3/distinfo
===================================================================
--- trunk/textproc/xerces-c3/distinfo	2018-09-02 23:47:01 UTC (rev 24096)
+++ trunk/textproc/xerces-c3/distinfo	2018-09-02 23:48:30 UTC (rev 24097)
@@ -1,2 +1,3 @@
-SHA256 (xerces-c-3.1.3.tar.gz) = f3d4f73db7c981e16db2b16d9424b0c75d9fbd30ad81747cac047bc6170b5b49
-SIZE (xerces-c-3.1.3.tar.gz) = 9009575
+TIMESTAMP = 1504098793
+SHA256 (xerces-c-3.2.0.tar.gz) = d3162910ada85612f5b8cc89cdab84d0ad9a852a49577691e54bc7e9fc304e15
+SIZE (xerces-c-3.2.0.tar.gz) = 6734012

Modified: trunk/textproc/xerces-c3/pkg-descr
===================================================================
--- trunk/textproc/xerces-c3/pkg-descr	2018-09-02 23:47:01 UTC (rev 24096)
+++ trunk/textproc/xerces-c3/pkg-descr	2018-09-02 23:48:30 UTC (rev 24097)
@@ -1,5 +1,14 @@
-Xerces-C++ is a validating XML parser from the Apache XML Project.
-It provides a shared library to parse, generate, mainpulate and
-validate XML documents from within your own application.
+Xerces-C++ is a validating XML parser written in a portable subset of C++.
+Xerces-C++ makes it easy to give your application the ability to read and write
+XML data. A shared library is provided for parsing, generating, manipulating,
+and validating XML documents using the DOM, SAX, and SAX2 APIs.
 
-WWW: http://xml.apache.org/xerces-c/
+Xerces-C++ is faithful to the XML 1.0 recommendation and many associated
+standards.
+
+The parser provides high performance, modularity, and scalability. Source code,
+samples and API documentation are provided with the parser. For portability,
+care has been taken to make minimal use of templates, no RTTI, and minimal use
+of #ifdefs.
+
+WWW: https://xerces.apache.org/xerces-c/

Modified: trunk/textproc/xerces-c3/pkg-plist
===================================================================
--- trunk/textproc/xerces-c3/pkg-plist	2018-09-02 23:47:01 UTC (rev 24096)
+++ trunk/textproc/xerces-c3/pkg-plist	2018-09-02 23:48:30 UTC (rev 24097)
@@ -95,6 +95,7 @@
 include/xercesc/dom/impl/DOMLSSerializerImpl.hpp
 include/xercesc/dom/impl/DOMLocatorImpl.hpp
 include/xercesc/dom/impl/DOMNamedNodeMapImpl.hpp
+include/xercesc/dom/impl/DOMNodeBase.hpp
 include/xercesc/dom/impl/DOMNodeIDMap.hpp
 include/xercesc/dom/impl/DOMNodeImpl.hpp
 include/xercesc/dom/impl/DOMNodeIteratorImpl.hpp



More information about the Midnightbsd-cvs mailing list