From owner-svn-ports-all@freebsd.org Sun Nov 18 20:37:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3792A110FCA2; Sun, 18 Nov 2018 20:37:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C84216EDB6; Sun, 18 Nov 2018 20:37:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B393F184BB; Sun, 18 Nov 2018 20:37:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAIKb3l2013814; Sun, 18 Nov 2018 20:37:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAIKb2xP013808; Sun, 18 Nov 2018 20:37:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201811182037.wAIKb2xP013808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Nov 2018 20:37:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485262 - in head: games/aquaria multimedia/libmediainfo sysutils/fusefs-encfs textproc/tinyxml2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: games/aquaria multimedia/libmediainfo sysutils/fusefs-encfs textproc/tinyxml2 X-SVN-Commit-Revision: 485262 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C84216EDB6 X-Spamd-Result: default: False [0.19 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_MEDIUM(0.15)[0.147,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.04)[0.038,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Nov 2018 20:37:05 -0000 Author: sunpoet Date: Sun Nov 18 20:37:02 2018 New Revision: 485262 URL: https://svnweb.freebsd.org/changeset/ports/485262 Log: Update textproc/tinyxml2 to 7.0.1 - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/leethomason/tinyxml2/commits/master Modified: head/games/aquaria/Makefile head/multimedia/libmediainfo/Makefile head/sysutils/fusefs-encfs/Makefile head/textproc/tinyxml2/Makefile head/textproc/tinyxml2/distinfo head/textproc/tinyxml2/pkg-plist Modified: head/games/aquaria/Makefile ============================================================================== --- head/games/aquaria/Makefile Sun Nov 18 20:36:52 2018 (r485261) +++ head/games/aquaria/Makefile Sun Nov 18 20:37:02 2018 (r485262) @@ -4,7 +4,7 @@ PORTNAME= aquaria DISTVERSIONPREFIX= OSE-v DISTVERSION= 1.002-22 DISTVERSIONSUFFIX= -g84366ad -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/libmediainfo/Makefile ============================================================================== --- head/multimedia/libmediainfo/Makefile Sun Nov 18 20:36:52 2018 (r485261) +++ head/multimedia/libmediainfo/Makefile Sun Nov 18 20:37:02 2018 (r485262) @@ -3,6 +3,7 @@ PORTNAME= libmediainfo PORTVERSION= 18.08.1 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/sysutils/fusefs-encfs/Makefile ============================================================================== --- head/sysutils/fusefs-encfs/Makefile Sun Nov 18 20:36:52 2018 (r485261) +++ head/sysutils/fusefs-encfs/Makefile Sun Nov 18 20:37:02 2018 (r485262) @@ -4,7 +4,7 @@ PORTNAME= encfs DISTVERSIONPREFIX= v DISTVERSION= 1.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- Modified: head/textproc/tinyxml2/Makefile ============================================================================== --- head/textproc/tinyxml2/Makefile Sun Nov 18 20:36:52 2018 (r485261) +++ head/textproc/tinyxml2/Makefile Sun Nov 18 20:37:02 2018 (r485262) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinyxml2 -PORTVERSION= 6.2.0 +PORTVERSION= 7.0.1 PORTEPOCH= 1 CATEGORIES= textproc @@ -14,7 +14,7 @@ LICENSE= ZLIB OPTIONS_DEFINE= EXAMPLES CMAKE_OFF= BUILD_TESTS -CMAKE_ON= BUILD_SHARED_LIBS BUILD_STATIC_LIBS +CMAKE_ON= BUILD_SHARED_LIBS USES= cmake compiler:c++11-lang dos2unix pathfix USE_LDCONFIG= yes @@ -27,6 +27,9 @@ USE_GITHUB= yes post-patch: @${REINPLACE_CMD} -e '/CMAKE_DEBUG_POSTFIX/d' ${WRKSRC}/CMakeLists.txt +post-install: + ${AR} cq ${STAGEDIR}${PREFIX}/lib/libtinyxml2.a ${WRKSRC}/CMakeFiles/tinyxml2.dir/tinyxml2.cpp.o + post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/ && ${COPYTREE_SHARE} resources ${STAGEDIR}${EXAMPLESDIR}/ Modified: head/textproc/tinyxml2/distinfo ============================================================================== --- head/textproc/tinyxml2/distinfo Sun Nov 18 20:36:52 2018 (r485261) +++ head/textproc/tinyxml2/distinfo Sun Nov 18 20:37:02 2018 (r485262) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523186882 -SHA256 (leethomason-tinyxml2-6.2.0_GH0.tar.gz) = cdf0c2179ae7a7931dba52463741cf59024198bbf9673bf08415bcb46344110f -SIZE (leethomason-tinyxml2-6.2.0_GH0.tar.gz) = 585870 +TIMESTAMP = 1542571957 +SHA256 (leethomason-tinyxml2-7.0.1_GH0.tar.gz) = a381729e32b6c2916a23544c04f342682d38b3f6e6c0cad3c25e900c3a7ef1a6 +SIZE (leethomason-tinyxml2-7.0.1_GH0.tar.gz) = 590384 Modified: head/textproc/tinyxml2/pkg-plist ============================================================================== --- head/textproc/tinyxml2/pkg-plist Sun Nov 18 20:36:52 2018 (r485261) +++ head/textproc/tinyxml2/pkg-plist Sun Nov 18 20:37:02 2018 (r485262) @@ -4,6 +4,6 @@ lib/cmake/tinyxml2/tinyxml2Targets-%%CMAKE_BUILD_TYPE% lib/cmake/tinyxml2/tinyxml2Targets.cmake lib/libtinyxml2.a lib/libtinyxml2.so -lib/libtinyxml2.so.6 +lib/libtinyxml2.so.7 lib/libtinyxml2.so.%%PORTVERSION%% libdata/pkgconfig/tinyxml2.pc