- Update to 3.0.2 [1]
- Add UPDATING entry - Use the correct desktop categories - Silent install Reported by: nox [1]
This commit is contained in:
10
UPDATING
10
UPDATING
@@ -5,6 +5,16 @@ they are unavoidable.
|
||||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20110917:
|
||||
AFFECTS: users of misc/tvbrowser
|
||||
AUTHOR: lme@FreeBSD.org
|
||||
|
||||
From version 3.0.2 on TV-Browser doesn't include any plugins any longer. You
|
||||
are supposed to download the plugins manually, this also means that you need
|
||||
to download the apropriate channel sources plugin for your country. After
|
||||
installing it your prevously configured channels are visible again. To do so,
|
||||
select "Tools -> Install / Update Plugins..." and choose the plugins you need.
|
||||
|
||||
20110915:
|
||||
AFFECTS: users of dns/unbound
|
||||
AUTHOR: sem@FreeBSD.org
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tvbrowser
|
||||
PORTVERSION= 3.0.1
|
||||
PORTVERSION= 3.0.2
|
||||
CATEGORIES= misc java
|
||||
MASTER_SITES= SF/${PORTNAME}/TV-Browser%20Releases%20%28Java%206%20and%20higher%29/${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}_bin
|
||||
@@ -25,12 +25,12 @@ DESKTOP_ENTRIES="TV-Browser" \
|
||||
"A digital TV guide" \
|
||||
"${DATADIR}/imgs/tvbrowser128.png" \
|
||||
"tvbrowser" \
|
||||
"Application;TV;" \
|
||||
false
|
||||
"Application;Video;AudioVideo;TV" \
|
||||
true
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${FIND} . -type d -exec ${MKDIR} "${DATADIR}/{}" \;
|
||||
cd ${WRKSRC} && ${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \;
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/tvbrowser ${PREFIX}/bin
|
||||
@cd ${WRKSRC} && ${FIND} . -type d -exec ${MKDIR} "${DATADIR}/{}" \;
|
||||
@cd ${WRKSRC} && ${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \;
|
||||
@${INSTALL_SCRIPT} ${WRKDIR}/tvbrowser ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (tvbrowser_3.0.1_bin.tar.gz) = 717c71167c68407e8361e8b75cc8205a3ef62c25b44759a2881e1996ed80723b
|
||||
SIZE (tvbrowser_3.0.1_bin.tar.gz) = 8443327
|
||||
SHA256 (tvbrowser_3.0.2_bin.tar.gz) = fd09682a72b3185a470f4f15892d1e7612d5d602d130035ac3fccbb0a6f4c1e0
|
||||
SIZE (tvbrowser_3.0.2_bin.tar.gz) = 4710780
|
||||
|
||||
@@ -57,36 +57,17 @@ bin/tvbrowser
|
||||
%%DATADIR%%/imgs/tvbrowser32.png
|
||||
%%DATADIR%%/imgs/tvbrowser48.png
|
||||
%%DATADIR%%/linux.properties
|
||||
%%DATADIR%%/plugins/BlogThisPlugin.jar
|
||||
%%DATADIR%%/plugins/CalendarExportPlugin.jar
|
||||
%%DATADIR%%/plugins/CapturePlugin.jar
|
||||
%%DATADIR%%/plugins/ClipboardPlugin.jar
|
||||
%%DATADIR%%/plugins/DreamboxDataService.jar
|
||||
%%DATADIR%%/plugins/EMailPlugin.jar
|
||||
%%DATADIR%%/plugins/GenrePlugin.jar
|
||||
%%DATADIR%%/plugins/GrowlPlugin.jar
|
||||
%%DATADIR%%/plugins/I18NPlugin.jar
|
||||
%%DATADIR%%/plugins/KNotifyPlugin.jar
|
||||
%%DATADIR%%/plugins/ListViewPlugin.jar
|
||||
%%DATADIR%%/plugins/NewsPlugin.jar
|
||||
%%DATADIR%%/plugins/PrintPlugin.jar
|
||||
%%DATADIR%%/plugins/ProgramListPlugin.jar
|
||||
%%DATADIR%%/plugins/RadioTimesDataService.jar
|
||||
%%DATADIR%%/plugins/SchedulesDirectDataService.jar
|
||||
%%DATADIR%%/plugins/SimpleMarkerPlugin.jar
|
||||
%%DATADIR%%/plugins/SweDBTvDataService.jar
|
||||
%%DATADIR%%/plugins/TVRaterPlugin.jar
|
||||
%%DATADIR%%/plugins/TvBrowserDataService.jar
|
||||
%%DATADIR%%/plugins/WebPlugin.jar
|
||||
%%DATADIR%%/themepacks/themepack.zip
|
||||
%%DATADIR%%/tvbrowser.desktop
|
||||
%%DATADIR%%/tvbrowser.jar
|
||||
%%DATADIR%%/tvbrowser.sh
|
||||
%%DATADIR%%/website.url
|
||||
%%DATADIR%%/wiki.url
|
||||
@dirrm %%DATADIR%%/themepacks
|
||||
@dirrm %%DATADIR%%/plugins
|
||||
@dirrm %%DATADIR%%/imgs
|
||||
@dirrm %%DATADIR%%/icons
|
||||
@dirrm %%DATADIR%%/hyphen
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry %%DATADIR%%/themepacks
|
||||
@dirrmtry %%DATADIR%%/plugins
|
||||
@dirrmtry %%DATADIR%%/imgs
|
||||
@dirrmtry %%DATADIR%%/icons
|
||||
@dirrmtry %%DATADIR%%/hyphen
|
||||
@dirrmtry %%DATADIR%%
|
||||
|
||||
Reference in New Issue
Block a user