diff --git a/misc/tvbrowser/Makefile b/misc/tvbrowser/Makefile index c96b7cda07da..bb65bd484ae8 100644 --- a/misc/tvbrowser/Makefile +++ b/misc/tvbrowser/Makefile @@ -1,33 +1,35 @@ # Created by: Lars Engels 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 ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \ ${STAGEDIR}${PREFIX}/share/applications/ @${RM} ${WRKSRC}/${PORTNAME}.desktop ${WRKSRC}/${PORTNAME}.desktop.bak @cd ${WRKSRC} && ${FIND} . -type d -exec \ ${MKDIR} "${STAGEDIR}${DATADIR}/{}" \; @cd ${WRKSRC} && ${FIND} . -type f -exec \ ${INSTALL_DATA} {} "${STAGEDIR}${DATADIR}/{}" \; ${INSTALL_SCRIPT} ${WRKDIR}/tvbrowser ${STAGEDIR}${PREFIX}/bin .include 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 @@ -1,10 +1,10 @@ TV-Browser gets the daily TV program from the internet and shows it clearly aranged - like a printed TV guide. An internet connection is only necessary during the data update. Currently, TV-Browser supports more than 1000 TV and radio channels from 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