Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 2021 22:37:14 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0ba766789e08 - main - astro/celestia: Fix CONFLICTS
Message-ID:  <202111252237.1APMbEZH036947@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=0ba766789e08b6c43d95dd23af1476fe7648fa94

commit 0ba766789e08b6c43d95dd23af1476fe7648fa94
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-11-25 22:26:24 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-11-25 22:36:59 +0000

    astro/celestia: Fix CONFLICTS
    
    Remove redundant -[0-9]* from the end of the CONFLICTS pattern.
    
    Approved by:    portmgr (blanket)
---
 astro/celestia/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile
index e62cec3d3c48..1032e58c7ca8 100644
--- a/astro/celestia/Makefile
+++ b/astro/celestia/Makefile
@@ -28,7 +28,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib -pthread
 
 UI_LIST=	glut gtk gnome
 CELESTIA_UI?=	glut
-CONFLICTS=	${UI_LIST:S|${CELESTIA_UI}||:S|^|celestia-|:S|$|-[0-9]*|}
+CONFLICTS=	${UI_LIST:S|${CELESTIA_UI}||:S|^|celestia-|}
 
 # Celestia provides different UI frontends; you should pick one that suits
 # you best by setting CELESTIA_UI variable.  Possible values are:



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