Date: Wed, 15 Jan 2025 20:27:01 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 53441dae2cd0 - main - editors/mined: chase UCD Message-ID: <202501152027.50FKR1F7054026@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=53441dae2cd0b2c49273ac7b6ab02df959032bc1 commit 53441dae2cd0b2c49273ac7b6ab02df959032bc1 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2025-01-15 20:21:59 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2025-01-15 20:26:27 +0000 editors/mined: chase UCD --- editors/mined/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/mined/Makefile b/editors/mined/Makefile index 573d8b38cb99..4ab361a1bc97 100644 --- a/editors/mined/Makefile +++ b/editors/mined/Makefile @@ -1,6 +1,6 @@ PORTNAME= mined PORTVERSION= 2022.27 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MAINTAINER= thierry@FreeBSD.org @@ -23,7 +23,7 @@ MAKE_ARGS= GMAKE="${MAKE_CMD}" CC="${CC}" OPT="${CFLAGS}" INSTALL_TARGET= localinstall MAKE_JOBS_UNSAFE= yes -UCD_VER= 15.1.0 +UCD_VER= 16.0.0 UCD_DISTDIR= ${DISTDIR}/unicode-UCD/${UCD_VER} OPTIONS_DEFINE= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501152027.50FKR1F7054026>