Date: Mon, 18 Apr 2022 00:00:32 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2ffb4427a317 - main - devel/glog: Update to 0.6.0 Message-ID: <202204180000.23I00WKr038249@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ffb4427a317c99668e64f952d41091f1a4f0769 commit 2ffb4427a317c99668e64f952d41091f1a4f0769 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:42:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:58:01 +0000 devel/glog: Update to 0.6.0 - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/google/glog/releases --- chinese/librime/Makefile | 1 + devel/fbthrift/Makefile | 2 +- devel/folly/Makefile | 2 +- devel/glog/Makefile | 8 +++++--- devel/glog/distinfo | 6 +++--- devel/glog/files/patch-cmake_FindUnwind.cmake | 12 ------------ devel/glog/pkg-plist | 5 +++-- graphics/colmap/Makefile | 2 +- graphics/hiptext/Makefile | 2 +- graphics/opencv/Makefile | 2 +- math/ceres-solver/Makefile | 2 +- math/openturns/Makefile | 2 +- math/or-tools/Makefile | 2 +- math/py-or-tools/Makefile | 2 +- misc/glow/Makefile | 2 +- misc/openmvg/Makefile | 2 +- net/eternalterminal/Makefile | 2 +- net/fb303/Makefile | 2 +- net/fbzmq/Makefile | 1 + net/mvfst/Makefile | 2 +- net/rsocket-cpp/Makefile | 1 + net/wangle/Makefile | 2 +- security/fizz/Makefile | 2 +- sysutils/apache-mesos/Makefile | 2 +- www/proxygen/Makefile | 2 +- 25 files changed, 32 insertions(+), 38 deletions(-) diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile index 1319fc706f80..5afc99bbf360 100644 --- a/chinese/librime/Makefile +++ b/chinese/librime/Makefile @@ -2,6 +2,7 @@ PORTNAME= librime PORTVERSION= 1.7.3 +PORTREVISION= 1 CATEGORIES= chinese textproc MAINTAINER= khng@FreeBSD.org diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile index 597b1c7827d9..95f2b2c1abc8 100644 --- a/devel/fbthrift/Makefile +++ b/devel/fbthrift/Makefile @@ -1,7 +1,7 @@ PORTNAME= fbthrift DISTVERSIONPREFIX= v DISTVERSION= 2022.03.28.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/folly/Makefile b/devel/folly/Makefile index ccb4c5bfd669..3ccfe3e3e8ef 100644 --- a/devel/folly/Makefile +++ b/devel/folly/Makefile @@ -1,7 +1,7 @@ PORTNAME= folly DISTVERSIONPREFIX= v DISTVERSION= 2022.03.28.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/glog/Makefile b/devel/glog/Makefile index de9bf320b662..d6a6e999cc6b 100644 --- a/devel/glog/Makefile +++ b/devel/glog/Makefile @@ -1,7 +1,7 @@ # Created by: Cheng-Lung Sung <clsung@FreeBSD.org> PORTNAME= glog -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -16,14 +16,16 @@ LIB_DEPENDS= libgflags.so:devel/gflags \ USES= cmake compiler:c++11-lang pkgconfig -CMAKE_ON= BUILD_SHARED_LIBS WITH_GFLAGS WITH_PKGCONFIG WITH_SYMBOLIZE WITH_THREADS WITH_TLS WITH_UNWIND -CMAKE_OFF= PRINT_UNSYMBOLIZED_STACK_TRACES WITH_CUSTOM_PREFIX WITH_GTEST +CMAKE_ON= BUILD_SHARED_LIBS WITH_CUSTOM_PREFIX WITH_GFLAGS WITH_PKGCONFIG WITH_SYMBOLIZE WITH_THREADS WITH_TLS WITH_UNWIND +CMAKE_OFF= PRINT_UNSYMBOLIZED_STACK_TRACES WITH_GTEST LDFLAGS+= -lexecinfo TEST_TARGET= test USE_CXXSTD= c++11 USE_LDCONFIG= yes +PLIST_SUB= PORTVERSION=${PORTVERSION} + GH_ACCOUNT= google USE_GITHUB= yes diff --git a/devel/glog/distinfo b/devel/glog/distinfo index f6d91a549e07..fbf79f12bee4 100644 --- a/devel/glog/distinfo +++ b/devel/glog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620928565 -SHA256 (google-glog-v0.5.0_GH0.tar.gz) = eede71f28371bf39aa69b45de23b329d37214016e2055269b3b5e7cfd40b59f5 -SIZE (google-glog-v0.5.0_GH0.tar.gz) = 183346 +TIMESTAMP = 1650084662 +SHA256 (google-glog-v0.6.0_GH0.tar.gz) = 8a83bf982f37bb70825df71a9709fa90ea9f4447fb3c099e1d720a439d88bad6 +SIZE (google-glog-v0.6.0_GH0.tar.gz) = 193267 diff --git a/devel/glog/files/patch-cmake_FindUnwind.cmake b/devel/glog/files/patch-cmake_FindUnwind.cmake deleted file mode 100644 index 55c3ac4ee483..000000000000 --- a/devel/glog/files/patch-cmake_FindUnwind.cmake +++ /dev/null @@ -1,12 +0,0 @@ ---- cmake/FindUnwind.cmake.orig 2021-05-28 14:02:50 UTC -+++ cmake/FindUnwind.cmake -@@ -19,7 +19,8 @@ elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" OR - set (Unwind_ARCH "x86_64") - elseif (CMAKE_SYSTEM_PROCESSOR MATCHES "^i.86$") - set (Unwind_ARCH "x86") --elseif (CMAKE_SYSTEM_PROCESSOR MATCHES "^ppc64") -+elseif (CMAKE_SYSTEM_PROCESSOR MATCHES "^ppc64" OR -+ CMAKE_SYSTEM_PROCESSOR MATCHES "^powerpc64") - set (Unwind_ARCH "ppc64") - elseif (CMAKE_SYSTEM_PROCESSOR MATCHES "^ppc") - set (Unwind_ARCH "ppc32") diff --git a/devel/glog/pkg-plist b/devel/glog/pkg-plist index 037ad2ac8b49..88328a610726 100644 --- a/devel/glog/pkg-plist +++ b/devel/glog/pkg-plist @@ -1,6 +1,7 @@ include/glog/export.h include/glog/log_severity.h include/glog/logging.h +include/glog/platform.h include/glog/raw_logging.h include/glog/stl_logging.h include/glog/vlog_is_on.h @@ -10,7 +11,7 @@ lib/cmake/glog/glog-modules.cmake lib/cmake/glog/glog-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/glog/glog-targets.cmake lib/libglog.so -lib/libglog.so.0 -lib/libglog.so.0.5.0 +lib/libglog.so.1 +lib/libglog.so.%%PORTVERSION%% libdata/pkgconfig/libglog.pc %%DATADIR%%/cmake/FindUnwind.cmake diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile index 77e82760f5fe..14c13592dee6 100644 --- a/graphics/colmap/Makefile +++ b/graphics/colmap/Makefile @@ -1,6 +1,6 @@ PORTNAME= colmap DISTVERSION= 3.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/hiptext/Makefile b/graphics/hiptext/Makefile index 71433b35fa2d..4f02d3165b46 100644 --- a/graphics/hiptext/Makefile +++ b/graphics/hiptext/Makefile @@ -2,7 +2,7 @@ PORTNAME= hiptext PORTVERSION= 0.0.s20160621 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index 621a9ec4b41e..ad8d26e9aa0a 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -1,6 +1,6 @@ PORTNAME= opencv DISTVERSION= 4.5.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MAINTAINER= desktop@FreeBSD.org diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index af23f75a9712..e3c7468eafa6 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -1,6 +1,6 @@ PORTNAME= ceres-solver DISTVERSION= 2.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= ports@FreeBSD.org diff --git a/math/openturns/Makefile b/math/openturns/Makefile index a8f86943fb6d..ce56e02f2d3d 100644 --- a/math/openturns/Makefile +++ b/math/openturns/Makefile @@ -1,7 +1,7 @@ PORTNAME= openturns DISTVERSIONPREFIX= v DISTVERSION= 1.18 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/or-tools/Makefile b/math/or-tools/Makefile index fbed84bbd39b..d3cd9f9f56de 100644 --- a/math/or-tools/Makefile +++ b/math/or-tools/Makefile @@ -1,7 +1,7 @@ PORTNAME= or-tools DISTVERSIONPREFIX= v DISTVERSION= 9.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/py-or-tools/Makefile b/math/py-or-tools/Makefile index c8fc874b198e..f86d5fcb3bcf 100644 --- a/math/py-or-tools/Makefile +++ b/math/py-or-tools/Makefile @@ -1,7 +1,7 @@ PORTNAME= or-tools DISTVERSIONPREFIX= v DISTVERSION= 9.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/glow/Makefile b/misc/glow/Makefile index 4c2c646fef18..d14165bbd726 100644 --- a/misc/glow/Makefile +++ b/misc/glow/Makefile @@ -1,6 +1,6 @@ PORTNAME= glow DISTVERSION= g20200721 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc # machine-learning PKGNAMESUFFIX= -nn-compiler diff --git a/misc/openmvg/Makefile b/misc/openmvg/Makefile index 0474a735553e..71ae00c1712e 100644 --- a/misc/openmvg/Makefile +++ b/misc/openmvg/Makefile @@ -1,7 +1,7 @@ PORTNAME= openmvg DISTVERSIONPREFIX= v DISTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc science MAINTAINER= yuri@FreeBSD.org diff --git a/net/eternalterminal/Makefile b/net/eternalterminal/Makefile index bf10c62fd3c5..c5273b648eb4 100644 --- a/net/eternalterminal/Makefile +++ b/net/eternalterminal/Makefile @@ -1,7 +1,7 @@ PORTNAME= eternalterminal DISTVERSIONPREFIX= et-v DISTVERSION= 6.1.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= willtisdale@gmail.com diff --git a/net/fb303/Makefile b/net/fb303/Makefile index 34ccc3056ef6..d8ea80342cca 100644 --- a/net/fb303/Makefile +++ b/net/fb303/Makefile @@ -1,6 +1,6 @@ PORTNAME= fb303 DISTVERSION= g20210709 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/fbzmq/Makefile b/net/fbzmq/Makefile index 95e976795f3f..e098ea6b1a3f 100644 --- a/net/fbzmq/Makefile +++ b/net/fbzmq/Makefile @@ -1,6 +1,7 @@ PORTNAME= fbzmq DISTVERSIONPREFIX= v DISTVERSION= 2022.03.28.00 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/mvfst/Makefile b/net/mvfst/Makefile index 5faccfed982f..4b6df0199a13 100644 --- a/net/mvfst/Makefile +++ b/net/mvfst/Makefile @@ -1,6 +1,6 @@ PORTNAME= mvfst DISTVERSION= g20220328 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/rsocket-cpp/Makefile b/net/rsocket-cpp/Makefile index 9bfbe9ebdaa2..283097f3ed1c 100644 --- a/net/rsocket-cpp/Makefile +++ b/net/rsocket-cpp/Makefile @@ -1,6 +1,7 @@ PORTNAME= rsocket-cpp DISTVERSIONPREFIX= v DISTVERSION= 2021.08.30.00 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/wangle/Makefile b/net/wangle/Makefile index e6d57292cb51..3713510cb7ca 100644 --- a/net/wangle/Makefile +++ b/net/wangle/Makefile @@ -1,7 +1,7 @@ PORTNAME= wangle DISTVERSIONPREFIX= v DISTVERSION= 2022.03.28.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/security/fizz/Makefile b/security/fizz/Makefile index 885e1bfa3a92..4a296a2ddd7b 100644 --- a/security/fizz/Makefile +++ b/security/fizz/Makefile @@ -1,7 +1,7 @@ PORTNAME= fizz DISTVERSIONPREFIX= v DISTVERSION= 2022.03.28.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/apache-mesos/Makefile b/sysutils/apache-mesos/Makefile index 447f0d108d3c..f40649f78923 100644 --- a/sysutils/apache-mesos/Makefile +++ b/sysutils/apache-mesos/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesos PORTVERSION= 1.11.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MASTER_SITES= APACHE/mesos/${PORTVERSION}:mesos PKGNAMEPREFIX= apache- diff --git a/www/proxygen/Makefile b/www/proxygen/Makefile index 4e5a1e404fe9..085972c6f03b 100644 --- a/www/proxygen/Makefile +++ b/www/proxygen/Makefile @@ -1,7 +1,7 @@ PORTNAME= proxygen DISTVERSIONPREFIX= v DISTVERSION= 2022.03.28.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204180000.23I00WKr038249>