From owner-svn-ports-all@freebsd.org Thu May 25 21:03:13 2017 Return-Path: Delivered-To: svn-ports-all@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 D03F8D82B76; Thu, 25 May 2017 21:03:13 +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 mx1.freebsd.org (Postfix) with ESMTPS id 841AE1981; Thu, 25 May 2017 21:03:13 +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 v4PL3C54022523; Thu, 25 May 2017 21:03:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4PL3CO5022521; Thu, 25 May 2017 21:03:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705252103.v4PL3CO5022521@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 25 May 2017 21:03:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441737 - head/textproc/tinyxml2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2017 21:03:13 -0000 Author: sunpoet Date: Thu May 25 21:03:12 2017 New Revision: 441737 URL: https://svnweb.freebsd.org/changeset/ports/441737 Log: Update to 4.0.1 Changes: https://github.com/leethomason/tinyxml2/commits/master PR: 219510 Submitted by: Rozhuk Ivan Modified: head/textproc/tinyxml2/Makefile head/textproc/tinyxml2/distinfo Modified: head/textproc/tinyxml2/Makefile ============================================================================== --- head/textproc/tinyxml2/Makefile Thu May 25 21:03:07 2017 (r441736) +++ head/textproc/tinyxml2/Makefile Thu May 25 21:03:12 2017 (r441737) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinyxml2 -PORTVERSION= 2.2.0 +PORTVERSION= 4.0.1 PORTEPOCH= 1 CATEGORIES= textproc @@ -11,6 +11,7 @@ COMMENT= Small C++ XML Parser LICENSE= ZLIB +CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_STATIC_LIBS:BOOL=ON USE_GITHUB= yes USE_LDCONFIG= yes USES= cmake dos2unix @@ -20,8 +21,8 @@ GH_ACCOUNT= leethomason PLIST_FILES= include/tinyxml2.h \ lib/libtinyxml2.a \ lib/libtinyxml2.so \ - lib/libtinyxml2.so.2 \ - lib/libtinyxml2.so.2.2.0 \ + lib/libtinyxml2.so.4 \ + lib/libtinyxml2.so.4.0.1 \ libdata/pkgconfig/tinyxml2.pc PORTEXAMPLES= xmltest.cpp resources Modified: head/textproc/tinyxml2/distinfo ============================================================================== --- head/textproc/tinyxml2/distinfo Thu May 25 21:03:07 2017 (r441736) +++ head/textproc/tinyxml2/distinfo Thu May 25 21:03:12 2017 (r441737) @@ -1,2 +1,3 @@ -SHA256 (leethomason-tinyxml2-2.2.0_GH0.tar.gz) = f891224f32e7a06bf279290619cec80cc8ddc335c13696872195ffb87f5bce67 -SIZE (leethomason-tinyxml2-2.2.0_GH0.tar.gz) = 455226 +TIMESTAMP = 1495726911 +SHA256 (leethomason-tinyxml2-4.0.1_GH0.tar.gz) = 14b38ef25cc136d71339ceeafb4856bb638d486614103453eccd323849267f20 +SIZE (leethomason-tinyxml2-4.0.1_GH0.tar.gz) = 344295