Index: head/german/mediathek/Makefile =================================================================== --- head/german/mediathek/Makefile (revision 267047) +++ head/german/mediathek/Makefile (revision 267048) @@ -1,64 +1,65 @@ # New ports collection makefile for: mediathek # Date created: 2010-10-17 # Whom: Lars Engels # # $FreeBSD$ # PORTNAME= mediathek -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.0 CATEGORIES= german java MASTER_SITES= SF/zdfmediathk/Mediathek/Mediathek%20${PORTVERSION} DISTNAME= Mediathek_${PORTVERSION} MAINTAINER= lme@FreeBSD.org COMMENT= Filme der oeff. rechtlichen Sender herunterladen und ansehen RUN_DEPENDS= flvstreamer:${PORTSDIR}/multimedia/flvstreamer NO_BUILD= yes USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.6+ SUB_FILES= mediathek OPTIONS= MPLAYER "mplayer zum Aufnehmen verwenden" on \ VLC "VLC zum Abspielen verwenden" on -INSTALLFILES= Bitte_lesen.txt Mediathek.jar MediathekView.jpg \ - releases_2.3.0.txt Kurzanleitung.odg Kurzanleitung.pdf -INSTALLLIBS= commons-lang-2.5.jar jdom.jar rome-1.0.jar +INSTALLFILES= Bitte_lesen.txt Mediathek.jar \ + releases.txt Kurzanleitung.pdf +INSTALLLIBS= commons-compress-1.1.jar commons-lang-2.5.jar \ + jdom.jar rome-1.0.jar .include pre-everything:: .if !defined(WITH_MPLAYER) && !defined(WITH_VLC) @${ECHO_MSG} "Es muss entweder mplayer oder VLC ausgewaehlt sein" @${FALSE} .endif .if defined(WITH_MPLAYER) RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer .endif .if defined(WITH_VLC) RUN_DEPENDS+= vlc:${PORTSDIR}/multimedia/vlc .endif do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKSRC} @${UNZIP_CMD} -q -d ${WRKSRC} ${DISTDIR}/${EXTRACT_ONLY} do-install: @${MKDIR} ${DATADIR} @${MKDIR} ${DATADIR}/lib .for i in ${INSTALLFILES} @${INSTALL_DATA} ${WRKSRC}/${i} ${DATADIR}/ .endfor .for j in ${INSTALLLIBS} @${INSTALL_DATA} ${WRKSRC}/lib/${j} ${DATADIR}/lib/ .endfor @${INSTALL_SCRIPT} ${WRKDIR}/mediathek ${PREFIX}/bin .include Property changes on: head/german/mediathek/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/german/mediathek/distinfo =================================================================== --- head/german/mediathek/distinfo (revision 267047) +++ head/german/mediathek/distinfo (revision 267048) @@ -1,3 +1,2 @@ -MD5 (Mediathek_2.3.0.zip) = 4e5a1a15a65085f6de70c02877be0bee -SHA256 (Mediathek_2.3.0.zip) = 9cea3960c051bf37f55c48a01a45213df84a0966bf46ccdb1314b66f16904eeb -SIZE (Mediathek_2.3.0.zip) = 1776456 +SHA256 (Mediathek_2.4.0.zip) = 74a27c4c923481594dd84db790ca4969cef0bb4197a71102b2082d0259435e82 +SIZE (Mediathek_2.4.0.zip) = 1410509 Property changes on: head/german/mediathek/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/german/mediathek/pkg-plist =================================================================== --- head/german/mediathek/pkg-plist (revision 267047) +++ head/german/mediathek/pkg-plist (revision 267048) @@ -1,12 +1,11 @@ bin/mediathek %%DATADIR%%/Bitte_lesen.txt -%%DATADIR%%/Kurzanleitung.odg %%DATADIR%%/Kurzanleitung.pdf %%DATADIR%%/Mediathek.jar -%%DATADIR%%/MediathekView.jpg +%%DATADIR%%/lib/commons-compress-1.1.jar %%DATADIR%%/lib/commons-lang-2.5.jar %%DATADIR%%/lib/jdom.jar %%DATADIR%%/lib/rome-1.0.jar -%%DATADIR%%/releases_2.3.0.txt +%%DATADIR%%/releases.txt @dirrm %%DATADIR%%/lib @dirrm %%DATADIR%% Property changes on: head/german/mediathek/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property