multimedia/ffdec: Update to 17.0.2
Changelogs can be found here: * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version14.5.0 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version14.5.1 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version14.5.2 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version14.6.0 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version15.0.0 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version15.1.0 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version15.1.1 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version16.0.0 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version16.0.1 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version16.0.2 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version16.0.3 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version16.0.4 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version16.1.0 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version16.2.0 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version16.3.0 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version16.3.1 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version17.0.0 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version17.0.1 * https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version17.0.2 PR: 268046 Reported by: cyberbotx@cyberbotx.com (maintainer)
This commit is contained in:
parent
7353c180a3
commit
35cc1b8b29
3 changed files with 8 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= ffdec
|
||||
DISTVERSION= 14.4.0
|
||||
DISTVERSION= 17.0.2
|
||||
CATEGORIES= multimedia java
|
||||
MASTER_SITES= https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
@ -13,8 +13,9 @@ LICENSE_FILE= ${WRKSRC}/license.txt
|
|||
|
||||
USES= zip
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.8
|
||||
JAVA_VERSION= 8+
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
SUB_FILES= ${PORTNAME}
|
||||
|
||||
|
@ -24,7 +25,7 @@ do-install:
|
|||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${STAGEDIR}${DATADIR}
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}/lib
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}/lib
|
||||
cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/lib/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1618073052
|
||||
SHA256 (ffdec_14.4.0.zip) = 7402ca3423f0941ebd20e1c6ef29d434705d4a0ec53349c4b959ef8d3773f901
|
||||
SIZE (ffdec_14.4.0.zip) = 11097386
|
||||
TIMESTAMP = 1669659361
|
||||
SHA256 (ffdec_17.0.2.zip) = b760ac5cdc3c6b4e4b454bbe384b6b8be067d97e09b416036f4b918e70eb5f8a
|
||||
SIZE (ffdec_17.0.2.zip) = 11786449
|
||||
|
|
|
@ -5,6 +5,7 @@ bin/ffdec
|
|||
%%DATADIR%%/lib/avi.jar
|
||||
%%DATADIR%%/lib/avi.montemedia.license.txt
|
||||
%%DATADIR%%/lib/cmykjpeg.jar
|
||||
%%DATADIR%%/lib/ddsreader.jar
|
||||
%%DATADIR%%/lib/ffdec_lib.jar
|
||||
%%DATADIR%%/lib/ffdec_lib.license.txt
|
||||
%%DATADIR%%/lib/flamingo-6.2.jar
|
||||
|
|
Loading…
Reference in a new issue