diff options
author | lme <lme@FreeBSD.org> | 2015-08-23 19:25:21 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2015-08-23 19:25:21 +0800 |
commit | 83ab4ecb3a55d4d3f4f26fb949c18ca33ba97bd3 (patch) | |
tree | e0ff935b1452f3e9f0b3f8cedf0b85a315d448dd /german | |
parent | 84672b9024387c46a6518c08d834862c09b3a34e (diff) | |
download | freebsd-ports-gnome-83ab4ecb3a55d4d3f4f26fb949c18ca33ba97bd3.tar.gz freebsd-ports-gnome-83ab4ecb3a55d4d3f4f26fb949c18ca33ba97bd3.tar.zst freebsd-ports-gnome-83ab4ecb3a55d4d3f4f26fb949c18ca33ba97bd3.zip |
- Update to version 10
- Un-mute installation
Diffstat (limited to 'german')
-rw-r--r-- | german/mediathek/Makefile | 10 | ||||
-rw-r--r-- | german/mediathek/distinfo | 4 | ||||
-rw-r--r-- | german/mediathek/pkg-plist | 16 |
3 files changed, 15 insertions, 15 deletions
diff --git a/german/mediathek/Makefile b/german/mediathek/Makefile index 6b85392f8696..0b00c285ed94 100644 --- a/german/mediathek/Makefile +++ b/german/mediathek/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediathek -PORTVERSION= 9 +PORTVERSION= 10 CATEGORIES= german java MASTER_SITES= SF/zdfmediathk/Mediathek/Mediathek%20${PORTVERSION} DISTNAME= MediathekView_${PORTVERSION} @@ -55,13 +55,13 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DATADIR}/lib .for i in ${INSTALLFILES} - @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DATADIR}/ .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${INSTALLDOCS} - @${INSTALL_DATA} ${WRKSRC}/Anleitung/${i} ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/Anleitung/${i} ${STAGEDIR}${DOCSDIR}/ .endfor - @(cd ${WRKSRC}/lib/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/lib/) - @${INSTALL_SCRIPT} ${WRKDIR}/mediathek ${STAGEDIR}${PREFIX}/bin + (cd ${WRKSRC}/lib/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/lib/) + ${INSTALL_SCRIPT} ${WRKDIR}/mediathek ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> diff --git a/german/mediathek/distinfo b/german/mediathek/distinfo index 2ec22f7eace9..1df83e32a61a 100644 --- a/german/mediathek/distinfo +++ b/german/mediathek/distinfo @@ -1,2 +1,2 @@ -SHA256 (MediathekView_9.zip) = 449dce4d080f230f3e9d683721aee5ad6a548c59db1f2e6bb8e98f915f04cef1 -SIZE (MediathekView_9.zip) = 31682440 +SHA256 (MediathekView_10.zip) = 00c82c646f89fa3cf5dfc6105a43d53d5936f5a86954c850894f32d7fddf1b61 +SIZE (MediathekView_10.zip) = 31918217 diff --git a/german/mediathek/pkg-plist b/german/mediathek/pkg-plist index 7c933b2678b3..509abfc0e7ef 100644 --- a/german/mediathek/pkg-plist +++ b/german/mediathek/pkg-plist @@ -11,12 +11,12 @@ bin/mediathek %%DATADIR%%/lib/jgoodies-common-1.8.0.jar %%DATADIR%%/lib/jgoodies-forms-1.8.0.jar %%DATADIR%%/lib/jide-oss-3.6.1.jar -%%DATADIR%%/lib/swingx-action-1.6.5-1.jar -%%DATADIR%%/lib/swingx-all-1.6.5-1.jar -%%DATADIR%%/lib/swingx-beaninfo-1.6.5-1.jar -%%DATADIR%%/lib/swingx-common-1.6.5-1.jar -%%DATADIR%%/lib/swingx-core-1.6.5-1.jar -%%DATADIR%%/lib/swingx-graphics-1.6.5-1.jar -%%DATADIR%%/lib/swingx-painters-1.6.5-1.jar -%%DATADIR%%/lib/swingx-plaf-1.6.5-1.jar +%%DATADIR%%/lib/swingx-action-1.6.6-SNAPSHOT.jar +%%DATADIR%%/lib/swingx-autocomplete-1.6.6-SNAPSHOT.jar +%%DATADIR%%/lib/swingx-beaninfo-1.6.6-SNAPSHOT.jar +%%DATADIR%%/lib/swingx-common-1.6.6-SNAPSHOT.jar +%%DATADIR%%/lib/swingx-core-1.6.6-SNAPSHOT.jar +%%DATADIR%%/lib/swingx-graphics-1.6.6-SNAPSHOT.jar +%%DATADIR%%/lib/swingx-painters-1.6.6-SNAPSHOT.jar +%%DATADIR%%/lib/swingx-plaf-1.6.6-SNAPSHOT.jar %%DATADIR%%/lib/xz.jar |