diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-03-17 21:23:31 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-04-07 00:39:10 +0000 |
commit | 268cee3b0227efd217869b43152e8936a05cb850 (patch) | |
tree | d423114ee3e4ebe982f48abea11319040ed245fd /graphics/darktable | |
parent | 6b6c2f9f597039083465d17cb34259e170db76b1 (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 4860e7bc0798..78368dbf27bb 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -2,7 +2,7 @@ PORTNAME= darktable PORTVERSION= 3.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ |