git: e86d0498b93c - main - www/dooble: default flavor to qt6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Jul 2023 17:13:34 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e86d0498b93ce2ddcedf7b95e08a3d024dd2b1cf
commit e86d0498b93ce2ddcedf7b95e08a3d024dd2b1cf
Author: Eric Camachat <eric@camachat.org>
AuthorDate: 2023-07-28 06:58:29 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-07-29 17:09:34 +0000
www/dooble: default flavor to qt6
Bump PORTREVISION. This flavor seems to have more requirements in terms of GL contexts
that Qt5.
PR: 272756
Reported by: eric@camachat.org (maintainer)
---
www/dooble/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/www/dooble/Makefile b/www/dooble/Makefile
index 81154987aacf..bae8f45a4cdf 100644
--- a/www/dooble/Makefile
+++ b/www/dooble/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dooble
DISTVERSION= 2023.07.15
+PORTREVISION= 1
CATEGORIES= www
-PKGNAMESUFFIX= -${FLAVOR}
MAINTAINER= eric@camachat.org
COMMENT= Dooble Web Browser
@@ -10,7 +10,7 @@ WWW= https://textbrowser.github.io/dooble/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-FLAVORS= qt5 qt6
+FLAVORS= qt6 qt5
FLAVOR?= ${FLAVORS:[1]}
qt5_CONFLICTS_INSTALL= qt6
qt6_CONFLICTS_INSTALL= qt5
@@ -21,6 +21,7 @@ USE_GITHUB= yes
GH_ACCOUNT= textbrowser
USE_GL= gl
.if ${FLAVOR} == qt5
+PKGNAMESUFFIX= -${FLAVOR}
USE_QT= concurrent core declarative gui location network printsupport \
sql webchannel webengine widgets xml sql-sqlite3:run \
buildtools:build qmake:build