git: 1fe5461f88aa - main - devel/rubygem-google-protobuf319: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:08:10 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1fe5461f88aa6a5f95d7c8ad939288b8579614e0
commit 1fe5461f88aa6a5f95d7c8ad939288b8579614e0
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:39:11 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:04:04 +0000
devel/rubygem-google-protobuf319: Remove obsoleted port
Use devel/rubygem-google-protobuf instead.
---
MOVED | 1 +
devel/Makefile | 1 -
devel/rubygem-google-protobuf319/Makefile | 21 ---------------------
devel/rubygem-google-protobuf319/distinfo | 3 ---
.../files/patch-hide-symbols | 11 -----------
devel/rubygem-google-protobuf319/pkg-descr | 8 --------
6 files changed, 1 insertion(+), 44 deletions(-)
diff --git a/MOVED b/MOVED
index 4d78209548a1..1dfe2239b8c0 100644
--- a/MOVED
+++ b/MOVED
@@ -17712,3 +17712,4 @@ www/py-werkzeug21|www/py-werkzeug|2022-12-30|Remove obsoleted port. Use www/py-w
devel/rubygem-aws-sdk-core3131|devel/rubygem-aws-sdk-core|2022-12-30|Remove obsoleted port. Use devel/rubygem-aws-sdk-core instead
devel/rubygem-aws-sdk-core3159|devel/rubygem-aws-sdk-core|2022-12-30|Remove obsoleted port. Use devel/rubygem-aws-sdk-core instead
devel/rubygem-aws-sdk-s31114|devel/rubygem-aws-sdk-s3|2022-12-30|Remove obsoleted port. Use devel/rubygem-aws-sdk-s3 instead
+devel/rubygem-google-protobuf319|devel/rubygem-google-protobuf|2022-12-30|Remove obsoleted port. Use devel/rubygem-google-protobuf instead
diff --git a/devel/Makefile b/devel/Makefile
index 8ed024300616..f5172dad0c21 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6607,7 +6607,6 @@
SUBDIR += rubygem-google-gax
SUBDIR += rubygem-google-iam-v1
SUBDIR += rubygem-google-protobuf
- SUBDIR += rubygem-google-protobuf319
SUBDIR += rubygem-googleapis-common-protos
SUBDIR += rubygem-googleapis-common-protos-types
SUBDIR += rubygem-graf
diff --git a/devel/rubygem-google-protobuf319/Makefile b/devel/rubygem-google-protobuf319/Makefile
deleted file mode 100644
index c947f890e510..000000000000
--- a/devel/rubygem-google-protobuf319/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-PORTNAME= google-protobuf
-PORTVERSION= 3.19.6
-PORTREVISION= 1
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 319
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Ruby extension to Google Protocol Buffers
-WWW= https://developers.google.com/protocol-buffers/
-
-LICENSE= BSD3CLAUSE
-
-USES= gem shebangfix
-USE_RUBY= yes
-
-PORTSCOUT= limit:^3\.19\.
-
-SHEBANG_GLOB= *.rb
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-google-protobuf319/distinfo b/devel/rubygem-google-protobuf319/distinfo
deleted file mode 100644
index b674459461f1..000000000000
--- a/devel/rubygem-google-protobuf319/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1664768128
-SHA256 (rubygem/google-protobuf-3.19.6.gem) = 6612e04f573a9809a070828e737a61c10fde1459710189a09b6513d10ea370bb
-SIZE (rubygem/google-protobuf-3.19.6.gem) = 152576
diff --git a/devel/rubygem-google-protobuf319/files/patch-hide-symbols b/devel/rubygem-google-protobuf319/files/patch-hide-symbols
deleted file mode 100644
index aa8b00f64150..000000000000
--- a/devel/rubygem-google-protobuf319/files/patch-hide-symbols
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/google/protobuf_c/extconf.rb.orig 2022-10-28 07:07:50 UTC
-+++ ext/google/protobuf_c/extconf.rb
-@@ -2,7 +2,7 @@
-
- require 'mkmf'
-
--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"
diff --git a/devel/rubygem-google-protobuf319/pkg-descr b/devel/rubygem-google-protobuf319/pkg-descr
deleted file mode 100644
index a107eee88d8e..000000000000
--- a/devel/rubygem-google-protobuf319/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-rubygem-google-protobuf is a Ruby extension that implements Protocol Buffers
-functionality. It makes use of generated Ruby code that defines message and enum
-types in a Ruby DSL. You may write definitions in this DSL directly, but we
-recommend using protoc's Ruby generation support with .proto files. The build
-process in this directory only installs the extension; you need to install
-protoc as well to have Ruby code generation functionality.
-
-See also: https://github.com/google/protobuf/tree/master/ruby