From owner-svn-ports-head@freebsd.org Mon Jul 10 12:08:25 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFBA8DA674A; Mon, 10 Jul 2017 12:08:25 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D3881FBF; Mon, 10 Jul 2017 12:08:25 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6AC8O88069371; Mon, 10 Jul 2017 12:08:24 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6AC8Ox4069370; Mon, 10 Jul 2017 12:08:24 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201707101208.v6AC8Ox4069370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 10 Jul 2017 12:08:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445432 - head/net/rubygem-grpc X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/net/rubygem-grpc X-SVN-Commit-Revision: 445432 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2017 12:08:25 -0000 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