git: f577452f548c - main - devel/avro: Update to 1.11.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jul 2023 21:37:51 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f577452f548c22532026281283c2ec77bc05902b commit f577452f548c22532026281283c2ec77bc05902b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-09 21:23:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-09 21:34:22 +0000 devel/avro: Update to 1.11.2 - Update version requirement of RUN_DEPENDS Changes: https://github.com/apache/avro/releases --- devel/avro/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/avro/Makefile b/devel/avro/Makefile index 207ed7feb892..1cf2f56f869d 100644 --- a/devel/avro/Makefile +++ b/devel/avro/Makefile @@ -1,6 +1,5 @@ PORTNAME= avro -PORTVERSION= 1.11.1 -PORTREVISION= 1 +PORTVERSION= 1.11.2 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org @@ -19,13 +18,13 @@ PERL_DESC= Install Perl library PYTHON_DESC= Install Python library RUBY_DESC= Install Ruby library -C_BUILD_DEPENDS= avro-c>=${PORTVERSION}:devel/avro-c +C_BUILD_DEPENDS= avro-c>=${PORTVERSION}<${PORTVERSION}_99:devel/avro-c C_LIB_DEPENDS= libavro.so:devel/avro-c -CPP_BUILD_DEPENDS= avro-cpp>=${PORTVERSION}:devel/avro-cpp +CPP_BUILD_DEPENDS= avro-cpp>=${PORTVERSION}<${PORTVERSION}_99:devel/avro-cpp CPP_LIB_DEPENDS= libavrocpp.so:devel/avro-cpp -PERL_RUN_DEPENDS= p5-Avro>=${PORTVERSION}:devel/p5-Avro -PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}avro>=${PORTVERSION}:devel/py-avro@${PY_FLAVOR} +PERL_RUN_DEPENDS= p5-Avro>=${PORTVERSION}<${PORTVERSION}_99:devel/p5-Avro +PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}avro>=${PORTVERSION}<${PORTVERSION}_99:devel/py-avro@${PY_FLAVOR} PYTHON_USES= python:env -RUBY_RUN_DEPENDS= rubygem-avro>=${PORTVERSION}:devel/rubygem-avro +RUBY_RUN_DEPENDS= rubygem-avro>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-avro .include <bsd.port.mk>