Date: Mon, 29 Oct 2018 22:14:31 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483421 - head/textproc/xerces-c3 Message-ID: <201810292214.w9TMEVj5080398@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Oct 29 22:14:31 2018 New Revision: 483421 URL: https://svnweb.freebsd.org/changeset/ports/483421 Log: Update to 3.2.2 - Silence patch message Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12341423 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12342890 PR: 231481 Submitted by: Roger Leigh <rleigh@codelibre.net> Modified: head/textproc/xerces-c3/Makefile head/textproc/xerces-c3/distinfo head/textproc/xerces-c3/pkg-plist Modified: head/textproc/xerces-c3/Makefile ============================================================================== --- head/textproc/xerces-c3/Makefile Mon Oct 29 22:14:23 2018 (r483420) +++ head/textproc/xerces-c3/Makefile Mon Oct 29 22:14:31 2018 (r483421) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xerces-c -PORTVERSION= 3.2.0 -PORTREVISION= 2 +PORTVERSION= 3.2.2 CATEGORIES= textproc MASTER_SITES= APACHE/xerces/c/3/sources PKGNAMESUFFIX= 3 @@ -14,6 +13,8 @@ COMMENT= Validating XML parser from the Apache XML Pro LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +USES= cpe gmake iconv libtool pathfix + CONFIGURE_ARGS= --enable-netaccessor-socket \ --enable-transcoder-iconv \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig @@ -22,7 +23,6 @@ INSTALL_TARGET= install-strip MAKE_ENV= XERCESCROOT=${WRKSRC} TEST_TARGET= check USE_LDCONFIG= yes -USES= cpe gmake iconv libtool pathfix PLIST_SUB= MAJOR_VER=${PORTVERSION:R} @@ -30,7 +30,7 @@ CPE_PRODUCT= xerces-c++ CPE_VENDOR= apache post-patch: - ${REINPLACE_CMD} -e "s,@DEFS@,& -D__STDC_LIMIT_MACROS," ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e "s,@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: head/textproc/xerces-c3/distinfo ============================================================================== --- head/textproc/xerces-c3/distinfo Mon Oct 29 22:14:23 2018 (r483420) +++ head/textproc/xerces-c3/distinfo Mon Oct 29 22:14:31 2018 (r483421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504098793 -SHA256 (xerces-c-3.2.0.tar.gz) = d3162910ada85612f5b8cc89cdab84d0ad9a852a49577691e54bc7e9fc304e15 -SIZE (xerces-c-3.2.0.tar.gz) = 6734012 +TIMESTAMP = 1537386135 +SHA256 (xerces-c-3.2.2.tar.gz) = dd6191f8aa256d3b4686b64b0544eea2b450d98b4254996ffdfe630e0c610413 +SIZE (xerces-c-3.2.2.tar.gz) = 7100953 Modified: head/textproc/xerces-c3/pkg-plist ============================================================================== --- head/textproc/xerces-c3/pkg-plist Mon Oct 29 22:14:23 2018 (r483420) +++ head/textproc/xerces-c3/pkg-plist Mon Oct 29 22:14:31 2018 (r483421) @@ -264,7 +264,7 @@ include/xercesc/util/KeyValuePair.hpp include/xercesc/util/LogicalPath.c include/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.hpp include/xercesc/util/MsgLoaders/InMemory/XercesMessages_en_US.hpp -include/xercesc/util/MutexManagers/PosixMutexMgr.hpp +include/xercesc/util/MutexManagers/StdMutexMgr.hpp include/xercesc/util/Mutexes.hpp include/xercesc/util/NameIdPool.c include/xercesc/util/NameIdPool.hpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810292214.w9TMEVj5080398>