From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 20:07:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D868D65; Thu, 19 Feb 2015 20:07:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47694AD4; Thu, 19 Feb 2015 20:07:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JK7YAs068601; Thu, 19 Feb 2015 20:07:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JK7Xfp068594; Thu, 19 Feb 2015 20:07:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502192007.t1JK7Xfp068594@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 20:07:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379385 - in head: devel/cppcheck multimedia/libmediainfo textproc/tinyxml2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 20:07:34 -0000 Author: sunpoet Date: Thu Feb 19 20:07:32 2015 New Revision: 379385 URL: https://svnweb.freebsd.org/changeset/ports/379385 QAT: https://qat.redports.org/buildarchive/r379385/ Log: - Update to 2.2.0 - Simplify Makefile - Bump PORTREVISION for textproc/tinyxml2 shlib change Changes: https://github.com/leethomason/tinyxml2/commits/master PR: 196884 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 1 month) Modified: head/devel/cppcheck/Makefile head/multimedia/libmediainfo/Makefile head/textproc/tinyxml2/Makefile head/textproc/tinyxml2/distinfo Modified: head/devel/cppcheck/Makefile ============================================================================== --- head/devel/cppcheck/Makefile Thu Feb 19 19:58:58 2015 (r379384) +++ head/devel/cppcheck/Makefile Thu Feb 19 20:07:32 2015 (r379385) @@ -3,6 +3,7 @@ PORTNAME= cppcheck PORTVERSION= 1.63 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ Modified: head/multimedia/libmediainfo/Makefile ============================================================================== --- head/multimedia/libmediainfo/Makefile Thu Feb 19 19:58:58 2015 (r379384) +++ head/multimedia/libmediainfo/Makefile Thu Feb 19 20:07:32 2015 (r379385) @@ -3,6 +3,7 @@ PORTNAME= libmediainfo PORTVERSION= 0.7.72 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/textproc/tinyxml2/Makefile ============================================================================== --- head/textproc/tinyxml2/Makefile Thu Feb 19 19:58:58 2015 (r379384) +++ head/textproc/tinyxml2/Makefile Thu Feb 19 20:07:32 2015 (r379385) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= tinyxml2 -PORTVERSION= 20140124 +PORTVERSION= 2.2.0 +PORTEPOCH= 1 CATEGORIES= textproc -MASTER_SITES= LOCAL/bf GH MAINTAINER= bf@FreeBSD.org COMMENT= Small C++ XML Parser @@ -16,20 +16,18 @@ USE_LDCONFIG= yes USES= cmake dos2unix GH_ACCOUNT= leethomason -GH_COMMIT= 5bb2d80 -GH_TAGNAME= ${GH_COMMIT} +GH_COMMIT= 5321a0e PLIST_FILES= include/tinyxml2.h \ lib/libtinyxml2.a \ lib/libtinyxml2.so \ - lib/libtinyxml2.so.1 \ - lib/libtinyxml2.so.1.0.14 \ + lib/libtinyxml2.so.2 \ + lib/libtinyxml2.so.2.2.0 \ libdata/pkgconfig/tinyxml2.pc +PORTEXAMPLES= xmltest.cpp resources OPTIONS_DEFINE= EXAMPLES -.include - post-patch: @${REINPLACE_CMD} -E \ -e 's@(DESTINATION )(.*)(/pkgconfig)@\1${PREFIX}/libdata\3@' \ @@ -39,13 +37,8 @@ check regression-test test: build @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test ; \ ./test -.if ${PORT_OPTIONS:MEXAMPLES} -PORTEXAMPLES= xmltest.cpp resources - post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @cd ${WRKSRC}; ${COPYTREE_SHARE} "${PORTEXAMPLES}" ${STAGEDIR}${EXAMPLESDIR} -.endif - .include Modified: head/textproc/tinyxml2/distinfo ============================================================================== --- head/textproc/tinyxml2/distinfo Thu Feb 19 19:58:58 2015 (r379384) +++ head/textproc/tinyxml2/distinfo Thu Feb 19 20:07:32 2015 (r379385) @@ -1,2 +1,2 @@ -SHA256 (tinyxml2-20140124.tar.gz) = 571bcf2d08954fd8d28b849fe73c20ee2c4670d738786bc568ebfbcab6c29ebb -SIZE (tinyxml2-20140124.tar.gz) = 451789 +SHA256 (tinyxml2-2.2.0.tar.gz) = ef38f6fa292c922ede197fa1e115b0b1a7eda79ee3fba795e3ea4f0b4646aa06 +SIZE (tinyxml2-2.2.0.tar.gz) = 455286