summaryrefslogtreecommitdiff
path: root/databases/arrow-glib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/arrow-glib/Makefile')
-rw-r--r--databases/arrow-glib/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/databases/arrow-glib/Makefile b/databases/arrow-glib/Makefile
index 1a3e4722e657..f208065999e4 100644
--- a/databases/arrow-glib/Makefile
+++ b/databases/arrow-glib/Makefile
@@ -1,5 +1,5 @@
PORTNAME= arrow
-PORTVERSION= 15.0.2
+PORTVERSION= 17.0.0
CATEGORIES= databases
MASTER_SITES= APACHE/arrow/arrow-${PORTVERSION}/
PKGNAMESUFFIX= -glib
@@ -16,10 +16,17 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE.txt
BUILD_DEPENDS= arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/arrow
LIB_DEPENDS= libarrow.so:databases/arrow
-USES= compiler:c++17-lang gnome meson pkgconfig
+USES= compiler:c++17-lang gnome meson pkgconfig python:build
USE_GNOME= introspection
-MESON_ARGS= --default-library=both -Darrow_cpp_build_dir='' -Darrow_cpp_build_type='release' -Dgtk_doc=false
+BINARY_ALIAS= python3=${PYTHON_CMD}
+MESON_ARGS= --default-library=both \
+ -Darrow_cpp_build_dir='' \
+ -Darrow_cpp_build_type='release' \
+ -Ddoc=false \
+ -Dgtk_doc=false \
+ -Dsource_reference='main' \
+ -Dvapi=false
WRKSRC_SUBDIR= c_glib
PLIST_SUB= SHLIB_VER=${PORTVERSION:R:R}00.${PORTVERSION:E}.0