Date: Sat, 29 Jul 2023 17:13:34 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e86d0498b93c - main - www/dooble: default flavor to qt6 Message-ID: <202307291713.36THDYkP058549@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307291713.36THDYkP058549>