diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-04-06 21:01:45 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-04-06 22:15:15 +0000 |
commit | 7d367d2645136e4fd228bd183376bb5b1eb495ab (patch) | |
tree | fc4b4cf041cefb19dde8967358dca7d7fb7d4c86 /graphics/darktable | |
parent | 01fecbcf810d82cc82064bf5440238a4b621f2df (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 e21777ab82ba..4860e7bc0798 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -2,7 +2,7 @@ PORTNAME= darktable PORTVERSION= 3.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ |