aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2024-08-08 07:41:06 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2024-08-08 07:41:06 +0000
commit8c120afd978777a79b6566f1824080771cbc5b56 (patch)
tree47b7f9eb09be389f3229cecb3b9107cd25565374
parent30358562474b3f13a70b6fdca6ac33d188d9a73a (diff)
downloadports-8c120afd978777a79b6566f1824080771cbc5b56.tar.gz
ports-8c120afd978777a79b6566f1824080771cbc5b56.zip
Bump revisions of dependent ports after Abseil C++ libraries update
Requested by: madpilot
-rw-r--r--audio/mixxx/Makefile1
-rw-r--r--audio/mumble-server/Makefile2
-rw-r--r--audio/mumble/Makefile1
-rw-r--r--audio/murmur/Makefile2
-rw-r--r--audio/py-torchaudio/Makefile1
-rw-r--r--audio/strawberry/Makefile1
-rw-r--r--benchmarks/apib/Makefile2
-rw-r--r--cad/openroad/Makefile2
-rw-r--r--databases/arrow/Makefile1
-rw-r--r--devel/bear/Makefile2
-rw-r--r--devel/google-cloud-cpp/Makefile1
-rw-r--r--devel/grpc/Makefile2
-rw-r--r--devel/libphonenumber/Makefile1
-rw-r--r--devel/protobuf/Makefile1
-rw-r--r--devel/py-dm-tree/Makefile1
-rw-r--r--devel/re2/Makefile1
-rw-r--r--devel/youcompleteme/Makefile1
-rw-r--r--editors/libreoffice/Makefile2
-rw-r--r--graphics/qgis-ltr/Makefile2
-rw-r--r--graphics/qgis/Makefile2
-rw-r--r--graphics/s2/Makefile2
-rw-r--r--math/obake/Makefile2
-rw-r--r--math/py-pyaudi/Makefile2
-rw-r--r--misc/ncnn/Makefile1
-rw-r--r--misc/onnx/Makefile1
-rw-r--r--misc/py-natten/Makefile1
-rw-r--r--misc/py-pytorch/Makefile2
-rw-r--r--misc/pytorch/Makefile2
-rw-r--r--multimedia/libgav1/Makefile1
-rw-r--r--multimedia/vlc/Makefile2
-rw-r--r--net-im/telegram-desktop/Makefile1
-rw-r--r--net-im/tg_owt/Makefile1
-rw-r--r--net-mgmt/fastnetmon/Makefile2
-rw-r--r--net/ecal/Makefile1
-rw-r--r--net/libilbc/Makefile2
-rw-r--r--security/crowdsec/Makefile2
-rw-r--r--sysutils/bulk_extractor/Makefile1
-rw-r--r--sysutils/fusefs-securefs/Makefile1
38 files changed, 38 insertions, 18 deletions
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile
index b9e6eb1c19dc..97975318e6ae 100644
--- a/audio/mixxx/Makefile
+++ b/audio/mixxx/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mixxx
DISTVERSION= 2.4.1
+PORTREVISION= 1
CATEGORIES= audio
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/audio/mumble-server/Makefile b/audio/mumble-server/Makefile
index 996c926cf1c7..618798e39d8e 100644
--- a/audio/mumble-server/Makefile
+++ b/audio/mumble-server/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mumble-server
DISTVERSION= 1.5.634
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio net
MASTER_SITES= https://github.com/${PORTNAME:S/-server//}-voip/${PORTNAME:S/-server//}/releases/download/v${DISTVERSION}/
DISTNAME= ${PORTNAME:S/-server//}-${DISTVERSION}
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile
index 12bc2500ed7f..05bcc390b510 100644
--- a/audio/mumble/Makefile
+++ b/audio/mumble/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mumble
DISTVERSION= 1.5.634
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://github.com/${PORTNAME}-voip/${PORTNAME}/releases/download/v${DISTVERSION}/
diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile
index b019cb2fea3f..4d6cda09f8d2 100644
--- a/audio/murmur/Makefile
+++ b/audio/murmur/Makefile
@@ -1,6 +1,6 @@
PORTNAME= murmur
DISTVERSION= 1.3.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio net
MAINTAINER= vvd@FreeBSD.org
diff --git a/audio/py-torchaudio/Makefile b/audio/py-torchaudio/Makefile
index bb925303a908..f703a03437de 100644
--- a/audio/py-torchaudio/Makefile
+++ b/audio/py-torchaudio/Makefile
@@ -1,6 +1,7 @@
PORTNAME= torchaudio
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.1
+PORTREVISION= 1
CATEGORIES= audio python # machine-learning
MASTER_SITES= https://downloads.sourceforge.net/project/sox/sox/14.4.2/:sox
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/audio/strawberry/Makefile b/audio/strawberry/Makefile
index c0d4b001860f..6ff4da9e69b6 100644
--- a/audio/strawberry/Makefile
+++ b/audio/strawberry/Makefile
@@ -1,5 +1,6 @@
PORTNAME= strawberry
DISTVERSION= 1.1.1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://github.com/strawberrymusicplayer/${PORTNAME}/releases/download/${DISTVERSION}/
diff --git a/benchmarks/apib/Makefile b/benchmarks/apib/Makefile
index f992eddfaa7a..c33725a13f2c 100644
--- a/benchmarks/apib/Makefile
+++ b/benchmarks/apib/Makefile
@@ -2,7 +2,7 @@ PORTNAME= apib
DISTVERSIONPREFIX= ${PORTNAME:tu}_
DISTVERSION= 1_2_1
DISTVERSIONSUFFIX= _RC1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= benchmarks www
MAINTAINER= danfe@FreeBSD.org
diff --git a/cad/openroad/Makefile b/cad/openroad/Makefile
index afa216fbe9ee..0bb5b4c5675f 100644
--- a/cad/openroad/Makefile
+++ b/cad/openroad/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openroad
DISTVERSIONPREFIX= v
DISTVERSION= 2.0-11595
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONSUFFIX= -g31d7e3dc5
PORTEPOCH= 1
CATEGORIES= cad
diff --git a/databases/arrow/Makefile b/databases/arrow/Makefile
index 4ffcfd987772..c748eea3ed4f 100644
--- a/databases/arrow/Makefile
+++ b/databases/arrow/Makefile
@@ -1,5 +1,6 @@
PORTNAME= arrow
DISTVERSION= 17.0.0
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION} \
https://github.com/apache/orc/archive/rel/:orc
diff --git a/devel/bear/Makefile b/devel/bear/Makefile
index 5b348256f9db..5d3c31a16e2b 100644
--- a/devel/bear/Makefile
+++ b/devel/bear/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bear
DISTVERSION= 3.1.3
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= devel
MAINTAINER= jrm@FreeBSD.org
diff --git a/devel/google-cloud-cpp/Makefile b/devel/google-cloud-cpp/Makefile
index cd8b11a60a5f..1b9c7884fa02 100644
--- a/devel/google-cloud-cpp/Makefile
+++ b/devel/google-cloud-cpp/Makefile
@@ -1,6 +1,7 @@
PORTNAME= google-cloud-cpp
DISTVERSIONPREFIX= v
DISTVERSION= 2.27.0
+PORTREVISION= 1
CATEGORIES= devel
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile
index 741f125c4b69..7c568f89b27a 100644
--- a/devel/grpc/Makefile
+++ b/devel/grpc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= grpc
PORTVERSION= 1.62.2
-PORTREVISION= 2
+PORTREVISION= 3
DISTVERSIONPREFIX= v
PORTEPOCH= 2
CATEGORIES= devel
diff --git a/devel/libphonenumber/Makefile b/devel/libphonenumber/Makefile
index 52f433d681ee..f70b993f8117 100644
--- a/devel/libphonenumber/Makefile
+++ b/devel/libphonenumber/Makefile
@@ -1,6 +1,7 @@
PORTNAME= libphonenumber
DISTVERSIONPREFIX= v
DISTVERSION= 8.13.43
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= kde@FreeBSD.org
diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile
index a68cf74dcde1..baf75fea386b 100644
--- a/devel/protobuf/Makefile
+++ b/devel/protobuf/Makefile
@@ -1,5 +1,6 @@
PORTNAME= protobuf
PORTVERSION= 24.4
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/protocolbuffers/protobuf/releases/download/v${PORTVERSION}/
diff --git a/devel/py-dm-tree/Makefile b/devel/py-dm-tree/Makefile
index 137635994a01..d702dccea6e2 100644
--- a/devel/py-dm-tree/Makefile
+++ b/devel/py-dm-tree/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dm-tree
DISTVERSION= 0.1.8
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/re2/Makefile b/devel/re2/Makefile
index 985375fe0798..757d92e13ce4 100644
--- a/devel/re2/Makefile
+++ b/devel/re2/Makefile
@@ -1,5 +1,6 @@
PORTNAME= re2
PORTVERSION= 20240501
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/google/re2/releases/download/${PORTVERSION:C|(....)(..)(..)|\1-\2-\3|}/
DISTNAME= re2-${PORTVERSION:C|(....)(..)(..)|\1-\2-\3|}
diff --git a/devel/youcompleteme/Makefile b/devel/youcompleteme/Makefile
index e7c9cd9c4fce..8f2cf3a7ebe4 100644
--- a/devel/youcompleteme/Makefile
+++ b/devel/youcompleteme/Makefile
@@ -1,5 +1,6 @@
PORTNAME= YouCompleteMe
DISTVERSION= g20240320
+PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 876c7688215d..09c71a9d2ef5 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 0
+PORTREVISION= 1
.include "${.CURDIR}/Makefile.common"
diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile
index 9570a29c340d..9f74a047e05f 100644
--- a/graphics/qgis-ltr/Makefile
+++ b/graphics/qgis-ltr/Makefile
@@ -1,6 +1,6 @@
PORTNAME= qgis
DISTVERSION= 3.34.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics geography
MASTER_SITES= https://qgis.org/downloads/
PKGNAMESUFFIX= -ltr
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index 852cf4270772..854a33b121ce 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -1,6 +1,6 @@
PORTNAME= qgis
DISTVERSION= 3.38.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics geography
MASTER_SITES= https://qgis.org/downloads/
diff --git a/graphics/s2/Makefile b/graphics/s2/Makefile
index 11c5595c864f..f87dfe16c63c 100644
--- a/graphics/s2/Makefile
+++ b/graphics/s2/Makefile
@@ -1,6 +1,6 @@
PORTNAME= s2
PORTVERSION= 0.11.1
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= graphics
diff --git a/math/obake/Makefile b/math/obake/Makefile
index 9b67367ca0e5..e730d244aa83 100644
--- a/math/obake/Makefile
+++ b/math/obake/Makefile
@@ -2,7 +2,7 @@ PORTNAME= obake
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0-24
DISTVERSIONSUFFIX= -gb8cc71c
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= math
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/math/py-pyaudi/Makefile b/math/py-pyaudi/Makefile
index 846ded382238..47639b27816e 100644
--- a/math/py-pyaudi/Makefile
+++ b/math/py-pyaudi/Makefile
@@ -2,7 +2,7 @@ PORTNAME= pyaudi
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.2-1
DISTVERSIONSUFFIX= -g899eb78
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/misc/ncnn/Makefile b/misc/ncnn/Makefile
index 7e506624ed5f..66964284e0a2 100644
--- a/misc/ncnn/Makefile
+++ b/misc/ncnn/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ncnn
DISTVERSION= 20240410
+PORTREVISION= 1
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/onnx/Makefile b/misc/onnx/Makefile
index c5b6a3ff4c75..eaf69172ca8b 100644
--- a/misc/onnx/Makefile
+++ b/misc/onnx/Makefile
@@ -1,6 +1,7 @@
PORTNAME= onnx
DISTVERSIONPREFIX= v
DISTVERSION= 1.16.2
+PORTREVISION= 1
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/py-natten/Makefile b/misc/py-natten/Makefile
index 7204fcc70488..b45f9e75422d 100644
--- a/misc/py-natten/Makefile
+++ b/misc/py-natten/Makefile
@@ -1,5 +1,6 @@
PORTNAME= natten
DISTVERSION= 0.17.1
+PORTREVISION= 1
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile
index c259cedd4fa0..a8e2fbe62c8c 100644
--- a/misc/py-pytorch/Makefile
+++ b/misc/py-pytorch/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pytorch
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc # machine-learning
MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/misc/pytorch/Makefile b/misc/pytorch/Makefile
index 6b7859879002..555c2c004a32 100644
--- a/misc/pytorch/Makefile
+++ b/misc/pytorch/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pytorch
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= misc # machine-learning
MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/
DIST_SUBDIR= ${PORTNAME}
diff --git a/multimedia/libgav1/Makefile b/multimedia/libgav1/Makefile
index 053d21d47093..03b099dd410c 100644
--- a/multimedia/libgav1/Makefile
+++ b/multimedia/libgav1/Makefile
@@ -1,6 +1,7 @@
PORTNAME= libgav1
DISTVERSIONPREFIX= v
DISTVERSION= 0.19.0
+PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= jbeich@FreeBSD.org
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 46733bbc20c8..853a6cdaee7d 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vlc
DISTVERSION= 3.0.21
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 4
CATEGORIES= multimedia audio net www
MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION:S/a$//}/ \
diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile
index 404b82df5b0b..02d376805d5d 100644
--- a/net-im/telegram-desktop/Makefile
+++ b/net-im/telegram-desktop/Makefile
@@ -1,5 +1,6 @@
PORTNAME= telegram-desktop
DISTVERSION= 5.2.3
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/
DISTNAME= tdesktop-${DISTVERSION}-full
diff --git a/net-im/tg_owt/Makefile b/net-im/tg_owt/Makefile
index d6d5e3fd4085..b5a619097258 100644
--- a/net-im/tg_owt/Makefile
+++ b/net-im/tg_owt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tg_owt
PORTVERSION= 0.0.20240615
+PORTREVISION= 1
CATEGORIES= net-im
PATCH_SITES= https://github.com/desktop-app/tg_owt/commit/
diff --git a/net-mgmt/fastnetmon/Makefile b/net-mgmt/fastnetmon/Makefile
index 33b89ce90ff2..4e0e66cad815 100644
--- a/net-mgmt/fastnetmon/Makefile
+++ b/net-mgmt/fastnetmon/Makefile
@@ -1,7 +1,7 @@
PORTNAME= fastnetmon
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt security
PATCH_SITES= https://github.com/pavel-odintsov/${PORTNAME}/commit/
diff --git a/net/ecal/Makefile b/net/ecal/Makefile
index 550c64eb58b9..135e15a435da 100644
--- a/net/ecal/Makefile
+++ b/net/ecal/Makefile
@@ -1,6 +1,7 @@
PORTNAME= ecal
DISTVERSIONPREFIX= v
DISTVERSION= 5.13.2
+PORTREVISION= 1
CATEGORIES= net devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/net/libilbc/Makefile b/net/libilbc/Makefile
index 0da4b3e8f101..044537571e47 100644
--- a/net/libilbc/Makefile
+++ b/net/libilbc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libilbc
DISTVERSION= 3.0.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= https://github.com/TimothyGu/${PORTNAME}/releases/download/v${DISTVERSION}/
diff --git a/security/crowdsec/Makefile b/security/crowdsec/Makefile
index 54a7faa77834..58f1d715b76a 100644
--- a/security/crowdsec/Makefile
+++ b/security/crowdsec/Makefile
@@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v
DISTVERSION= 1.6.2
# the remote tag was moved for 1.6.2, so we force another tag to avoid the version on proxy.golang.org
DISTVERSIONSUFFIX= -final
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MAINTAINER= marco@crowdsec.net
diff --git a/sysutils/bulk_extractor/Makefile b/sysutils/bulk_extractor/Makefile
index 838c7159d157..797d1172ba3a 100644
--- a/sysutils/bulk_extractor/Makefile
+++ b/sysutils/bulk_extractor/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bulk_extractor
PORTVERSION= 2.1.1
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
diff --git a/sysutils/fusefs-securefs/Makefile b/sysutils/fusefs-securefs/Makefile
index 5dbb4e3fc339..38e30afab145 100644
--- a/sysutils/fusefs-securefs/Makefile
+++ b/sysutils/fusefs-securefs/Makefile
@@ -1,5 +1,6 @@
PORTNAME= securefs
DISTVERSION= 0.14.3
+PORTREVISION= 1
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-