Date: Mon, 18 Nov 2013 20:38:42 +0000 (UTC) From: Brendan Fabeny <bf@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334262 - in head: devel/cppcheck textproc/tinyxml2 Message-ID: <201311182038.rAIKcghC058227@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bf Date: Mon Nov 18 20:38:42 2013 New Revision: 334262 URL: http://svnweb.freebsd.org/changeset/ports/334262 Log: Update textproc/tinyxml2 to 20131105, and devel/cppcheck to 1.62 Modified: head/devel/cppcheck/Makefile head/devel/cppcheck/distinfo head/textproc/tinyxml2/Makefile head/textproc/tinyxml2/distinfo Modified: head/devel/cppcheck/Makefile ============================================================================== --- head/devel/cppcheck/Makefile Mon Nov 18 20:37:33 2013 (r334261) +++ head/devel/cppcheck/Makefile Mon Nov 18 20:38:42 2013 (r334262) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cppcheck -PORTVERSION= 1.61 -PORTREVISION= 1 +PORTVERSION= 1.62 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ @@ -27,7 +26,7 @@ OPTIONS_DEFAULT= MATCHCOMPILER RULES MATCHCOMPILER_DESC= Build-time optimizations via Python RULES_DESC= User-defined rule support (requires PCRE) -PLIST_FILES= bin/cppcheck +PLIST_FILES= bin/cppcheck bin/cppcheck-htmlreport NO_STAGE= yes .include <bsd.port.options.mk> @@ -77,6 +76,7 @@ post-patch: do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cppcheck ${PREFIX}/bin + @${INSTALL_SCRIPT} ${WRKSRC}/htmlreport/cppcheck-htmlreport ${PREFIX}/bin check regression-test test: build @(cd ${BUILD_WRKSRC}; \ Modified: head/devel/cppcheck/distinfo ============================================================================== --- head/devel/cppcheck/distinfo Mon Nov 18 20:37:33 2013 (r334261) +++ head/devel/cppcheck/distinfo Mon Nov 18 20:38:42 2013 (r334262) @@ -1,2 +1,2 @@ -SHA256 (cppcheck-1.61.tar.bz2) = 7cb21cb0fb3aed22040065db2bbfc42bf855db46ad8f023b73d465f7214b70d5 -SIZE (cppcheck-1.61.tar.bz2) = 1140799 +SHA256 (cppcheck-1.62.tar.bz2) = 0c257368870985cdb870d0e95f3e909df881472eafcc7699a25681b9e0143d0c +SIZE (cppcheck-1.62.tar.bz2) = 1171442 Modified: head/textproc/tinyxml2/Makefile ============================================================================== --- head/textproc/tinyxml2/Makefile Mon Nov 18 20:37:33 2013 (r334261) +++ head/textproc/tinyxml2/Makefile Mon Nov 18 20:38:42 2013 (r334262) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinyxml2 -PORTVERSION= 20130805 +PORTVERSION= 20131105 CATEGORIES= textproc MASTER_SITES= LOCAL/bf GH @@ -17,14 +17,14 @@ USE_LDCONFIG= yes USES= cmake GH_ACCOUNT= leethomason -GH_COMMIT= 0323851 +GH_COMMIT= 370761b GH_TAGNAME= ${GH_COMMIT} PLIST_FILES= include/tinyxml2.h \ lib/libtinyxml2.a \ lib/libtinyxml2.so \ lib/libtinyxml2.so.1 \ - lib/libtinyxml2.so.1.0.11 \ + lib/libtinyxml2.so.1.0.12 \ libdata/pkgconfig/tinyxml2.pc NO_STAGE= yes Modified: head/textproc/tinyxml2/distinfo ============================================================================== --- head/textproc/tinyxml2/distinfo Mon Nov 18 20:37:33 2013 (r334261) +++ head/textproc/tinyxml2/distinfo Mon Nov 18 20:38:42 2013 (r334262) @@ -1,2 +1,2 @@ -SHA256 (tinyxml2-20130805.tar.gz) = ef25db3e54eb0ee0e0c9d3b7428096f41f51c9afb6b76f3a80e469c188899bef -SIZE (tinyxml2-20130805.tar.gz) = 112414 +SHA256 (tinyxml2-20131105.tar.gz) = 7e4dd4e7332e3b5740014ab1a9fce3193089a6e997a52a9b68f4a9008e3e3b0b +SIZE (tinyxml2-20131105.tar.gz) = 450658
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311182038.rAIKcghC058227>