diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2014-02-06 18:40:41 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2014-02-06 18:40:41 +0000 |
commit | c9266fcc1ea94cf64dae18e47220b3cf5a3e601a (patch) | |
tree | 76af170435b4ade2dff2962aaf3c0b377a7624c7 /textproc/tinyxml2 | |
parent | 911a10d5a0a96c2f10f78e0ad6c50f9299930090 (diff) |
Update textproc/tinyxml2 to 20140124 and devel/cppcheck to 1.63; use staging for both
Notes
Notes:
svn path=/head/; revision=343135
Diffstat (limited to 'textproc/tinyxml2')
-rw-r--r-- | textproc/tinyxml2/Makefile | 14 | ||||
-rw-r--r-- | textproc/tinyxml2/distinfo | 4 |
2 files changed, 8 insertions, 10 deletions
diff --git a/textproc/tinyxml2/Makefile b/textproc/tinyxml2/Makefile index efc9fee81e76..abda667a32e1 100644 --- a/textproc/tinyxml2/Makefile +++ b/textproc/tinyxml2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinyxml2 -PORTVERSION= 20131105 +PORTVERSION= 20140124 CATEGORIES= textproc MASTER_SITES= LOCAL/bf GH @@ -11,23 +11,21 @@ COMMENT= Small C++ XML Parser LICENSE= ZLIB -USE_DOS2UNIX= yes USE_GITHUB= yes USE_LDCONFIG= yes -USES= cmake +USES= cmake dos2unix GH_ACCOUNT= leethomason -GH_COMMIT= 370761b +GH_COMMIT= 5bb2d80 GH_TAGNAME= ${GH_COMMIT} PLIST_FILES= include/tinyxml2.h \ lib/libtinyxml2.a \ lib/libtinyxml2.so \ lib/libtinyxml2.so.1 \ - lib/libtinyxml2.so.1.0.12 \ + lib/libtinyxml2.so.1.0.14 \ libdata/pkgconfig/tinyxml2.pc -NO_STAGE= yes .include <bsd.port.options.mk> post-patch: @@ -43,8 +41,8 @@ check regression-test test: build PORTEXAMPLES= xmltest.cpp resources post-install: - @${MKDIR} ${EXAMPLESDIR} - @cd ${WRKSRC} ; ${COPYTREE_SHARE} "${PORTEXAMPLES}" ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @cd ${WRKSRC}; ${COPYTREE_SHARE} "${PORTEXAMPLES}" ${STAGEDIR}${EXAMPLESDIR} .endif diff --git a/textproc/tinyxml2/distinfo b/textproc/tinyxml2/distinfo index 085d9eca56a3..ddeae5b3d2b0 100644 --- a/textproc/tinyxml2/distinfo +++ b/textproc/tinyxml2/distinfo @@ -1,2 +1,2 @@ -SHA256 (tinyxml2-20131105.tar.gz) = 7e4dd4e7332e3b5740014ab1a9fce3193089a6e997a52a9b68f4a9008e3e3b0b -SIZE (tinyxml2-20131105.tar.gz) = 450658 +SHA256 (tinyxml2-20140124.tar.gz) = 571bcf2d08954fd8d28b849fe73c20ee2c4670d738786bc568ebfbcab6c29ebb +SIZE (tinyxml2-20140124.tar.gz) = 451789 |