Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2023 14:48:53 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 775dc097cf9d - main - devel/rubygem-google-protobuf: udpate to 3.22.2
Message-ID:  <202304121448.33CEmret019175@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=775dc097cf9dd438db928981e8fa3584abd6c888

commit 775dc097cf9dd438db928981e8fa3584abd6c888
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2023-04-10 10:34:48 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2023-04-12 14:31:53 +0000

    devel/rubygem-google-protobuf: udpate to 3.22.2
    
    Required for gitlab-ce 15.10.
    
    Changelog:
    https://github.com/protocolbuffers/protobuf/commits/v3.22.2/ruby
---
 devel/rubygem-google-protobuf/Makefile                 |  2 +-
 devel/rubygem-google-protobuf/distinfo                 |  6 +++---
 devel/rubygem-google-protobuf/files/patch-hide-symbols | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/devel/rubygem-google-protobuf/Makefile b/devel/rubygem-google-protobuf/Makefile
index 5da3c8b07b60..02f851188f74 100644
--- a/devel/rubygem-google-protobuf/Makefile
+++ b/devel/rubygem-google-protobuf/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	google-protobuf
-PORTVERSION=	3.21.12
+PORTVERSION=	3.22.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
diff --git a/devel/rubygem-google-protobuf/distinfo b/devel/rubygem-google-protobuf/distinfo
index 18ab8ec5ed73..a8ab580bf170 100644
--- a/devel/rubygem-google-protobuf/distinfo
+++ b/devel/rubygem-google-protobuf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674590410
-SHA256 (rubygem/google-protobuf-3.21.12.gem) = 4b09bb7e3168cda689efebcd3373304e124b14aabf776fbf1f0a7615259c8fb5
-SIZE (rubygem/google-protobuf-3.21.12.gem) = 188416
+TIMESTAMP = 1681107853
+SHA256 (rubygem/google-protobuf-3.22.2.gem) = d516c13248500fb4e1af469c2d71e8b6ecffacb6f55e9be203f01b7d0ff01eff
+SIZE (rubygem/google-protobuf-3.22.2.gem) = 209920
diff --git a/devel/rubygem-google-protobuf/files/patch-hide-symbols b/devel/rubygem-google-protobuf/files/patch-hide-symbols
deleted file mode 100644
index 4e85cdbb04e7..000000000000
--- a/devel/rubygem-google-protobuf/files/patch-hide-symbols
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/google/protobuf_c/extconf.rb.orig	2022-10-28 07:09:57 UTC
-+++ ext/google/protobuf_c/extconf.rb
-@@ -6,7 +6,7 @@ ext_name = "google/protobuf_c"
- 
- dir_config(ext_name)
- 
--if RUBY_PLATFORM =~ /darwin/ || RUBY_PLATFORM =~ /linux/
-+if RUBY_PLATFORM =~ /darwin/ || RUBY_PLATFORM =~ /linux/ || RUBY_PLATFORM =~ /freebsd/
-   $CFLAGS += " -std=gnu99 -O3 -DNDEBUG -fvisibility=hidden -Wall -Wsign-compare -Wno-declaration-after-statement"
- else
-   $CFLAGS += " -std=gnu99 -O3 -DNDEBUG"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304121448.33CEmret019175>