diff options
author | Älven <alster@vinterdalen.se> | 2024-10-25 18:04:30 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-10-25 18:07:23 +0000 |
commit | 8d811420bb24cb5aa738dbaa834c3645ff9c8852 (patch) | |
tree | b384c6f53236823703668d0446b6a7ee6b1552bf /converters/fribidi/Makefile | |
parent | a247eb9392542aeb11dc6d13778b59bb4bce2d19 (diff) |
converters/fribidi: Update to 1.0.16
PR: 282207
Diffstat (limited to 'converters/fribidi/Makefile')
-rw-r--r-- | converters/fribidi/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile index 4939db43efb5..847c682e5be2 100644 --- a/converters/fribidi/Makefile +++ b/converters/fribidi/Makefile @@ -1,11 +1,8 @@ PORTNAME= fribidi -DISTVERSION= 1.0.15 +DISTVERSION= 1.0.16 CATEGORIES= converters MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ -PATCH_SITES= https://github.com/fribidi/fribidi/commit/ -PATCHFILES= 3826589ea556da613bd42742a169789469e8b635.patch:-p1 - MAINTAINER= desktop@FreeBSD.org COMMENT= Free Implementation of the Unicode Bidirectional Algorithm WWW= https://fribidi.org/ @@ -15,9 +12,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe meson python:test shebangfix tar:xz CPE_VENDOR= gnu -SHEBANG_FILES= test/test-runner.py USE_LDCONFIG= yes +SHEBANG_FILES= test/test-runner.py + TEST_TARGET= test OPTIONS_DEFINE= OPTIMIZED_CFLAGS TEST |