Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2015 20:07:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201502192007.t1JK7Xfp068594@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
-
 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 <bsd.port.mk>

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



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