Skip to content

Commit

Permalink
databases/rubygem-red-arrow: Update to 13.0.0
Browse files Browse the repository at this point in the history
- 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/
  • Loading branch information
sunpoet committed Sep 5, 2023
1 parent dffdaab commit 1f6a7ea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
15 changes: 9 additions & 6 deletions databases/rubygem-red-arrow/Makefile
@@ -1,19 +1,22 @@
PORTNAME= red-arrow
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 Arrow
WWW= https://arrow.apache.org/
WWW= https://arrow.apache.org/ \
https://github.com/apache/arrow/tree/main/ruby/red-arrow

LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

LIB_DEPENDS= libarrow-glib.so:databases/arrow-glib
RUN_DEPENDS= rubygem-bigdecimal>=2.0.3:math/rubygem-bigdecimal \
rubygem-extpp>=0.0.7:devel/rubygem-extpp \
BUILD_DEPENDS= arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/arrow \
arrow-glib>=${PORTVERSION}<${PORTVERSION}_99:databases/arrow-glib
LIB_DEPENDS= libarrow.so:databases/arrow \
libarrow-glib.so:databases/arrow-glib
RUN_DEPENDS= rubygem-bigdecimal>=3.1.0:math/rubygem-bigdecimal \
rubygem-extpp>=0.1.1:devel/rubygem-extpp \
rubygem-gio2>=3.5.0:devel/rubygem-gio2 \
rubygem-native-package-installer>=0:devel/rubygem-native-package-installer \
rubygem-pkg-config>=0:devel/rubygem-pkg-config \
Expand Down
6 changes: 3 additions & 3 deletions databases/rubygem-red-arrow/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1665073074
SHA256 (rubygem/red-arrow-8.0.0.gem) = 57b460b3a1672cf2b255a86195e817aa196dc7e701d104ab30ca95bb13323d89
SIZE (rubygem/red-arrow-8.0.0.gem) = 97792
TIMESTAMP = 1693793181
SHA256 (rubygem/red-arrow-13.0.0.gem) = cdcdc996cac39aa5828f74fc72f85c6f43c672c30b2221a4f151e2ca430b593e
SIZE (rubygem/red-arrow-13.0.0.gem) = 110592
2 changes: 0 additions & 2 deletions databases/rubygem-red-arrow/pkg-descr
Expand Up @@ -9,5 +9,3 @@ GObject Introspection can generate language bindings automatically at runtime.

Red Arrow uses Apache Arrow GLib and gobject-introspection gem to generate Ruby
bindings of Apache Arrow.

See also: https://github.com/apache/arrow/tree/master/ruby/red-arrow

0 comments on commit 1f6a7ea

Please sign in to comment.