Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2013 21:06:11 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324290 - head/devel/cppcheck
Message-ID:  <201308052106.r75L6B1h030752@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bf
Date: Mon Aug  5 21:06:11 2013
New Revision: 324290
URL: http://svnweb.freebsd.org/changeset/ports/324290

Log:
  Update to 1.61

Modified:
  head/devel/cppcheck/Makefile
  head/devel/cppcheck/distinfo

Modified: head/devel/cppcheck/Makefile
==============================================================================
--- head/devel/cppcheck/Makefile	Mon Aug  5 21:04:53 2013	(r324289)
+++ head/devel/cppcheck/Makefile	Mon Aug  5 21:06:11 2013	(r324290)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cppcheck
-PORTVERSION=	1.60.1
-PORTREVISION=	1
+PORTVERSION=	1.61
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
 
@@ -12,10 +11,10 @@ COMMENT=	Static analysis of C/C++ code
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	tinyxml2:${PORTSDIR}/textproc/tinyxml2
+LIB_DEPENDS=	libtinyxml2.so:${PORTSDIR}/textproc/tinyxml2
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake
 
 ALL_TARGET=	cppcheck
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -49,13 +48,13 @@ USE_PYTHON_BUILD=	-2.7
 .endif
 
 .if ${PORT_OPTIONS:MRULES}
-LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre
 MAKE_ENV+=	HAVE_RULES=yes
 .endif
 
 post-patch:
 	@${REINPLACE_CMD} \
-	-e 's|-Iexternals/tinyxml|-I${LOCALBASE}/include|' \
+	-e 's|-Iexternals -Iexternals/tinyxml|-I${LOCALBASE}/include|' \
 		${WRKSRC}/Makefile
 .if ${PORT_OPTIONS:MDOCS}
 	@${REINPLACE_CMD} -e '\|DB2MAN=|d' \
@@ -79,7 +78,7 @@ do-install:
 
 check regression-test test: build
 	@(cd ${BUILD_WRKSRC}; \
-		${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} \
+		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \
 		${_MAKE_JOBS} ${MAKE_ARGS} test)
 
 .include <bsd.port.mk>

Modified: head/devel/cppcheck/distinfo
==============================================================================
--- head/devel/cppcheck/distinfo	Mon Aug  5 21:04:53 2013	(r324289)
+++ head/devel/cppcheck/distinfo	Mon Aug  5 21:06:11 2013	(r324290)
@@ -1,2 +1,2 @@
-SHA256 (cppcheck-1.60.1.tar.bz2) = 08c754744c1d53c2368692c133a69778f3bbfcce5c93a3f5b32575b9d7699449
-SIZE (cppcheck-1.60.1.tar.bz2) = 1255595
+SHA256 (cppcheck-1.61.tar.bz2) = 7cb21cb0fb3aed22040065db2bbfc42bf855db46ad8f023b73d465f7214b70d5
+SIZE (cppcheck-1.61.tar.bz2) = 1140799



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