Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2017 21:03:12 +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: r441737 - head/textproc/tinyxml2
Message-ID:  <201705252103.v4PL3CO5022521@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <rozhuk.im@gmail.com>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705252103.v4PL3CO5022521>