Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2018 19:20:18 +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: r469313 - head/net/rubygem-grpc
Message-ID:  <201805071920.w47JKI7T061865@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon May  7 19:20:18 2018
New Revision: 469313
URL: https://svnweb.freebsd.org/changeset/ports/469313

Log:
  Move *_DEPENDS together
  
  - Remove ca_root_nss from BUILD_DEPENDS
  - Use LIB_DEPENDS for devel/grpc
  - Remove libunwind from LIB_DEPENDS
  
  This port itself does not require libunwind.
  The dependency was brought by ruby which we do not have to mark it as direct dependency.
  
  Differential Revision:	https://reviews.freebsd.org/D15282
  Submitted by:	sunpoet (myself)
  Approved by:	mfechner (maintainer)

Modified:
  head/net/rubygem-grpc/Makefile

Modified: head/net/rubygem-grpc/Makefile
==============================================================================
--- head/net/rubygem-grpc/Makefile	Mon May  7 19:20:13 2018	(r469312)
+++ head/net/rubygem-grpc/Makefile	Mon May  7 19:20:18 2018	(r469313)
@@ -10,19 +10,14 @@ COMMENT=	Ruby implementation of gRPC
 
 LICENSE=	BSD3CLAUSE
 
+LIB_DEPENDS=	libcares.so:dns/c-ares \
+		libgrpc.so:devel/grpc
 RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss \
-		grpc>=0:devel/grpc \
 		rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \
 		rubygem-googleauth>=0.5.1:security/rubygem-googleauth \
 		rubygem-googleapis-common-protos-types>=1.0.0:devel/rubygem-googleapis-common-protos-types
 
-LIB_DEPENDS=	libcares.so:dns/c-ares \
-		libunwind.so:devel/libunwind
-
-BUILD_DEPENDS=	ca_root_nss>=0:security/ca_root_nss \
-		grpc>=0:devel/grpc
-
-MAKE_JOBS_UNSAFE=yes
+MAKE_JOBS_UNSAFE=	yes
 
 USES=		gem gmake pkgconfig
 USE_RUBY=	yes



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