Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 06:38:25 GMT
From:      =?utf-8?Q?Jean-S=C3=A9bastien=20P=C3=A9dron?= <dumbbell@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e6f8f224bd66 - main - graphics/darktable: Remove empty PORTREVISION
Message-ID:  <202307210638.36L6cPaZ013671@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dumbbell:

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(-)

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/}/
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307210638.36L6cPaZ013671>