Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2017 12:08:24 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445432 - head/net/rubygem-grpc
Message-ID:  <201707101208.v6AC8Ox4069370@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Mon Jul 10 12:08:24 2017
New Revision: 445432
URL: https://svnweb.freebsd.org/changeset/ports/445432

Log:
  net/rubygem-grpc: Add missing BUILD_DEPENDS
  
  Add needed build dependencies.
  
  This wasn't spotted before since poudriere pulls
  in all RUN_DEPENDS before building, but portmaster didn't.
  
  PR:           220567
  Submitted by: hakan@siktas.com
  MFH:          2017Q3

Modified:
  head/net/rubygem-grpc/Makefile

Modified: head/net/rubygem-grpc/Makefile
==============================================================================
--- head/net/rubygem-grpc/Makefile	Mon Jul 10 12:03:06 2017	(r445431)
+++ head/net/rubygem-grpc/Makefile	Mon Jul 10 12:08:24 2017	(r445432)
@@ -2,6 +2,7 @@
 
 PORTNAME=	grpc
 PORTVERSION=	1.4.0
+PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -14,7 +15,11 @@ RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss \
 		grpc>=0:devel/grpc \
 		rubygem-google-protobuf>=3.0:devel/rubygem-google-protobuf \
 		rubygem-googleauth>=0.5.1:security/rubygem-googleauth
+
 LIB_DEPENDS=	libcares.so:dns/c-ares
+
+BUILD_DEPENDS=	ca_root_nss>=0:security/ca_root_nss \
+		grpc>=0:devel/grpc
 
 MAKE_JOBS_UNSAFE=yes
 



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