Date: Wed, 30 Nov 2022 06:32:44 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: c62d6cdcafab - main - www/dooble: Update to 2022.11.15 Message-ID: <202211300632.2AU6Wi9R051943@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=c62d6cdcafabc8e5faa323744011316e6accf4c3 commit c62d6cdcafabc8e5faa323744011316e6accf4c3 Author: Eric Camachat <eric@camachat.org> AuthorDate: 2022-11-23 06:35:40 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-11-30 06:28:32 +0000 www/dooble: Update to 2022.11.15 ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2022.11.15 * Application font. Please see Settings->Display. * Corrected "Waiting for page..." URL host. The URL host may be the current URL host or the URL host which is loading in the future. * French dictionary. * French translation. * Retain checked cookies. Issue caused by incorrect comparison of Qt::Checked. PR: 267940 Reported by: eric@camachat.org (maintainer) --- www/dooble/Makefile | 6 +++--- www/dooble/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/dooble/Makefile b/www/dooble/Makefile index c5596200f2a2..3d16d1c05b76 100644 --- a/www/dooble/Makefile +++ b/www/dooble/Makefile @@ -1,5 +1,5 @@ PORTNAME= dooble -DISTVERSION= 2022.10.15 +DISTVERSION= 2022.11.15 CATEGORIES= www MAINTAINER= eric@camachat.org @@ -15,8 +15,8 @@ USE_GITHUB= yes GH_ACCOUNT= textbrowser USE_GL= gl USE_QT= concurrent core declarative gui location network printsupport \ - sql webchannel webengine widgets xml buildtools:build \ - qmake:build + sql webchannel webengine widgets xml sql-sqlite3:run \ + buildtools:build qmake:build USE_XORG= xcb QMAKE_SOURCE_PATH= ${PORTNAME}.pro diff --git a/www/dooble/distinfo b/www/dooble/distinfo index d156576f1492..3f9b4c613349 100644 --- a/www/dooble/distinfo +++ b/www/dooble/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666289564 -SHA256 (textbrowser-dooble-2022.10.15_GH0.tar.gz) = 24c99cddc2f6a505b761afcdba8f44157617593c2170bb854f78dce0d2494847 -SIZE (textbrowser-dooble-2022.10.15_GH0.tar.gz) = 92196778 +TIMESTAMP = 1668816883 +SHA256 (textbrowser-dooble-2022.11.15_GH0.tar.gz) = 1db1a65832b5bae8d35f691fdddbb72745b3cd3da5b51e8fa79f1fc83e5bdef3 +SIZE (textbrowser-dooble-2022.11.15_GH0.tar.gz) = 92732270
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211300632.2AU6Wi9R051943>