Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2024 18:34:59 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e3dda513b670 - main - www/dooble: update to 2024.01.25
Message-ID:  <202401291834.40TIYx1m007274@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=e3dda513b670071980bf5b6358e8b5a84d60f613

commit e3dda513b670071980bf5b6358e8b5a84d60f613
Author:     Eric Camachat <eric@camachat.org>
AuthorDate: 2024-01-28 17:34:27 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2024-01-29 18:34:50 +0000

    www/dooble: update to 2024.01.25
    
    ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2024.01.25
    
     * Display a history item's data in page's status bar during a hover event.
     * New jar scheme. Decompressed files are recorded in the Desktop. The
       executables jar and unzip are required.
     * QSqlDatabase issues a warning (connect() and nullptr) if QApplication is not
       present in Qt 6. A QApplication object must be created before accessing an
       SQLite database.
     * QWebEngineSettings::ReadingFromCanvasEnabled and Qt 6.6.
     * Smaller page buttons in Settings.
    
    PR:             276647
    Reported by:    eric@camachat.org (maintainer)
---
 www/dooble/Makefile | 2 +-
 www/dooble/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/dooble/Makefile b/www/dooble/Makefile
index d25c64263e83..873e6c3f86ab 100644
--- a/www/dooble/Makefile
+++ b/www/dooble/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	dooble
-DISTVERSION=	2023.12.25
+DISTVERSION=	2024.01.25
 CATEGORIES=	www
 
 MAINTAINER=	eric@camachat.org
diff --git a/www/dooble/distinfo b/www/dooble/distinfo
index 3f790272ec58..f0ab92b03f86 100644
--- a/www/dooble/distinfo
+++ b/www/dooble/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703473494
-SHA256 (textbrowser-dooble-2023.12.25_GH0.tar.gz) = f5e67fd052af762b7658f70e268dd73af8e1f39f2eb335a0848c34242ca70315
-SIZE (textbrowser-dooble-2023.12.25_GH0.tar.gz) = 42366750
+TIMESTAMP = 1706238346
+SHA256 (textbrowser-dooble-2024.01.25_GH0.tar.gz) = 56f320170f612fed37ccec0452c3cccdb84583e3f7751550e9b1eee3d9a24281
+SIZE (textbrowser-dooble-2024.01.25_GH0.tar.gz) = 42456273



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