Deleted port devel/rubygem-google-protobuf351 as it got obsolete by gitlab-ce 11.5 upgrade.

Please use devel/rubygem-google-protobuf as a replacement.

Approved by:	mentors (implicit)
This commit is contained in:
Matthias Fechner 2018-11-23 17:08:39 +00:00
parent 47fdc39989
commit b96a706d0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485691
5 changed files with 1 additions and 32 deletions

1
MOVED
View file

@ -10637,3 +10637,4 @@ editors/coedit|editors/dexed|2018-11-19|Project was renamed
net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery||2018-11-20|Has expired: No longer needed
net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery||2018-11-20|Removed, no longer needed
textproc/rubygem-github-linguist53|textproc/rubygem-github-linguist|2018-11-23|Obsolete by www/gitlab-ce 11.5.x upgrade, please use textproc/rubygem-github-linguist
devel/rubygem-google-protobuf351|devel/rubygem-google-protobuf|2018-11-23|Obsolete by www/gitlab-ce 11.5.x upgrade, please use devel/rubygem-google-protobuf

View file

@ -5717,7 +5717,6 @@
SUBDIR += rubygem-gobject-introspection
SUBDIR += rubygem-google-api-client
SUBDIR += rubygem-google-protobuf
SUBDIR += rubygem-google-protobuf351
SUBDIR += rubygem-googleapis-common-protos
SUBDIR += rubygem-googleapis-common-protos-types
SUBDIR += rubygem-graf

View file

@ -1,19 +0,0 @@
# $FreeBSD$
PORTNAME= google-protobuf
PORTVERSION= 3.5.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 351
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Ruby extension to Google Protocol Buffers
LICENSE= BSD3CLAUSE
PORTSCOUT= limit:^3\.5\.1
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View file

@ -1,3 +0,0 @@
TIMESTAMP = 1515088389
SHA256 (rubygem/google-protobuf-3.5.1.gem) = 11a3442d823bf9b2a83cee74e5ada8b1c4e4ced6592b6b96e678e6c653931169
SIZE (rubygem/google-protobuf-3.5.1.gem) = 239616

View file

@ -1,9 +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.
WWW: https://developers.google.com/protocol-buffers/
WWW: https://github.com/google/protobuf/tree/master/ruby