Date: Mon, 3 Feb 2025 15:47:23 GMT From: "Jason W. Bacon" <jwb@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d6270774dbd2 - main - www/webbrowser: Update to 0.4.0 Message-ID: <202502031547.513FlNYF081558@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6270774dbd2e0d2bc805840cc7c7b622855cec8 commit d6270774dbd2e0d2bc805840cc7c7b622855cec8 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2025-02-03 15:47:02 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2025-02-03 15:47:22 +0000 www/webbrowser: Update to 0.4.0 Move everything to github --- www/webbrowser/Makefile | 10 +++++----- www/webbrowser/distinfo | 5 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/www/webbrowser/Makefile b/www/webbrowser/Makefile index ef28ef54b7c9..13f78eb2fc19 100644 --- a/www/webbrowser/Makefile +++ b/www/webbrowser/Makefile @@ -1,17 +1,17 @@ PORTNAME= webbrowser -PORTVERSION= 0.3 -PORTREVISION= 1 +DISTVERSION= 0.4.0 CATEGORIES= www -MASTER_SITES= http://acadix.biz/Ports/distfiles/ MAINTAINER= jwb@FreeBSD.org COMMENT= Wrapper for running the "best" available WEB browser -WWW= http://personalpages.tds.net/~jwbacon/Ports +WWW= https://github.com/outpaddling/webbrowser/ LICENSE= BSD2CLAUSE +USE_GITHUB= yes +GH_ACCOUNT= outpaddling + NO_BUILD= yes -USES= tar:xz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/webbrowser ${STAGEDIR}${PREFIX}/bin diff --git a/www/webbrowser/distinfo b/www/webbrowser/distinfo index 8a66e6d79705..8c906f44b1c9 100644 --- a/www/webbrowser/distinfo +++ b/www/webbrowser/distinfo @@ -1,2 +1,3 @@ -SHA256 (webbrowser-0.3.tar.xz) = 7e100607622d36c5822ffcf8b7cf135c5a70a29179ce832e86c07037f2f0c31f -SIZE (webbrowser-0.3.tar.xz) = 1656 +TIMESTAMP = 1674509122 +SHA256 (outpaddling-webbrowser-0.4.0_GH0.tar.gz) = 99340c08f58bd53f142ce47bf4d78805c13924e4a52c14f8d8d2a085bb8139bd +SIZE (outpaddling-webbrowser-0.4.0_GH0.tar.gz) = 2493
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502031547.513FlNYF081558>