git: 6ac68720cfbb - main - devel/avro: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Jul 2024 16:48:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ac68720cfbbf5e21bcbaf1b5c952eb2e39c88ba commit 6ac68720cfbbf5e21bcbaf1b5c952eb2e39c88ba Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-18 16:44:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-18 16:44:53 +0000 devel/avro: Update WWW and clean up pkg-descr --- devel/avro/Makefile | 3 ++- devel/avro/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/avro/Makefile b/devel/avro/Makefile index 8dbe746aae1e..70cb10f554da 100644 --- a/devel/avro/Makefile +++ b/devel/avro/Makefile @@ -4,7 +4,8 @@ CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= Data serialization system -WWW= https://avro.apache.org/ +WWW= https://avro.apache.org/ \ + https://github.com/apache/avro LICENSE= APACHE20 diff --git a/devel/avro/pkg-descr b/devel/avro/pkg-descr index 238726afedde..7c9f5c883017 100644 --- a/devel/avro/pkg-descr +++ b/devel/avro/pkg-descr @@ -7,5 +7,3 @@ Apache Avro is a data serialization system which provides: read or write data files nor to use or implement RPC protocols. Code generation as an optional optimization, only worth implementing for statically typed languages. - -See also: https://github.com/apache/avro