git: dd82b2bb6e00 - main - devel/libthai: Bump PORTREVISION to force package rebuild
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Feb 2024 14:34:20 UTC
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd82b2bb6e00cd3169d5df9cebbb83ce33fa7ca0 commit dd82b2bb6e00cd3169d5df9cebbb83ce33fa7ca0 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2024-02-12 14:31:45 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2024-02-12 14:31:45 +0000 devel/libthai: Bump PORTREVISION to force package rebuild Because of libdatrie changes, libthai also needs to be rebuilt, otherwise libthai does not get updated and, for example, xfce4 can not start with the error: /usr/local/lib/libdatrie.so.1: version DATRIE_0.2 required by /usr/local/lib/libthai.so.0 not defined And also assume MAINTAINER --- devel/libthai/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/libthai/Makefile b/devel/libthai/Makefile index 1c14c8956be2..4b45db0dc1ca 100644 --- a/devel/libthai/Makefile +++ b/devel/libthai/Makefile @@ -1,10 +1,11 @@ PORTNAME= libthai DISTVERSION= 0.1.29 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/tlwg/${PORTNAME}/releases/download/v${DISTVERSION}/ \ https://linux.thai.net/pub/thailinux/software/libthai/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= otis@FreeBSD.org COMMENT= Thai language support library WWW= https://linux.thai.net/projects/libthai/