Date: Mon, 1 Nov 2021 13:45:46 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3753a1048e43 - main - devel/avro-cpp: Update to 1.11.0 Message-ID: <202111011345.1A1DjkGq049175@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3753a1048e43d531890d5bcaaa2eb3c5f3760a0e commit 3753a1048e43d531890d5bcaaa2eb3c5f3760a0e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-01 13:24:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-01 13:41:29 +0000 devel/avro-cpp: Update to 1.11.0 - Update MASTER_SITES: change to upstream release tarball Changes: https://github.com/apache/avro/releases --- devel/avro-cpp/Makefile | 9 +++------ devel/avro-cpp/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/devel/avro-cpp/Makefile b/devel/avro-cpp/Makefile index b69945409c24..66265d900e7a 100644 --- a/devel/avro-cpp/Makefile +++ b/devel/avro-cpp/Makefile @@ -1,10 +1,11 @@ # Created by: Veniamin Gvozdikov <vg@FreeBSD.org> PORTNAME= avro -PORTVERSION= 1.10.2 -DISTVERSIONPREFIX= release- +PORTVERSION= 1.11.0 CATEGORIES= devel +MASTER_SITES= APACHE/avro/stable/cpp PKGNAMESUFFIX= -cpp +DISTNAME= avro-cpp-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= C++ library for Apache Avro @@ -19,15 +20,11 @@ USES= cmake compiler:c++11-lang cpe USE_CXXSTD= c++11 USE_LDCONFIG= yes -WRKSRC_SUBDIR= lang/c++ PLIST_SUB= PORTVERSION=${PORTVERSION} CPE_VENDOR= apache -GH_ACCOUNT= apache -USE_GITHUB= yes - post-install: ${LN} -s libavrocpp.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libavrocpp.so.1 diff --git a/devel/avro-cpp/distinfo b/devel/avro-cpp/distinfo index 9465d2af5a44..ea213c4550be 100644 --- a/devel/avro-cpp/distinfo +++ b/devel/avro-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618319998 -SHA256 (apache-avro-release-1.10.2_GH0.tar.gz) = c849ef7f7af58ce66e7b999b8d9815507d69ae434e7e058a44f7818515455a03 -SIZE (apache-avro-release-1.10.2_GH0.tar.gz) = 1934455 +TIMESTAMP = 1635730913 +SHA256 (avro-cpp-1.11.0.tar.gz) = ef70ca8a1cfeed7017dcb2c0ed591374deab161b86be6ca4b312bc24cada9c56 +SIZE (avro-cpp-1.11.0.tar.gz) = 169247
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011345.1A1DjkGq049175>