1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

devel/rubygem-google-protobuf319: Remove obsoleted port

Use devel/rubygem-google-protobuf instead.
This commit is contained in:
Po-Chuan Hsieh 2022-12-30 16:39:11 +08:00
parent 46a9507081
commit 1fe5461f88
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
6 changed files with 1 additions and 44 deletions

1
MOVED
View File

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

View File

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

View File

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

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1664768128
SHA256 (rubygem/google-protobuf-3.19.6.gem) = 6612e04f573a9809a070828e737a61c10fde1459710189a09b6513d10ea370bb
SIZE (rubygem/google-protobuf-3.19.6.gem) = 152576

View File

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

View File

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