Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2023 06:16:16 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: d9fc3419855e - main - www/dooble: update to 2023.07.15
Message-ID:  <202307170616.36H6GGjr037506@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=d9fc3419855e1db61532c1bc6bb641dd933bb598

commit d9fc3419855e1db61532c1bc6bb641dd933bb598
Author:     Eric Camachat <eric@camachat.org>
AuthorDate: 2023-07-15 11:39:37 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-07-17 06:15:59 +0000

    www/dooble: update to 2023.07.15
    
    ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2023.07.15
    
     * Display discovered shorcuts in Settings -> Display. Read-only.
     * Initialize s[i] elements in Threefish.
     * Introduced --attach and --listen command-line options. If a Dooble instance
       is available, a new Dooble instance will attach its URLs to the existing
       Dooble instance.
     * New executable-current-url command-line option. See Tools -> Current URL
       Executable(s). Multiple instances are allowed and Dooble does not verify
       content.
     * Scoped C++ enumerators.
    
    PR:             272490
    Reported by:    eric@camachat.org (maintainer)
---
 www/dooble/Makefile | 3 +--
 www/dooble/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/www/dooble/Makefile b/www/dooble/Makefile
index 6ea680535995..81154987aacf 100644
--- a/www/dooble/Makefile
+++ b/www/dooble/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	dooble
-DISTVERSION=	2023.05.31
-PORTREVISION=	1
+DISTVERSION=	2023.07.15
 CATEGORIES=	www
 PKGNAMESUFFIX=	-${FLAVOR}
 
diff --git a/www/dooble/distinfo b/www/dooble/distinfo
index 0968c2c1df7b..435c570d187d 100644
--- a/www/dooble/distinfo
+++ b/www/dooble/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685729210
-SHA256 (textbrowser-dooble-2023.05.31_GH0.tar.gz) = ca2ad5dde9b695acb0b3553ce351fb6f155e9fb412dcb870adba8e12051a09e5
-SIZE (textbrowser-dooble-2023.05.31_GH0.tar.gz) = 93825728
+TIMESTAMP = 1689256702
+SHA256 (textbrowser-dooble-2023.07.15_GH0.tar.gz) = c8eed360d940d724bf23dbc7a2dba4a53312bd97b2d563b77af027a22079a94e
+SIZE (textbrowser-dooble-2023.07.15_GH0.tar.gz) = 90240040



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