git: 92680c65fa02 - main - www/dooble: Update to 2023.01.13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Jan 2023 10:09:42 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=92680c65fa02aabc05b085af6b40724f22d315e2
commit 92680c65fa02aabc05b085af6b40724f22d315e2
Author: Eric Camachat <eric@camachat.org>
AuthorDate: 2023-01-16 15:15:41 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-01-18 10:05:36 +0000
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)
---
www/dooble/Makefile | 2 +-
www/dooble/distinfo | 6 +++---
.../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>
-