diff options
author | bf <bf@FreeBSD.org> | 2013-11-19 04:38:42 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-11-19 04:38:42 +0800 |
commit | c0e8a952b048900a1362031db3dc44e915330cb2 (patch) | |
tree | abb945154694dc438d739c83a271bd7d4aee59c9 /devel | |
parent | 5b3d85ee88ac99b3bf09b1c2e430fb926e3e0f6e (diff) | |
download | freebsd-ports-gnome-c0e8a952b048900a1362031db3dc44e915330cb2.tar.gz freebsd-ports-gnome-c0e8a952b048900a1362031db3dc44e915330cb2.tar.zst freebsd-ports-gnome-c0e8a952b048900a1362031db3dc44e915330cb2.zip |
Update textproc/tinyxml2 to 20131105, and devel/cppcheck to 1.62
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cppcheck/Makefile | 6 | ||||
-rw-r--r-- | devel/cppcheck/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile index 556a1cd8c8df..190143b140e5 100644 --- a/devel/cppcheck/Makefile +++ b/devel/cppcheck/Makefile @@ -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}; \ diff --git a/devel/cppcheck/distinfo b/devel/cppcheck/distinfo index 8d2dec6212e7..8d450efc16b9 100644 --- a/devel/cppcheck/distinfo +++ b/devel/cppcheck/distinfo @@ -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 |