From owner-dev-commits-ports-all@freebsd.org Mon Jun 14 17:46:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 530D7661A55; Mon, 14 Jun 2021 17:46:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G3f5V3c5Zz3vR5; Mon, 14 Jun 2021 17:46:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9021A19286; Mon, 14 Jun 2021 17:46:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15EHkbrR053444; Mon, 14 Jun 2021 17:46:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15EHkb1O053443; Mon, 14 Jun 2021 17:46:37 GMT (envelope-from git) Date: Mon, 14 Jun 2021 17:46:37 GMT Message-Id: <202106141746.15EHkb1O053443@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 17cbcc47bd6f - main - textproc/tinyxml2: Update to 9.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 17cbcc47bd6f7aa42f8ad904a9a78ac7b162cfa8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 17:46:40 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=17cbcc47bd6f7aa42f8ad904a9a78ac7b162cfa8 commit 17cbcc47bd6f7aa42f8ad904a9a78ac7b162cfa8 Author: Po-Chuan Hsieh AuthorDate: 2021-06-14 17:38:57 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-14 17:38:57 +0000 textproc/tinyxml2: Update to 9.0.0 - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/leethomason/tinyxml2/commits/master --- devel/ignition-common/Makefile | 2 +- games/aquaria/Makefile | 2 +- games/trigger-rally/Makefile | 2 +- math/linbox/Makefile | 2 +- misc/dartsim/Makefile | 2 +- misc/sdformat/Makefile | 2 +- multimedia/libmediainfo/Makefile | 1 + sysutils/fusefs-encfs/Makefile | 2 +- textproc/tinyxml2/Makefile | 2 +- textproc/tinyxml2/distinfo | 6 +++--- textproc/tinyxml2/pkg-plist | 2 +- 11 files changed, 13 insertions(+), 12 deletions(-) diff --git a/devel/ignition-common/Makefile b/devel/ignition-common/Makefile index 4bf735cc667f..74c3bacac272 100644 --- a/devel/ignition-common/Makefile +++ b/devel/ignition-common/Makefile @@ -1,6 +1,6 @@ PORTNAME= ignition-common DISTVERSION= 3.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ diff --git a/games/aquaria/Makefile b/games/aquaria/Makefile index 656e8b2658fe..5005d075bac6 100644 --- a/games/aquaria/Makefile +++ b/games/aquaria/Makefile @@ -2,7 +2,7 @@ PORTNAME= aquaria DISTVERSIONPREFIX= OSE-v DISTVERSION= 1.002-22 DISTVERSIONSUFFIX= -g84366ad -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org diff --git a/games/trigger-rally/Makefile b/games/trigger-rally/Makefile index 4426a00d104b..7ab82210453a 100644 --- a/games/trigger-rally/Makefile +++ b/games/trigger-rally/Makefile @@ -2,7 +2,7 @@ PORTNAME= trigger-rally PORTVERSION= 0.6.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/trigger-rally/trigger-${PORTVERSION} diff --git a/math/linbox/Makefile b/math/linbox/Makefile index da9dba4fd291..afa2a8705870 100644 --- a/math/linbox/Makefile +++ b/math/linbox/Makefile @@ -2,7 +2,7 @@ PORTNAME= linbox PORTVERSION= 1.6.3 -PORTREVISION= 5 +PORTREVISION= 6 DISTVERSIONPREFIX= v CATEGORIES= math diff --git a/misc/dartsim/Makefile b/misc/dartsim/Makefile index 689dfa8d4680..fc99144c832f 100644 --- a/misc/dartsim/Makefile +++ b/misc/dartsim/Makefile @@ -1,7 +1,7 @@ PORTNAME= dartsim DISTVERSIONPREFIX= v DISTVERSION= 6.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/sdformat/Makefile b/misc/sdformat/Makefile index be6f21b2de40..313dfea6d470 100644 --- a/misc/sdformat/Makefile +++ b/misc/sdformat/Makefile @@ -1,6 +1,6 @@ PORTNAME= sdformat DISTVERSION= 8.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ diff --git a/multimedia/libmediainfo/Makefile b/multimedia/libmediainfo/Makefile index 0099d0dad919..b06840ee245e 100644 --- a/multimedia/libmediainfo/Makefile +++ b/multimedia/libmediainfo/Makefile @@ -2,6 +2,7 @@ PORTNAME= libmediainfo PORTVERSION= 21.03 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ LOCAL/sunpoet diff --git a/sysutils/fusefs-encfs/Makefile b/sysutils/fusefs-encfs/Makefile index 280117ed53de..188bd186c1c9 100644 --- a/sysutils/fusefs-encfs/Makefile +++ b/sysutils/fusefs-encfs/Makefile @@ -3,7 +3,7 @@ PORTNAME= encfs DISTVERSIONPREFIX= v DISTVERSION= 1.9.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- diff --git a/textproc/tinyxml2/Makefile b/textproc/tinyxml2/Makefile index 89f2f8d97771..c21b2848cec7 100644 --- a/textproc/tinyxml2/Makefile +++ b/textproc/tinyxml2/Makefile @@ -1,7 +1,7 @@ # Created by: b.f. PORTNAME= tinyxml2 -PORTVERSION= 8.1.0 +PORTVERSION= 9.0.0 PORTEPOCH= 1 CATEGORIES= textproc diff --git a/textproc/tinyxml2/distinfo b/textproc/tinyxml2/distinfo index e56803970079..8d9f077601fd 100644 --- a/textproc/tinyxml2/distinfo +++ b/textproc/tinyxml2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621183180 -SHA256 (leethomason-tinyxml2-8.1.0_GH0.tar.gz) = 23c95af3b981cf9a56c7f669505832c93427cb684811bcb6c9311bd18fa9bc30 -SIZE (leethomason-tinyxml2-8.1.0_GH0.tar.gz) = 619733 +TIMESTAMP = 1623359673 +SHA256 (leethomason-tinyxml2-9.0.0_GH0.tar.gz) = cc2f1417c308b1f6acc54f88eb70771a0bf65f76282ce5c40e54cfe52952702c +SIZE (leethomason-tinyxml2-9.0.0_GH0.tar.gz) = 619734 diff --git a/textproc/tinyxml2/pkg-plist b/textproc/tinyxml2/pkg-plist index db209f8eefbe..1d33bd8a5ba0 100644 --- a/textproc/tinyxml2/pkg-plist +++ b/textproc/tinyxml2/pkg-plist @@ -5,7 +5,7 @@ lib/cmake/tinyxml2/tinyxml2-shared-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/tinyxml2/tinyxml2-shared-targets.cmake lib/libtinyxml2.a lib/libtinyxml2.so -lib/libtinyxml2.so.8 +lib/libtinyxml2.so.9 lib/libtinyxml2.so.%%PORTVERSION%% libdata/pkgconfig/tinyxml2.pc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/resources/dream.xml