Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2023 00:53:29 +0800
From:      Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Matthias Fechner <mfechner@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org,  dev-commits-ports-main@freebsd.org
Subject:   Re: git: 775dc097cf9d - main - devel/rubygem-google-protobuf: udpate to 3.22.2
Message-ID:  <CAMHz58Q_CycytHYwjcG2-jCOAQkMbT9HMS_jh_Tig-okYqpdTQ@mail.gmail.com>
In-Reply-To: <202304121448.33CEmret019175@gitrepo.freebsd.org>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
On Wed, Apr 12, 2023 at 10:49 PM Matthias Fechner <mfechner@freebsd.org>
wrote:

> 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.
>

Once again.
Please stop committing changes to my (and others') ports without maintainer
approval.
It is not the first time and I've reminded you many times.


>
>     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"
>

[-- Attachment #2 --]
<div dir="ltr"><div dir="ltr">On Wed, Apr 12, 2023 at 10:49 PM Matthias Fechner &lt;<a href="mailto:mfechner@freebsd.org">mfechner@freebsd.org</a>&gt; wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The branch main has been updated by mfechner:<br>
<br>
URL: <a href="https://cgit.FreeBSD.org/ports/commit/?id=775dc097cf9dd438db928981e8fa3584abd6c888" rel="noreferrer" target="_blank">https://cgit.FreeBSD.org/ports/commit/?id=775dc097cf9dd438db928981e8fa3584abd6c888</a><br>;
<br>
commit 775dc097cf9dd438db928981e8fa3584abd6c888<br>
Author:     Matthias Fechner &lt;mfechner@FreeBSD.org&gt;<br>
AuthorDate: 2023-04-10 10:34:48 +0000<br>
Commit:     Matthias Fechner &lt;mfechner@FreeBSD.org&gt;<br>
CommitDate: 2023-04-12 14:31:53 +0000<br>
<br>
    devel/rubygem-google-protobuf: udpate to 3.22.2<br>
<br>
    Required for gitlab-ce 15.10.<br></blockquote><div><br></div><div>Once again.</div><div>Please stop committing changes to my (and others&#39;) ports without maintainer approval.</div><div>It is not the first time and I&#39;ve reminded you many times.</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
    Changelog:<br>
    <a href="https://github.com/protocolbuffers/protobuf/commits/v3.22.2/ruby" rel="noreferrer" target="_blank">https://github.com/protocolbuffers/protobuf/commits/v3.22.2/ruby</a><br>;
---<br>
 devel/rubygem-google-protobuf/Makefile                 |  2 +-<br>
 devel/rubygem-google-protobuf/distinfo                 |  6 +++---<br>
 devel/rubygem-google-protobuf/files/patch-hide-symbols | 11 -----------<br>
 3 files changed, 4 insertions(+), 15 deletions(-)<br>
<br>
diff --git a/devel/rubygem-google-protobuf/Makefile b/devel/rubygem-google-protobuf/Makefile<br>
index 5da3c8b07b60..02f851188f74 100644<br>
--- a/devel/rubygem-google-protobuf/Makefile<br>
+++ b/devel/rubygem-google-protobuf/Makefile<br>
@@ -1,5 +1,5 @@<br>
 PORTNAME=      google-protobuf<br>
-PORTVERSION=   3.21.12<br>
+PORTVERSION=   3.22.2<br>
 CATEGORIES=    devel rubygems<br>
 MASTER_SITES=  RG<br>
<br>
diff --git a/devel/rubygem-google-protobuf/distinfo b/devel/rubygem-google-protobuf/distinfo<br>
index 18ab8ec5ed73..a8ab580bf170 100644<br>
--- a/devel/rubygem-google-protobuf/distinfo<br>
+++ b/devel/rubygem-google-protobuf/distinfo<br>
@@ -1,3 +1,3 @@<br>
-TIMESTAMP = 1674590410<br>
-SHA256 (rubygem/google-protobuf-3.21.12.gem) = 4b09bb7e3168cda689efebcd3373304e124b14aabf776fbf1f0a7615259c8fb5<br>
-SIZE (rubygem/google-protobuf-3.21.12.gem) = 188416<br>
+TIMESTAMP = 1681107853<br>
+SHA256 (rubygem/google-protobuf-3.22.2.gem) = d516c13248500fb4e1af469c2d71e8b6ecffacb6f55e9be203f01b7d0ff01eff<br>
+SIZE (rubygem/google-protobuf-3.22.2.gem) = 209920<br>
diff --git a/devel/rubygem-google-protobuf/files/patch-hide-symbols b/devel/rubygem-google-protobuf/files/patch-hide-symbols<br>
deleted file mode 100644<br>
index 4e85cdbb04e7..000000000000<br>
--- a/devel/rubygem-google-protobuf/files/patch-hide-symbols<br>
+++ /dev/null<br>
@@ -1,11 +0,0 @@<br>
---- ext/google/protobuf_c/extconf.rb.orig      2022-10-28 07:09:57 UTC<br>
-+++ ext/google/protobuf_c/extconf.rb<br>
-@@ -6,7 +6,7 @@ ext_name = &quot;google/protobuf_c&quot;<br>
- <br>
- dir_config(ext_name)<br>
- <br>
--if RUBY_PLATFORM =~ /darwin/ || RUBY_PLATFORM =~ /linux/<br>
-+if RUBY_PLATFORM =~ /darwin/ || RUBY_PLATFORM =~ /linux/ || RUBY_PLATFORM =~ /freebsd/<br>
-   $CFLAGS += &quot; -std=gnu99 -O3 -DNDEBUG -fvisibility=hidden -Wall -Wsign-compare -Wno-declaration-after-statement&quot;<br>
- else<br>
-   $CFLAGS += &quot; -std=gnu99 -O3 -DNDEBUG&quot;<br>
</blockquote></div></div>
home | help

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