Created attachment 243511 [details] graphics/darktable: remove empty PORTREVISION graphics/darktable fails to build with: /!\ darktable-4.4.1: Makefile errors /!\ PORTREVISION needs to be an integer >= 0 *** Error code 1 Stop. make[1]: stopped in /usr/ports/graphics/darktable *** Error code 1 Stop. make: stopped in /usr/ports/graphics/darktable The reason is the empty PORTREVISION statement introduced in commit 229b2f86274a443876fdb8a9497109a18a459d66. The attached patch fixes this.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e6f8f224bd66d86dfff77c92160d024e52a5747c commit e6f8f224bd66d86dfff77c92160d024e52a5747c Author: Jean-Sébastien Pédron <dumbbell@FreeBSD.org> AuthorDate: 2023-07-21 06:33:04 +0000 Commit: Jean-Sébastien Pédron <dumbbell@FreeBSD.org> CommitDate: 2023-07-21 06:33:04 +0000 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> graphics/darktable/Makefile | 1 - 1 file changed, 1 deletion(-)
Thank you! Patch committed :)