Date: Sat, 18 May 2019 09:43:13 +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: r501926 - head/devel/avro Message-ID: <201905180943.x4I9hDTV087057@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat May 18 09:43:12 2019 New Revision: 501926 URL: https://svnweb.freebsd.org/changeset/ports/501926 Log: Add RUBY option - Bump PORTREVISION for dependency change Modified: head/devel/avro/Makefile Modified: head/devel/avro/Makefile ============================================================================== --- head/devel/avro/Makefile Sat May 18 09:42:48 2019 (r501925) +++ head/devel/avro/Makefile Sat May 18 09:43:12 2019 (r501926) @@ -3,6 +3,7 @@ PORTNAME= avro PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org @@ -12,15 +13,17 @@ LICENSE= APACHE20 USES= metaport -OPTIONS_DEFINE= C CPP PYTHON -OPTIONS_DEFAULT=C CPP PYTHON +OPTIONS_DEFINE= C CPP PYTHON RUBY +OPTIONS_DEFAULT=C CPP PYTHON RUBY C_DESC= Install C library CPP_DESC= Install C++ library PYTHON_DESC= Install Python library +RUBY_DESC= Install Ruby library C_LIB_DEPENDS= libavro.so:devel/avro-c CPP_LIB_DEPENDS= libavrocpp.so:devel/avro-cpp PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}avro>=0:devel/py-avro@${PY_FLAVOR} PYTHON_USES= python:env +RUBY_RUN_DEPENDS= rubygem-avro>=0:devel/rubygem-avro .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905180943.x4I9hDTV087057>