Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Sep 2023 15:01:30 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: 0377fb576e08 - main - editors/mined: chase =?utf-8?Q?UCD=E2=80=99s?= upgrade
Message-ID:  <202309161501.38GF1UDn076986@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=0377fb576e086bd0323ca8fd0bc3f3dfb536a78a

commit 0377fb576e086bd0323ca8fd0bc3f3dfb536a78a
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-09-16 15:00:11 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-09-16 15:01:27 +0000

    editors/mined: chase UCD’s upgrade
    
    Reported by:    olgeni
---
 editors/mined/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/editors/mined/Makefile b/editors/mined/Makefile
index 5b318f06e136..f5ef1ee4d766 100644
--- a/editors/mined/Makefile
+++ b/editors/mined/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	mined
 PORTVERSION=	2022.27
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	http://towo.net/mined/download/
 
@@ -20,7 +21,7 @@ MAKE_ARGS=	GMAKE="${MAKE_CMD}" CC="${CC}" OPT="${CFLAGS}"
 INSTALL_TARGET=	localinstall
 MAKE_JOBS_UNSAFE=	yes
 
-UCD_VER=	15.0.0
+UCD_VER=	15.1.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?202309161501.38GF1UDn076986>