Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2017 08:43:26 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r445478 - branches/2017Q3/net/rubygem-grpc
Message-ID:  <201707110843.v6B8hQYt077634@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Tue Jul 11 08:43:26 2017
New Revision: 445478
URL: https://svnweb.freebsd.org/changeset/ports/445478

Log:
  MFH: r445432
  
  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
  
  Approved by:  ports-secteam (junovitch)

Modified:
  branches/2017Q3/net/rubygem-grpc/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/net/rubygem-grpc/Makefile
==============================================================================
--- branches/2017Q3/net/rubygem-grpc/Makefile	Tue Jul 11 08:41:37 2017	(r445477)
+++ branches/2017Q3/net/rubygem-grpc/Makefile	Tue Jul 11 08:43:26 2017	(r445478)
@@ -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?201707110843.v6B8hQYt077634>