Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jul 2009 01:17:00 GMT
From:      bf <bf1783@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/136830: [PATCH]devel/cppcheck: update to 1.34
Message-ID:  <200907170117.n6H1H0Sh039069@www.freebsd.org>
Resent-Message-ID: <200907170120.n6H1K2cb055713@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         136830
>Category:       ports
>Synopsis:       [PATCH]devel/cppcheck: update to 1.34
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 17 01:20:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        8-CURRENT amd64
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN cppcheck.orig/Makefile cppcheck/Makefile
--- cppcheck.orig/Makefile	2009-07-16 21:09:04.000000000 -0400
+++ cppcheck/Makefile	2009-07-16 20:45:19.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cppcheck
-PORTVERSION=	1.33
+PORTVERSION=	1.34
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
@@ -33,8 +33,8 @@
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|CXXFLAGS=|CXXFLAGS= ${CXXFLAGS} | ; \
-		s|CXX=(.*)|CXX= ${CXX}|' \
+	@${REINPLACE_CMD} -e '/CXXFLAGS=/d' \
+		-e '/CXX=/d' \
 		${WRKSRC}/Makefile
 
 do-install:
diff -ruN cppcheck.orig/distinfo cppcheck/distinfo
--- cppcheck.orig/distinfo	2009-07-16 21:09:04.000000000 -0400
+++ cppcheck/distinfo	2009-07-16 20:45:57.000000000 -0400
@@ -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


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907170117.n6H1H0Sh039069>