git: f8844bb5fba4 - main - x11-toolkits/blt: Fix dead link in WWW

From: Rainer Hurling <rhurlin_at_FreeBSD.org>
Date: Sun, 11 Sep 2022 07:57:41 UTC
The branch main has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f8844bb5fba44238fd6f8a7c19aaa8bed08a156e

commit f8844bb5fba44238fd6f8a7c19aaa8bed08a156e
Author:     Daniel O’Connor <darius@dons.net.au>
AuthorDate: 2022-09-11 07:55:46 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2022-09-11 07:55:46 +0000

    x11-toolkits/blt: Fix dead link in WWW
    
    PR:             266353
---
 x11-toolkits/blt/Makefile  | 2 +-
 x11-toolkits/blt/pkg-descr | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile
index 15dfa1793482..b56f73534257 100644
--- a/x11-toolkits/blt/Makefile
+++ b/x11-toolkits/blt/Makefile
@@ -7,7 +7,7 @@ DISTNAME=	${PORTNAME}-src-${PORTVERSION}
 
 MAINTAINER=	doconnor@gsoft.com.au
 COMMENT=	Extension to the Tk toolkit
-WWW=		https://dev.pdqi.com/fossil/wize/doc/tip/Wize.Blt.html
+WWW=		https://wiki.tcl-lang.org/page/BLT
 
 LICENSE=	MIT
 
diff --git a/x11-toolkits/blt/pkg-descr b/x11-toolkits/blt/pkg-descr
index 365caba195c6..e7df3fa41d7b 100644
--- a/x11-toolkits/blt/pkg-descr
+++ b/x11-toolkits/blt/pkg-descr
@@ -1,3 +1,5 @@
 The BLT Toolkit is an extension to Tcl and Tk. It adds new commands
 and widgets to the Tcl interpreter. Included widgets are 2D graph,
 barchart, stripchart, tab notebook, and tree viewer.
+
+Note: This version is from the Wize project.