From nobody Fri Nov 05 19:09:24 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C42511847AC6; Fri, 5 Nov 2021 19:09:24 +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 4Hm96X3wkNz3r9t; Fri, 5 Nov 2021 19:09:24 +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 37FF01D282; Fri, 5 Nov 2021 19:09:24 +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 1A5J9OeG072066; Fri, 5 Nov 2021 19:09:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A5J9Odg072065; Fri, 5 Nov 2021 19:09:24 GMT (envelope-from git) Date: Fri, 5 Nov 2021 19:09:24 GMT Message-Id: <202111051909.1A5J9Odg072065@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 00f2a7aec7a5 - main - devel/jsoncpp: Update to 1.9.4 -> 1.9.5 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 00f2a7aec7a58679a8d692ebd093cd16c6337948 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=00f2a7aec7a58679a8d692ebd093cd16c6337948 commit 00f2a7aec7a58679a8d692ebd093cd16c6337948 Author: Daniel Engberg AuthorDate: 2021-11-05 18:56:36 +0000 Commit: Yuri Victorovich CommitDate: 2021-11-05 19:09:19 +0000 devel/jsoncpp: Update to 1.9.4 -> 1.9.5 PR: 259654 --- biology/bamtools/Makefile | 1 + devel/cmake-gui/Makefile | 1 + devel/cmake/Makefile | 1 + devel/jsoncpp/Makefile | 2 +- devel/jsoncpp/distinfo | 6 +++--- devel/jsoncpp/pkg-plist | 2 +- devel/opendht/Makefile | 2 +- games/minetest/Makefile | 2 +- graphics/open3d/Makefile | 2 +- graphics/ossim/Makefile | 1 + lang/solidity/Makefile | 1 + math/cadabra2/Makefile | 1 + misc/ignition-fuel-tools/Makefile | 2 +- multimedia/libopenshot/Makefile | 1 + net-p2p/eiskaltdcpp-daemon/Makefile | 2 +- net/flower/Makefile | 2 +- science/orthanc-dicomweb/Makefile | 2 +- science/orthanc-mysql/Makefile | 1 + science/orthanc-postgresql/Makefile | 1 + science/orthanc-webviewer/Makefile | 2 +- science/orthanc/Makefile | 2 +- science/py-tensorflow/Makefile | 2 +- sysutils/fusefs-securefs/Makefile | 1 + www/chromium/Makefile | 2 +- www/domoticz/Makefile | 2 +- www/qt5-webengine/Makefile | 2 +- x11/polybar/Makefile | 1 + x11/waybar/Makefile | 1 + 28 files changed, 30 insertions(+), 18 deletions(-) diff --git a/biology/bamtools/Makefile b/biology/bamtools/Makefile index 61904dae747a..1028dac62f64 100644 --- a/biology/bamtools/Makefile +++ b/biology/bamtools/Makefile @@ -1,6 +1,7 @@ PORTNAME= bamtools DISTVERSIONPREFIX= v DISTVERSION= 2.5.2 +PORTREVISION= 1 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org diff --git a/devel/cmake-gui/Makefile b/devel/cmake-gui/Makefile index ce32049afe29..677da8275457 100644 --- a/devel/cmake-gui/Makefile +++ b/devel/cmake-gui/Makefile @@ -1,5 +1,6 @@ PORTNAME= cmake DISTVERSION= 3.21.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ PKGNAMESUFFIX= -gui diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile index 7c2155beaace..e934e1ff5c9f 100644 --- a/devel/cmake/Makefile +++ b/devel/cmake/Makefile @@ -3,6 +3,7 @@ PORTNAME= cmake # Remember to update devel/cmake-doc and devel/cmake-gui as well. DISTVERSION= 3.21.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/Kitware/CMake/releases/download/v${DISTVERSION}/ \ https://www.cmake.org/files/v${PORTVERSION}/ diff --git a/devel/jsoncpp/Makefile b/devel/jsoncpp/Makefile index 8f2ac63f3561..55d659fc060f 100644 --- a/devel/jsoncpp/Makefile +++ b/devel/jsoncpp/Makefile @@ -1,7 +1,7 @@ # Created by: Johan Str??m PORTNAME= jsoncpp -PORTVERSION= 1.9.4 +DISTVERSION= 1.9.5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/jsoncpp/distinfo b/devel/jsoncpp/distinfo index 3682423f92ef..69b1eb48d15d 100644 --- a/devel/jsoncpp/distinfo +++ b/devel/jsoncpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601264250 -SHA256 (open-source-parsers-jsoncpp-1.9.4_GH0.tar.gz) = e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999 -SIZE (open-source-parsers-jsoncpp-1.9.4_GH0.tar.gz) = 214057 +TIMESTAMP = 1636098082 +SHA256 (open-source-parsers-jsoncpp-1.9.5_GH0.tar.gz) = f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2 +SIZE (open-source-parsers-jsoncpp-1.9.5_GH0.tar.gz) = 216055 diff --git a/devel/jsoncpp/pkg-plist b/devel/jsoncpp/pkg-plist index f627318ad9a3..6fbeaff4f58d 100644 --- a/devel/jsoncpp/pkg-plist +++ b/devel/jsoncpp/pkg-plist @@ -10,5 +10,5 @@ include/json/version.h include/json/writer.h lib/libjsoncpp.a lib/libjsoncpp.so -lib/libjsoncpp.so.24 +lib/libjsoncpp.so.25 libdata/pkgconfig/jsoncpp.pc diff --git a/devel/opendht/Makefile b/devel/opendht/Makefile index f3563ba29556..4dbbcfd6f11b 100644 --- a/devel/opendht/Makefile +++ b/devel/opendht/Makefile @@ -2,7 +2,7 @@ PORTNAME= opendht DISTVERSION= 1.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel net MAINTAINER= yuri@FreeBSD.org diff --git a/games/minetest/Makefile b/games/minetest/Makefile index e9f96015878d..17c5c03ec57c 100644 --- a/games/minetest/Makefile +++ b/games/minetest/Makefile @@ -1,6 +1,6 @@ PORTNAME= minetest PORTVERSION= 5.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/graphics/open3d/Makefile b/graphics/open3d/Makefile index d3aaf796418c..0fa0443e8986 100644 --- a/graphics/open3d/Makefile +++ b/graphics/open3d/Makefile @@ -1,7 +1,7 @@ PORTNAME= Open3D DISTVERSIONPREFIX= v DISTVERSION= 0.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/ossim/Makefile b/graphics/ossim/Makefile index 357cc2d2198f..b2fb87cf4289 100644 --- a/graphics/ossim/Makefile +++ b/graphics/ossim/Makefile @@ -1,6 +1,7 @@ PORTNAME= ossim DISTVERSIONPREFIX= OrchidIsland- DISTVERSION= 2.11.1 +PORTREVISION= 1 CATEGORIES= graphics geography MAINTAINER= lbartoletti@FreeBSD.org diff --git a/lang/solidity/Makefile b/lang/solidity/Makefile index 810033d91ddd..f814ea59ef2f 100644 --- a/lang/solidity/Makefile +++ b/lang/solidity/Makefile @@ -2,6 +2,7 @@ PORTNAME= solidity PORTVERSION= 0.8.9 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= https://github.com/ethereum/solidity/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile index a46d42ea2cd3..4e4bc1ace63a 100644 --- a/math/cadabra2/Makefile +++ b/math/cadabra2/Makefile @@ -1,5 +1,6 @@ PORTNAME= cadabra2 DISTVERSION= 2.3.6.8 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/misc/ignition-fuel-tools/Makefile b/misc/ignition-fuel-tools/Makefile index 0ac6d98c5774..82086b24aeb1 100644 --- a/misc/ignition-fuel-tools/Makefile +++ b/misc/ignition-fuel-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= ignition-fuel-tools DISTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ diff --git a/multimedia/libopenshot/Makefile b/multimedia/libopenshot/Makefile index 0a2938185c3f..c76c6793575f 100644 --- a/multimedia/libopenshot/Makefile +++ b/multimedia/libopenshot/Makefile @@ -1,6 +1,7 @@ PORTNAME= libopenshot DISTVERSIONPREFIX= v DISTVERSION= 0.2.7 +PORTREVISION= 1 CATEGORIES= multimedia PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-p2p/eiskaltdcpp-daemon/Makefile b/net-p2p/eiskaltdcpp-daemon/Makefile index 3d5557b752e9..75e8520ed74c 100644 --- a/net-p2p/eiskaltdcpp-daemon/Makefile +++ b/net-p2p/eiskaltdcpp-daemon/Makefile @@ -1,7 +1,7 @@ # Created by: Stas Timokhin PORTNAME= eiskaltdcpp -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net-p2p PKGNAMESUFFIX= -daemon diff --git a/net/flower/Makefile b/net/flower/Makefile index 44b68a9cb362..92073bae7ac2 100644 --- a/net/flower/Makefile +++ b/net/flower/Makefile @@ -3,7 +3,7 @@ PORTNAME= flower DISTVERSIONPREFIX= v DISTVERSION= 0.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MAINTAINER= ed@FreeBSD.org diff --git a/science/orthanc-dicomweb/Makefile b/science/orthanc-dicomweb/Makefile index 593711d178dc..34ce2d473b13 100644 --- a/science/orthanc-dicomweb/Makefile +++ b/science/orthanc-dicomweb/Makefile @@ -2,7 +2,7 @@ PORTNAME= orthanc-dicomweb DISTVERSION= 1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= https://www.orthanc-server.com/downloads/get.php?path=/plugin-dicom-web/:main \ https://www.orthanc-server.com/downloads/get.php?path=/orthanc/:framework \ diff --git a/science/orthanc-mysql/Makefile b/science/orthanc-mysql/Makefile index 6b41ad68762e..96ab9e7ffa72 100644 --- a/science/orthanc-mysql/Makefile +++ b/science/orthanc-mysql/Makefile @@ -2,6 +2,7 @@ PORTNAME= orthanc-mysql DISTVERSION= 4.3 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://www.orthanc-server.com/downloads/get.php?path=/plugin-mysql/:main \ https://www.orthanc-server.com/downloads/get.php?path=/orthanc/:framework \ diff --git a/science/orthanc-postgresql/Makefile b/science/orthanc-postgresql/Makefile index 7357612b072c..4741f745b0cd 100644 --- a/science/orthanc-postgresql/Makefile +++ b/science/orthanc-postgresql/Makefile @@ -2,6 +2,7 @@ PORTNAME= orthanc-postgresql DISTVERSION= 4.0 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://www.orthanc-server.com/downloads/get.php?path=/plugin-postgresql/:main \ https://www.orthanc-server.com/downloads/get.php?path=/orthanc/:framework \ diff --git a/science/orthanc-webviewer/Makefile b/science/orthanc-webviewer/Makefile index 6d60855aef2d..f9287f792752 100644 --- a/science/orthanc-webviewer/Makefile +++ b/science/orthanc-webviewer/Makefile @@ -2,7 +2,7 @@ PORTNAME= orthanc-webviewer DISTVERSION= 2.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= https://www.orthanc-server.com/downloads/get.php?path=/plugin-webviewer/:main \ https://www.orthanc-server.com/downloads/get.php?path=/orthanc/:framework \ diff --git a/science/orthanc/Makefile b/science/orthanc/Makefile index 6620d9c46136..dc07dff3912a 100644 --- a/science/orthanc/Makefile +++ b/science/orthanc/Makefile @@ -2,7 +2,7 @@ PORTNAME= orthanc DISTVERSION= 1.9.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= https://www.orthanc-server.com/downloads/get.php?path=/orthanc/ DISTNAME= Orthanc-${PORTVERSION} diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile index 27183e49ae02..9317bfd9f5a1 100644 --- a/science/py-tensorflow/Makefile +++ b/science/py-tensorflow/Makefile @@ -1,7 +1,7 @@ PORTNAME= tensorflow DISTVERSIONPREFIX= v DISTVERSION= 1.15.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= ${PORTNAME} diff --git a/sysutils/fusefs-securefs/Makefile b/sysutils/fusefs-securefs/Makefile index 79d4984b6b8f..09b549ac3f68 100644 --- a/sysutils/fusefs-securefs/Makefile +++ b/sysutils/fusefs-securefs/Makefile @@ -1,5 +1,6 @@ PORTNAME= securefs PORTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 411d594873c4..12d227ce72d7 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -2,7 +2,7 @@ PORTNAME= chromium PORTVERSION= 94.0.4606.81 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ LOCAL/rene/chromium/:fonts diff --git a/www/domoticz/Makefile b/www/domoticz/Makefile index b705a37aeccb..0a40cdc99385 100644 --- a/www/domoticz/Makefile +++ b/www/domoticz/Makefile @@ -1,6 +1,6 @@ PORTNAME= domoticz PORTVERSION= 2020.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= kiwi@oav.net diff --git a/www/qt5-webengine/Makefile b/www/qt5-webengine/Makefile index 930241f9394c..37916ea6f088 100644 --- a/www/qt5-webengine/Makefile +++ b/www/qt5-webengine/Makefile @@ -16,7 +16,7 @@ PORTNAME= webengine DISTVERSION= ${QT5_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www PKGNAMEPREFIX= qt5- diff --git a/x11/polybar/Makefile b/x11/polybar/Makefile index 0135ce395a41..b788800852a9 100644 --- a/x11/polybar/Makefile +++ b/x11/polybar/Makefile @@ -1,5 +1,6 @@ PORTNAME= polybar DISTVERSION= 3.5.7 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= https://github.com/polybar/polybar/releases/download/${DISTVERSION}/ diff --git a/x11/waybar/Makefile b/x11/waybar/Makefile index 438ef7cb5b47..5da4f7e04d7d 100644 --- a/x11/waybar/Makefile +++ b/x11/waybar/Makefile @@ -1,5 +1,6 @@ PORTNAME= waybar DISTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org