svn commit: r445432 - head/net/rubygem-grpc
Torsten Zuehlsdorff
tz at FreeBSD.org
Mon Jul 10 12:08:25 UTC 2017
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 at 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
More information about the svn-ports-head
mailing list