svn commit: r567792 - in head/devel: . rubygem-google-protobuf314

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 7 22:56:21 UTC 2021


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


More information about the svn-ports-head mailing list