aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-11-05 18:56:36 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-11-05 19:09:19 +0000
commit00f2a7aec7a58679a8d692ebd093cd16c6337948 (patch)
treec2ad6a5f5107199f3f9f22ba60069d50d5dda7c4
parentea5674b93b9332461b3b042dcc1b379709bec85d (diff)
downloadports-00f2a7aec7a58679a8d692ebd093cd16c6337948.tar.gz
ports-00f2a7aec7a58679a8d692ebd093cd16c6337948.zip
devel/jsoncpp: Update to 1.9.4 -> 1.9.5
PR: 259654
-rw-r--r--biology/bamtools/Makefile1
-rw-r--r--devel/cmake-gui/Makefile1
-rw-r--r--devel/cmake/Makefile1
-rw-r--r--devel/jsoncpp/Makefile2
-rw-r--r--devel/jsoncpp/distinfo6
-rw-r--r--devel/jsoncpp/pkg-plist2
-rw-r--r--devel/opendht/Makefile2
-rw-r--r--games/minetest/Makefile2
-rw-r--r--graphics/open3d/Makefile2
-rw-r--r--graphics/ossim/Makefile1
-rw-r--r--lang/solidity/Makefile1
-rw-r--r--math/cadabra2/Makefile1
-rw-r--r--misc/ignition-fuel-tools/Makefile2
-rw-r--r--multimedia/libopenshot/Makefile1
-rw-r--r--net-p2p/eiskaltdcpp-daemon/Makefile2
-rw-r--r--net/flower/Makefile2
-rw-r--r--science/orthanc-dicomweb/Makefile2
-rw-r--r--science/orthanc-mysql/Makefile1
-rw-r--r--science/orthanc-postgresql/Makefile1
-rw-r--r--science/orthanc-webviewer/Makefile2
-rw-r--r--science/orthanc/Makefile2
-rw-r--r--science/py-tensorflow/Makefile2
-rw-r--r--sysutils/fusefs-securefs/Makefile1
-rw-r--r--www/chromium/Makefile2
-rw-r--r--www/domoticz/Makefile2
-rw-r--r--www/qt5-webengine/Makefile2
-rw-r--r--x11/polybar/Makefile1
-rw-r--r--x11/waybar/Makefile1
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 <johan@stromnet.se>
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 <stast@bsdportal.ru>
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