diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-07-07 18:04:52 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-07-07 18:04:52 +0000 |
commit | 0fdbf372afd95b8c70853c202fea1bf169c79612 (patch) | |
tree | 80d4fe1b4fe4c7e0dd20c3a602285f7af7c03c78 /devel/cppcheck | |
parent | 260761f35442bcac29e244c9336a5040c21e1791 (diff) | |
download | ports-0fdbf372afd95b8c70853c202fea1bf169c79612.tar.gz ports-0fdbf372afd95b8c70853c202fea1bf169c79612.zip |
Notes
Diffstat (limited to 'devel/cppcheck')
-rw-r--r-- | devel/cppcheck/Makefile | 8 | ||||
-rw-r--r-- | devel/cppcheck/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile index df6d6011b3a0..3e6bac5a8f3b 100644 --- a/devel/cppcheck/Makefile +++ b/devel/cppcheck/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cppcheck -PORTVERSION= 1.54 +PORTVERSION= 1.55 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ @@ -15,8 +15,8 @@ COMMENT= Static analysis of C/C++ code LICENSE= GPLv3 -LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre \ - tinyxml.3:${PORTSDIR}/textproc/tinyxml +LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \ + tinyxml:${PORTSDIR}/textproc/tinyxml USE_GMAKE= yes USE_BZIP2= yes @@ -30,7 +30,7 @@ ALL_TARGET= cppcheck .include <bsd.port.pre.mk> -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl diff --git a/devel/cppcheck/distinfo b/devel/cppcheck/distinfo index 3feabdfaf434..5e3c32c9df55 100644 --- a/devel/cppcheck/distinfo +++ b/devel/cppcheck/distinfo @@ -1,2 +1,2 @@ -SHA256 (cppcheck-1.54.tar.bz2) = d90236f863a6662ed6dffbadc8733a14def5f31d29d469893bc6e1fda741332f -SIZE (cppcheck-1.54.tar.bz2) = 1016726 +SHA256 (cppcheck-1.55.tar.bz2) = b15b0d710d8b55e5aa086b6d4f482e6413846cff42856da662483a42a4824698 +SIZE (cppcheck-1.55.tar.bz2) = 1105312 |