diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-03-23 17:56:40 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-04-13 00:56:37 +0000 |
commit | f1f1a8be887ee2c5d75bec33cb8f8a89454e606b (patch) | |
tree | dc99b2868a8f44a59e8f7115a742d322824603cd /graphics/darktable | |
parent | 163279e1385c42d7052e6475a118daabaabf3cb5 (diff) |
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 b8e4d0463c79..ce9c5799896f 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -1,6 +1,6 @@ PORTNAME= darktable PORTVERSION= 4.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ |