aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2026-06-10 13:40:41 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2026-06-10 19:18:33 +0000
commit28b9bc52b419391cb33966b42b79011f4098a808 (patch)
tree39ddf36361b19692dd4608bd43a0106704f96eb1
parent9807fa945deff3381459f99de0aa6456e79db4ee (diff)
audio/lilv: Update to 0.28.0
- Add tests and disable build tests by default ChangeLog: https://drobilla.net/2026/06/08/lilv-0-28-0.html
-rw-r--r--audio/lilv/Makefile10
-rw-r--r--audio/lilv/distinfo6
2 files changed, 11 insertions, 5 deletions
diff --git a/audio/lilv/Makefile b/audio/lilv/Makefile
index c92a4606acbe..d5e9b04a5365 100644
--- a/audio/lilv/Makefile
+++ b/audio/lilv/Makefile
@@ -1,5 +1,5 @@
PORTNAME= lilv
-DISTVERSION= 0.26.4
+DISTVERSION= 0.28.0
CATEGORIES= audio
MASTER_SITES= https://download.drobilla.net/
@@ -20,8 +20,14 @@ RUN_DEPENDS= lv2>=1.14.0:audio/lv2
USES= meson pkgconfig python:build tar:xz
USE_LDCONFIG= yes
-MESON_ARGS= -Ddocs=disabled
+MESON_ARGS= -Ddocs=disabled -Dtests=disabled
BINARY_ALIAS= python3=${PYTHON_CMD}
PLIST_SUB= VERSION=${PORTVERSION}
+do-test:
+ @cd ${WRKSRC} && \
+ ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtests=enabled && \
+ cd ${BUILD_WRKSRC} && \
+ ${DO_MAKE_BUILD} test
+
.include <bsd.port.mk>
diff --git a/audio/lilv/distinfo b/audio/lilv/distinfo
index 756bfde2aef7..71bad08ff498 100644
--- a/audio/lilv/distinfo
+++ b/audio/lilv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1770808677
-SHA256 (lilv-0.26.4.tar.xz) = 1c8b5fcb78718173e67d76e51ad423f5113a9ff68463f2566195ae46396089e3
-SIZE (lilv-0.26.4.tar.xz) = 116284
+TIMESTAMP = 1781095907
+SHA256 (lilv-0.28.0.tar.xz) = 8dcb70adb5cf072335115a6b091f4113710bdc73abaadaa3f9e9c1e55957b149
+SIZE (lilv-0.28.0.tar.xz) = 117868