diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-08-03 12:51:50 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-08-03 12:51:50 +0000 |
commit | d01bcf480e96b9a083c250e062526d367b1bbcf3 (patch) | |
tree | 558996d48d0a59f8f6f6b2f169f585f3c6aaeb24 | |
parent | 95511f1b0cb095bf62a60b0d3986d7159234fb9d (diff) |
graphics/darktable: bump PORTREVISION after fixes
Especially d8e040b64325 contains pkg-plist fixes, so
we need to make sure to flush out the original 3.6.0 packages.
Note for those triggering builds manually, there could be
another PORTREVISION bump due to (im)pending OpenEXR updates
within the next few hours.
Aligned with: Jean-Sébastien Pédron (dumbbell@, maintainer)
-rw-r--r-- | graphics/darktable/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index aece69468581..207742726e78 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -2,6 +2,7 @@ PORTNAME= darktable PORTVERSION= 3.6.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ |