pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

webbrowser: Update to 0.4.0 release



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Jan 23 15:29:08 2023 -0600
Changeset:	60981f54c819d8e17503b5c595cbac50425c4855

Modified Files:
	webbrowser/DESCR
	webbrowser/Makefile
	webbrowser/distinfo

Log Message:
webbrowser: Update to 0.4.0 release

Convert to POSIX Bourne shell

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=60981f54c819d8e17503b5c595cbac50425c4855

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 webbrowser/DESCR    | 5 ++++-
 webbrowser/Makefile | 3 +--
 webbrowser/distinfo | 6 +++---
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs:
diff --git a/webbrowser/DESCR b/webbrowser/DESCR
index 14c9c4ea49..33bd8a2f08 100644
--- a/webbrowser/DESCR
+++ b/webbrowser/DESCR
@@ -1,3 +1,6 @@
 Run the "best" available web browser from among all installed browsers
 using a default list or user-provided list.  The list can be specified
-via the command-line or an environment variable.
+via the command-line or an environment variable.  Applications that
+launch a web browser as a child process can use "webbrowser" so that
+they don't have to be reconfigured when you decide to switch to a
+different browser.
diff --git a/webbrowser/Makefile b/webbrowser/Makefile
index 4dcfb8ee3e..042c746a20 100644
--- a/webbrowser/Makefile
+++ b/webbrowser/Makefile
@@ -1,9 +1,8 @@
 # $NetBSD: Makefile,v 1.1 2013/08/14 01:13:50 outpaddling Exp $
 
-DISTNAME=	webbrowser-0.3.0.1
+DISTNAME=	webbrowser-0.4.0
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	84cb894fdd1735a31981494f6ff890e00b3d24a4
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/webbrowser/
diff --git a/webbrowser/distinfo b/webbrowser/distinfo
index 6df44a07ce..6b5c1a40da 100644
--- a/webbrowser/distinfo
+++ b/webbrowser/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (webbrowser-0.3.0.1-84cb894fdd1735a31981494f6ff890e00b3d24a4.tar.gz) = 755325b9a1f5942e6cfdc38864e4e3d1455cd05fc0b0bec14d1cb8c374dacff7
-SHA512 (webbrowser-0.3.0.1-84cb894fdd1735a31981494f6ff890e00b3d24a4.tar.gz) = 2fb5615820941fbc9c322363ad8598b4090bce80f282280b1aad2b963e557b9dd4cd92bbab2956bf383d673a82ad5b949acf2b499e2d9c18917f123d7899ff6e
-Size (webbrowser-0.3.0.1-84cb894fdd1735a31981494f6ff890e00b3d24a4.tar.gz) = 2495 bytes
+BLAKE2s (webbrowser-0.4.0.tar.gz) = 297059809379c958263b51ef176df5cb029c55723321ac82f796bf2281e5bda6
+SHA512 (webbrowser-0.4.0.tar.gz) = 2d28700d22c97d9ed4d7269dd82675867ef170981ee9e7c981d7bc0da24b24b6ab5d07abd1566acb0da72ae9aaa61500ac9dc84888b1eda77d9543565c9a8ebe
+Size (webbrowser-0.4.0.tar.gz) = 2493 bytes


Home | Main Index | Thread Index | Old Index