aboutsummaryrefslogtreecommitdiff
path: root/devel/cppcheck
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2009-03-11 09:16:14 +0000
committerGabor Pali <pgj@FreeBSD.org>2009-03-11 09:16:14 +0000
commite57280adbc121253c14a0b803332b4e0595e19c4 (patch)
tree668267e5d0b2760d5dab2bc745e8acfc430d6983 /devel/cppcheck
parent183be6fb9a6be491b7fc8c715976872d2405112a (diff)
downloadports-e57280adbc121253c14a0b803332b4e0595e19c4.tar.gz
ports-e57280adbc121253c14a0b803332b4e0595e19c4.zip
- Update to 1.30
- Respect CXXFLAGS Approved by: tabthorpe
Notes
Notes: svn path=/head/; revision=229868
Diffstat (limited to 'devel/cppcheck')
-rw-r--r--devel/cppcheck/Makefile6
-rw-r--r--devel/cppcheck/distinfo6
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile
index 340af4c75e62..efea4862f753 100644
--- a/devel/cppcheck/Makefile
+++ b/devel/cppcheck/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cppcheck
-PORTVERSION= 1.29
+PORTVERSION= 1.30
CATEGORIES= devel
MASTER_SITES= SF
@@ -24,6 +24,10 @@ ALL_TARGET= cppcheck cppcheck.1
PLIST_FILES= bin/cppcheck
+post-patch:
+ @${REINPLACE_CMD} -e 's|CXXFLAGS=|CXXFLAGS= ${CXXFLAGS} |' \
+ ${WRKSRC}/Makefile
+
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/cppcheck ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/cppcheck.1 ${PREFIX}/man/man1
diff --git a/devel/cppcheck/distinfo b/devel/cppcheck/distinfo
index 02cd7257abd4..e886447b03f6 100644
--- a/devel/cppcheck/distinfo
+++ b/devel/cppcheck/distinfo
@@ -1,3 +1,3 @@
-MD5 (cppcheck-1.29.tar.gz) = 8566c66e2ae37bbcfc2c4eb4b4d799fc
-SHA256 (cppcheck-1.29.tar.gz) = 99924ffb2e77d50ff21f68549312b63a26d5183b7cb93a0cd4ec1a0f0ae9d302
-SIZE (cppcheck-1.29.tar.gz) = 126310
+MD5 (cppcheck-1.30.tar.gz) = db18605e41e178764c8e809d76396b49
+SHA256 (cppcheck-1.30.tar.gz) = cb6648f9ca2f6085eb4f6d4978fb872a0a2e0bc4dcc7d24fcc9f200d6301211c
+SIZE (cppcheck-1.30.tar.gz) = 133684