From owner-svn-ports-all@freebsd.org Tue Jun 20 13:59:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 784DFD99782; Tue, 20 Jun 2017 13:59:10 +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 mx1.freebsd.org (Postfix) with ESMTPS id 51AEB83B7D; Tue, 20 Jun 2017 13:59:10 +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 v5KDx9Ag059412; Tue, 20 Jun 2017 13:59:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5KDx8GL059406; Tue, 20 Jun 2017 13:59:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706201359.v5KDx8GL059406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 20 Jun 2017 13:59:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443975 - in head: games/aquaria multimedia/libmediainfo sysutils/fusefs-encfs 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-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 20 Jun 2017 13:59:10 -0000 Author: sunpoet Date: Tue Jun 20 13:59:08 2017 New Revision: 443975 URL: https://svnweb.freebsd.org/changeset/ports/443975 Log: Update textproc/tinyxml2 to 5.0.0 - Use PLIST instead of PLIST_FILES - Bump PORTREVISION for shlib change Changes: https://github.com/leethomason/tinyxml2/commits/master Added: head/textproc/tinyxml2/pkg-plist (contents, props changed) Modified: head/games/aquaria/Makefile head/multimedia/libmediainfo/Makefile head/sysutils/fusefs-encfs/Makefile head/textproc/tinyxml2/Makefile head/textproc/tinyxml2/distinfo Modified: head/games/aquaria/Makefile ============================================================================== --- head/games/aquaria/Makefile Tue Jun 20 13:36:50 2017 (r443974) +++ head/games/aquaria/Makefile Tue Jun 20 13:59:08 2017 (r443975) @@ -4,6 +4,7 @@ PORTNAME= aquaria DISTVERSIONPREFIX= OSE-v DISTVERSION= 1.002-22 DISTVERSIONSUFFIX= -g84366ad +PORTREVISION= 1 CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/libmediainfo/Makefile ============================================================================== --- head/multimedia/libmediainfo/Makefile Tue Jun 20 13:36:50 2017 (r443974) +++ head/multimedia/libmediainfo/Makefile Tue Jun 20 13:59:08 2017 (r443975) @@ -3,6 +3,7 @@ PORTNAME= libmediainfo PORTVERSION= 0.7.96 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/sysutils/fusefs-encfs/Makefile ============================================================================== --- head/sysutils/fusefs-encfs/Makefile Tue Jun 20 13:36:50 2017 (r443974) +++ head/sysutils/fusefs-encfs/Makefile Tue Jun 20 13:59:08 2017 (r443975) @@ -3,7 +3,7 @@ PORTNAME= encfs PORTVERSION= 1.9.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- Modified: head/textproc/tinyxml2/Makefile ============================================================================== --- head/textproc/tinyxml2/Makefile Tue Jun 20 13:36:50 2017 (r443974) +++ head/textproc/tinyxml2/Makefile Tue Jun 20 13:59:08 2017 (r443975) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinyxml2 -PORTVERSION= 4.0.1 +PORTVERSION= 5.0.0 PORTEPOCH= 1 CATEGORIES= textproc @@ -17,20 +17,15 @@ CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS USE_LDCONFIG= yes USES= cmake dos2unix pathfix -PLIST_FILES= include/tinyxml2.h \ - lib/libtinyxml2.a \ - lib/libtinyxml2.so \ - lib/libtinyxml2.so.${PORTVERSION:R:R} \ - lib/libtinyxml2.so.${PORTVERSION} \ - libdata/pkgconfig/tinyxml2.pc -PORTEXAMPLES= resources xmltest.cpp +PLIST_SUB= PORTVERSION=${PORTVERSION} SHLIB_VER=${PORTVERSION:R:R} +PORTEXAMPLES= * GH_ACCOUNT= leethomason USE_GITHUB= yes post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ - cd ${WRKSRC}/ && ${COPYTREE_SHARE} "${PORTEXAMPLES}" ${STAGEDIR}${EXAMPLESDIR}/ + cd ${WRKSRC}/ && ${COPYTREE_SHARE} resources ${STAGEDIR}${EXAMPLESDIR}/ do-test: cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} xmltest && ./xmltest Modified: head/textproc/tinyxml2/distinfo ============================================================================== --- head/textproc/tinyxml2/distinfo Tue Jun 20 13:36:50 2017 (r443974) +++ head/textproc/tinyxml2/distinfo Tue Jun 20 13:59:08 2017 (r443975) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495726911 -SHA256 (leethomason-tinyxml2-4.0.1_GH0.tar.gz) = 14b38ef25cc136d71339ceeafb4856bb638d486614103453eccd323849267f20 -SIZE (leethomason-tinyxml2-4.0.1_GH0.tar.gz) = 344295 +TIMESTAMP = 1497958457 +SHA256 (leethomason-tinyxml2-5.0.0_GH0.tar.gz) = d88cd8cece80162a2d7a1a0801aa4fc771d4ed6b094b475d00f303eda30bc87d +SIZE (leethomason-tinyxml2-5.0.0_GH0.tar.gz) = 349522 Added: head/textproc/tinyxml2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/tinyxml2/pkg-plist Tue Jun 20 13:59:08 2017 (r443975) @@ -0,0 +1,9 @@ +include/tinyxml2.h +lib/cmake/tinyxml2/tinyxml2Config.cmake +lib/cmake/tinyxml2/tinyxml2Targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/tinyxml2/tinyxml2Targets.cmake +lib/libtinyxml2.a +lib/libtinyxml2.so +lib/libtinyxml2.so.%%SHLIB_VER%% +lib/libtinyxml2.so.%%PORTVERSION%% +libdata/pkgconfig/tinyxml2.pc