Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2020 13:17:52 +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: r531687 - in head/devel: . rubygem-googleapis-common-protos-types104
Message-ID:  <202004141317.03EDHqKB066527@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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