From owner-svn-ports-head@freebsd.org Mon Oct 29 22:14:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E361810EBCB2; Mon, 29 Oct 2018 22:14:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 909A186D97; Mon, 29 Oct 2018 22:14:34 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27F78146B2; Mon, 29 Oct 2018 22:14:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9TMEWPm080401; Mon, 29 Oct 2018 22:14:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9TMEVj5080398; Mon, 29 Oct 2018 22:14:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810292214.w9TMEVj5080398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Oct 2018 22:14:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483421 - head/textproc/xerces-c3 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/xerces-c3 X-SVN-Commit-Revision: 483421 X-SVN-Commit-Repository: ports 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.29 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: Mon, 29 Oct 2018 22:14:35 -0000 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 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