svn commit: r531687 - in head/devel: . rubygem-googleapis-common-protos-types104

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 14 13:17:52 UTC 2020


Author: sunpoet
Date: Tue Apr 14 13:17:51 2020
New Revision: 531687
URL: https://svnweb.freebsd.org/changeset/ports/531687

Log:
  Add rubygem-googleapis-common-protos-types104 1.0.4 (copied from rubygem-googleapis-common-protos-types)
  
  - Add PORTSCOUT

Added:
  head/devel/rubygem-googleapis-common-protos-types104/
     - copied from r531376, head/devel/rubygem-googleapis-common-protos-types/
Modified:
  head/devel/Makefile
  head/devel/rubygem-googleapis-common-protos-types104/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Apr 14 13:17:51 2020	(r531686)
+++ head/devel/Makefile	Tue Apr 14 13:17:51 2020	(r531687)
@@ -6002,6 +6002,7 @@
     SUBDIR += rubygem-google-protobuf38
     SUBDIR += rubygem-googleapis-common-protos
     SUBDIR += rubygem-googleapis-common-protos-types
+    SUBDIR += rubygem-googleapis-common-protos-types104
     SUBDIR += rubygem-graf
     SUBDIR += rubygem-grape
     SUBDIR += rubygem-grape-entity

Modified: head/devel/rubygem-googleapis-common-protos-types104/Makefile
==============================================================================
--- head/devel/rubygem-googleapis-common-protos-types/Makefile	Fri Apr 10 22:24:05 2020	(r531376)
+++ head/devel/rubygem-googleapis-common-protos-types104/Makefile	Tue Apr 14 13:17:51 2020	(r531687)
@@ -4,17 +4,23 @@ PORTNAME=	googleapis-common-protos-types
 PORTVERSION=	1.0.4
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	104
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Common protocol buffer types used by Google APIs
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	rubygem-google-protobuf>=3.0<4:devel/rubygem-google-protobuf
+RUN_DEPENDS=	rubygem-google-protobuf38>=3.0<4:devel/rubygem-google-protobuf38
 
 USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
+
+# Workaround for gitaly/gitlab-ce dependency resolving of google-protobuf
+# googleapis-common-protos-types 1.0.5 requires google-protobuf ~> 3.11
+# while gitaly/gitlab-ce requires google-protobuf ~> 3.8.0
+PORTSCOUT=	ignore:1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list