diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-10-05 20:43:38 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-11-17 11:46:00 +0000 |
commit | e55b80195e2af4bd63088de216ccd3e23be81c1f (patch) | |
tree | 2940e8bbfa7b746e0ca39510d33120efd8d69e5e /textproc/nuspell | |
parent | 154f38af44602c60b6dde820eaa98a77508f9502 (diff) | |
download | ports-e55b80195e2af4bd63088de216ccd3e23be81c1f.tar.gz ports-e55b80195e2af4bd63088de216ccd3e23be81c1f.zip |
devel/icu: update to 74.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by: GitHub (watch releases)
PR: 274317
Exp-run by: antoine (incomplete)
Approved by: fluffy
Diffstat (limited to 'textproc/nuspell')
-rw-r--r-- | textproc/nuspell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/nuspell/Makefile b/textproc/nuspell/Makefile index b039e44682b0..198f43b5b7f1 100644 --- a/textproc/nuspell/Makefile +++ b/textproc/nuspell/Makefile @@ -1,6 +1,7 @@ PORTNAME= nuspell DISTVERSIONPREFIX= v DISTVERSION= 5.1.4 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= jbeich@FreeBSD.org |