svn commit: r441737 - head/textproc/tinyxml2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu May 25 21:03:13 UTC 2017
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 at 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
More information about the svn-ports-head
mailing list