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 /graphics/darktable | |
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 'graphics/darktable')
-rw-r--r-- | graphics/darktable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index a449866128fa..b8d47b96be96 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -1,6 +1,6 @@ PORTNAME= darktable PORTVERSION= 4.4.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ |