Date: Thu, 5 Aug 2021 05:36:10 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 28fefbaf5a5a - main - misc/tvbrowser: Update to 4.2.3 and take maintainership Message-ID: <202108050536.1755aAUt095293@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=28fefbaf5a5ac959d002b06b392e84e418a81324 commit 28fefbaf5a5ac959d002b06b392e84e418a81324 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2021-08-05 05:21:15 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2021-08-05 05:21:15 +0000 misc/tvbrowser: Update to 4.2.3 and take maintainership - Reorder some Makefile vars to pet portfmt - Secure URL in pkg-descr Changelog: https://sourceforge.net/p/tvbrowser/tvb/search/?q=%28%28ticket_num%3A%5B172+TO+192%5D%29+AND+%28status%3Aclosed%29%29 --- misc/tvbrowser/Makefile | 12 +++++++----- misc/tvbrowser/distinfo | 6 +++--- misc/tvbrowser/pkg-descr | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/misc/tvbrowser/Makefile b/misc/tvbrowser/Makefile index c96b7cda07da..bb65bd484ae8 100644 --- a/misc/tvbrowser/Makefile +++ b/misc/tvbrowser/Makefile @@ -1,23 +1,25 @@ # Created by: Lars Engels <lars.engels@0x20.net> PORTNAME= tvbrowser -PORTVERSION= 4.2.1 +PORTVERSION= 4.2.3 CATEGORIES= misc java MASTER_SITES= SF/${PORTNAME}/TV-Browser%20Releases%20%28Java%2011%20and%20higher%29/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION}_bin -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rhurlin@FreeBSD.org COMMENT= Digital TV and radio guide LICENSE= GPLv3 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_LDCONFIG= yes -NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 11+ +USE_LDCONFIG= yes + +NO_BUILD= yes SUB_FILES= tvbrowser +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + do-install: @${REINPLACE_CMD} -e "s/${PORTNAME}\.sh/${PORTNAME}/" \ ${WRKSRC}/${PORTNAME}.desktop diff --git a/misc/tvbrowser/distinfo b/misc/tvbrowser/distinfo index 5a4c82948592..9a56848edd14 100644 --- a/misc/tvbrowser/distinfo +++ b/misc/tvbrowser/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1594484438 -SHA256 (tvbrowser_4.2.1_bin.tar.gz) = c198bc306c8693c0f9220637b011c4616543d41c79ba59c98cc9a878b83574fd -SIZE (tvbrowser_4.2.1_bin.tar.gz) = 5488609 +TIMESTAMP = 1628103639 +SHA256 (tvbrowser_4.2.3_bin.tar.gz) = 4e8a9651683cd27723c22a36ac71499ead33193c2e9c3e78b257776c23aa2e05 +SIZE (tvbrowser_4.2.3_bin.tar.gz) = 5579122 diff --git a/misc/tvbrowser/pkg-descr b/misc/tvbrowser/pkg-descr index 4fb082b6e6bc..aa8ee06e48f7 100644 --- a/misc/tvbrowser/pkg-descr +++ b/misc/tvbrowser/pkg-descr @@ -7,4 +7,4 @@ Australia, Austria, Belgium, Croatia, Czech Repulic, Denmark, France, Germany, Great Britain, Ireland, Italy, Norway, Poland, Spain, Sweden, Switzerland and the USA. -WWW: http://www.tvbrowser.org +WWW: https://www.tvbrowser.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108050536.1755aAUt095293>