diff options
author | Eric Camachat <eric@camachat.org> | 2023-01-16 16:15:41 +0100 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-01-18 11:05:36 +0100 |
commit | 92680c65fa02aabc05b085af6b40724f22d315e2 (patch) | |
tree | fd1dbe30f12f68c0d11778d02d3359bce86e7187 /www | |
parent | 3c669015beec34e40194d872d8898351af18f3e8 (diff) | |
download | freebsd-ports-92680c65fa02aabc05b085af6b40724f22d315e2.zip |
www/dooble: Update to 2023.01.13
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2023.01.13
* New setting: Retain Session Tabs. See Settings -> History.
* Special parsing of address text via Control keyboard modifier.
* Spooky Friday!
* memzero() key information.
PR: 268933
Reported by: eric@camachat.org (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/dooble/Makefile | 2 | ||||
-rw-r--r-- | www/dooble/distinfo | 6 | ||||
-rw-r--r-- | www/dooble/files/patch-Source_dooble__charts__property__editor.cc | 10 |
3 files changed, 4 insertions, 14 deletions
diff --git a/www/dooble/Makefile b/www/dooble/Makefile index 5fd06d0ae8fd..c76ffa7d560b 100644 --- a/www/dooble/Makefile +++ b/www/dooble/Makefile @@ -1,5 +1,5 @@ PORTNAME= dooble -DISTVERSION= 2022.12.25 +DISTVERSION= 2023.01.13 CATEGORIES= www MAINTAINER= eric@camachat.org diff --git a/www/dooble/distinfo b/www/dooble/distinfo index 5a32e5f0f840..ec43c11f0524 100644 --- a/www/dooble/distinfo +++ b/www/dooble/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672004647 -SHA256 (textbrowser-dooble-2022.12.25_GH0.tar.gz) = b219f69f86d3e05343f43966d99af5f4d92705387ba9f64ac836b0be7db083b2 -SIZE (textbrowser-dooble-2022.12.25_GH0.tar.gz) = 92586737 +TIMESTAMP = 1673621618 +SHA256 (textbrowser-dooble-2023.01.13_GH0.tar.gz) = 1d0b50a5d5b47b52dbf4f81383ba928276c38ecc851c58168c45b3535e3b3e61 +SIZE (textbrowser-dooble-2023.01.13_GH0.tar.gz) = 92578205 diff --git a/www/dooble/files/patch-Source_dooble__charts__property__editor.cc b/www/dooble/files/patch-Source_dooble__charts__property__editor.cc deleted file mode 100644 index b1c6c1723fb7..000000000000 --- a/www/dooble/files/patch-Source_dooble__charts__property__editor.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- Source/dooble_charts_property_editor.cc.orig 2022-12-22 13:00:59 UTC -+++ Source/dooble_charts_property_editor.cc -@@ -32,6 +32,7 @@ - #include <QLineEdit> - #include <QPlainTextEdit> - #include <QPushButton> -+#include <QScrollBar> - #include <QSpinBox> - #include <QtMath> - |