Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2020 18:32:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535627 - head/devel/rubygem-google-protobuf
Message-ID:  <202005171832.04HIW46g006427@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 17 18:32:03 2020
New Revision: 535627
URL: https://svnweb.freebsd.org/changeset/ports/535627

Log:
  Update to 3.12.0
  
  Changes:	https://github.com/protocolbuffers/protobuf/releases

Modified:
  head/devel/rubygem-google-protobuf/Makefile
  head/devel/rubygem-google-protobuf/distinfo

Modified: head/devel/rubygem-google-protobuf/Makefile
==============================================================================
--- head/devel/rubygem-google-protobuf/Makefile	Sun May 17 18:31:58 2020	(r535626)
+++ head/devel/rubygem-google-protobuf/Makefile	Sun May 17 18:32:03 2020	(r535627)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-protobuf
-PORTVERSION=	3.11.4
+PORTVERSION=	3.12.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +11,9 @@ COMMENT=	Ruby extension to Google Protocol Buffers
 
 LICENSE=	BSD3CLAUSE
 
-USES=		gem
+USES=		gem shebangfix
 USE_RUBY=	yes
+
+SHEBANG_GLOB=	*.rb
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-google-protobuf/distinfo
==============================================================================
--- head/devel/rubygem-google-protobuf/distinfo	Sun May 17 18:31:58 2020	(r535626)
+++ head/devel/rubygem-google-protobuf/distinfo	Sun May 17 18:32:03 2020	(r535627)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1581775783
-SHA256 (rubygem/google-protobuf-3.11.4.gem) = 79a1a67809b8f66785ab80696796eb2a6b467187a3958c0d4aca314cd4dc9deb
-SIZE (rubygem/google-protobuf-3.11.4.gem) = 208896
+TIMESTAMP = 1589631168
+SHA256 (rubygem/google-protobuf-3.12.0.gem) = f8606566ce634beb283e4ef18428a07affea87fe189c8ab5a6d8f91aca6faa9b
+SIZE (rubygem/google-protobuf-3.12.0.gem) = 211968



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