diff options
author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2023-07-21 06:33:04 +0000 |
---|---|---|
committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2023-07-21 06:33:04 +0000 |
commit | e6f8f224bd66d86dfff77c92160d024e52a5747c (patch) | |
tree | 125a8dbe1fb5c25e44c0f855cb7f93fd0eeae191 | |
parent | 76b1f5efe47f8a36f1a73fbd7aaff5a281b3adb8 (diff) | |
download | ports-e6f8f224bd66d86dfff77c92160d024e52a5747c.tar.gz ports-e6f8f224bd66d86dfff77c92160d024e52a5747c.zip |
graphics/darktable: Remove empty PORTREVISION
The port failed to build with the following error:
graphics/darktable fails to build with:
/!\ darktable-4.4.1: Makefile errors /!\
PORTREVISION needs to be an integer >= 0
PR: 272628
Reported by: Philipp Ost <bsd@philippost.de>
Submitted by: Philipp Ost <bsd@philippost.de>
-rw-r--r-- | graphics/darktable/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 2ed7e5048ac8..65f425c3f2e4 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -1,6 +1,5 @@ PORTNAME= darktable PORTVERSION= 4.4.1 -PORTREVISION= CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ |