databases/rubygem-red-gandiva: 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:14 +08:00
parent eec8ef22ea
commit d88f163d1f
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-gandiva
PORTVERSION= 8.0.0
PORTREVISION= 2
PORTVERSION= 13.0.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby bindings of Gandiva
WWW= https://arrow.apache.org/
WWW= https://arrow.apache.org/ \
https://github.com/apache/arrow/tree/master/ruby/red-gandiva
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 = 1665073078
SHA256 (rubygem/red-gandiva-8.0.0.gem) = 27f0d23af26464fa3f4a8ed1d024e4ec88417f1b7bdae074ea08ac1e240c24a9
SIZE (rubygem/red-gandiva-8.0.0.gem) = 14336
TIMESTAMP = 1693793185
SHA256 (rubygem/red-gandiva-13.0.0.gem) = d014dd58b541e35f5921dabffe6a18fbbec464f3192832e7f9cbfb6ace2eccef
SIZE (rubygem/red-gandiva-13.0.0.gem) = 14336

View File

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