diff options
author | pgj <pgj@FreeBSD.org> | 2009-07-17 19:12:40 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2009-07-17 19:12:40 +0800 |
commit | 9993c6bdf903e2f4c47c781e2ef22c3b3f04c784 (patch) | |
tree | b395241fc08f523cc2cb96b92e091fde60cbd4dd /devel | |
parent | a5d88bd60260da56bc06cd09ed1192bfae519bd9 (diff) | |
download | freebsd-ports-gnome-9993c6bdf903e2f4c47c781e2ef22c3b3f04c784.tar.gz freebsd-ports-gnome-9993c6bdf903e2f4c47c781e2ef22c3b3f04c784.tar.zst freebsd-ports-gnome-9993c6bdf903e2f4c47c781e2ef22c3b3f04c784.zip |
- Update to 1.34
PR: ports/136830
Submitted by: bf <bf1783 (at) gmail (dot) com>
Approved by: tabthorpe (mentor, implicit)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cppcheck/Makefile | 5 | ||||
-rw-r--r-- | devel/cppcheck/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile index ceff7ca667e9..9885861150b2 100644 --- a/devel/cppcheck/Makefile +++ b/devel/cppcheck/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cppcheck -PORTVERSION= 1.33 +PORTVERSION= 1.34 CATEGORIES= devel MASTER_SITES= SF @@ -33,8 +33,7 @@ post-install: .endif post-patch: - @${REINPLACE_CMD} -e 's|CXXFLAGS=|CXXFLAGS= ${CXXFLAGS} | ; \ - s|CXX=(.*)|CXX= ${CXX}|' \ + @${REINPLACE_CMD} -e '/CXXFLAGS=/d ; /CXX=/d' \ ${WRKSRC}/Makefile do-install: diff --git a/devel/cppcheck/distinfo b/devel/cppcheck/distinfo index 8cad7a2eb472..f3a84499668b 100644 --- a/devel/cppcheck/distinfo +++ b/devel/cppcheck/distinfo @@ -1,3 +1,3 @@ -MD5 (cppcheck-1.33.tar.bz2) = d828f96ad76a6830a198ae33b9c0b4c0 -SHA256 (cppcheck-1.33.tar.bz2) = 216e9ccecf82a70132c681860383be53ba047ed923fb11ec8024b7bf22aefe89 -SIZE (cppcheck-1.33.tar.bz2) = 312458 +MD5 (cppcheck-1.34.tar.bz2) = 0ef8ac8e5434344ab49b20b5301ac69a +SHA256 (cppcheck-1.34.tar.bz2) = e21932ffa2f2f14a35bf8db6e797cde3f296b819c5ed44d1500974e5e123033c +SIZE (cppcheck-1.34.tar.bz2) = 331808 |