Date: Wed, 26 Jun 2019 17:26:19 +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: r505161 - head/devel/avro Message-ID: <201906261726.x5QHQJKD077202@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Jun 26 17:26:18 2019 New Revision: 505161 URL: https://svnweb.freebsd.org/changeset/ports/505161 Log: Update to 1.9.0 - Update version requirement Changes: https://github.com/apache/avro/releases Modified: head/devel/avro/Makefile Modified: head/devel/avro/Makefile ============================================================================== --- head/devel/avro/Makefile Wed Jun 26 16:08:48 2019 (r505160) +++ head/devel/avro/Makefile Wed Jun 26 17:26:18 2019 (r505161) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= avro -PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTVERSION= 1.9.0 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org @@ -20,10 +19,12 @@ CPP_DESC= Install C++ library PYTHON_DESC= Install Python library RUBY_DESC= Install Ruby library +C_BUILD_DEPENDS= avro-c>=${PORTVERSION}:devel/avro-c C_LIB_DEPENDS= libavro.so:devel/avro-c +CPP_BUILD_DEPENDS= avro-cpp>=${PORTVERSION}:devel/avro-cpp CPP_LIB_DEPENDS= libavrocpp.so:devel/avro-cpp -PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}avro>=0:devel/py-avro@${PY_FLAVOR} +PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}avro>=${PORTVERSION}:devel/py-avro@${PY_FLAVOR} PYTHON_USES= python:env -RUBY_RUN_DEPENDS= rubygem-avro>=0:devel/rubygem-avro +RUBY_RUN_DEPENDS= rubygem-avro>=${PORTVERSION}:devel/rubygem-avro .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906261726.x5QHQJKD077202>