Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2021 22:56:20 +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: r567792 - in head/devel: . rubygem-google-protobuf314
Message-ID:  <202103072256.127MuKiQ076212@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  7 22:56:20 2021
New Revision: 567792
URL: https://svnweb.freebsd.org/changeset/ports/567792

Log:
  Add rubygem-google-protobuf314 3.14.0 (copied from rubygem-google-protobuf)
  
  - Add PORTSCOUT

Added:
  head/devel/rubygem-google-protobuf314/
     - copied from r555920, head/devel/rubygem-google-protobuf/
Modified:
  head/devel/Makefile
  head/devel/rubygem-google-protobuf314/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Mar  7 22:33:49 2021	(r567791)
+++ head/devel/Makefile	Sun Mar  7 22:56:20 2021	(r567792)
@@ -6183,6 +6183,7 @@
     SUBDIR += rubygem-google-apis-storage_v1
     SUBDIR += rubygem-google-gax
     SUBDIR += rubygem-google-protobuf
+    SUBDIR += rubygem-google-protobuf314
     SUBDIR += rubygem-google-protobuf38
     SUBDIR += rubygem-googleapis-common-protos
     SUBDIR += rubygem-googleapis-common-protos-types

Modified: head/devel/rubygem-google-protobuf314/Makefile
==============================================================================
--- head/devel/rubygem-google-protobuf/Makefile	Sat Nov 21 09:43:17 2020	(r555920)
+++ head/devel/rubygem-google-protobuf314/Makefile	Sun Mar  7 22:56:20 2021	(r567792)
@@ -5,6 +5,7 @@ PORTNAME=	google-protobuf
 PORTVERSION=	3.14.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	314
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Ruby extension to Google Protocol Buffers
@@ -15,5 +16,7 @@ USES=		gem shebangfix
 USE_RUBY=	yes
 
 SHEBANG_GLOB=	*.rb
+
+PORTSCOUT=	limit:^3\.14\.
 
 .include <bsd.port.mk>



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