1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

databases/rubygem-red-parquet: Update to 13.0.0

- Add arrow and arrow-glib version check to BUILD_DEPENDS
- Add missing arrow to LIB_DEPENDS
- Update WWW and clean up pkg-descr

Changes:	https://arrow.apache.org/release/
This commit is contained in:
Po-Chuan Hsieh 2023-09-05 10:10:15 +08:00
parent d88f163d1f
commit 4670f3df08
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 11 additions and 10 deletions

View File

@ -1,18 +1,21 @@
PORTNAME= red-parquet
PORTVERSION= 8.0.0
PORTREVISION= 2
PORTVERSION= 13.0.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby bindings of Apache Parquet
WWW= https://arrow.apache.org/
WWW= https://arrow.apache.org/ \
https://github.com/apache/arrow/tree/master/ruby/red-parquet
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
LIB_DEPENDS= libarrow-glib.so:databases/arrow-glib
BUILD_DEPENDS= arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/arrow \
arrow-glib>=${PORTVERSION}<${PORTVERSION}_99:databases/arrow-glib \
rubygem-rake>=0:devel/rubygem-rake
LIB_DEPENDS= libarrow.so:databases/arrow \
libarrow-glib.so:databases/arrow-glib
RUN_DEPENDS= rubygem-red-arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-red-arrow
USES= gem

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1665073080
SHA256 (rubygem/red-parquet-8.0.0.gem) = 844f7874d92f27b93059dcbbfa5cf04a4e3807ef4923df61aaf2a3b4bda72f0e
SIZE (rubygem/red-parquet-8.0.0.gem) = 12288
TIMESTAMP = 1693793187
SHA256 (rubygem/red-parquet-13.0.0.gem) = 4b10cd0a0fac7aaa38de408df56f1fce57832866e6fb37e70f97ae7e129e3e70
SIZE (rubygem/red-parquet-13.0.0.gem) = 12800

View File

@ -8,5 +8,3 @@ GObject Introspection can generate language bindings automatically at runtime.
Red Parquet uses Apache Parquet GLib and gobject-introspection gem to generate
Ruby bindings of Apache Parquet.
See also: https://github.com/apache/arrow/tree/master/ruby/red-parquet