Skip to content

Commit

Permalink
multimedia/ffdec: Update to 17.0.2
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
CyberBotX authored and Fernando Apesteguía committed Nov 29, 2022
1 parent 7353c18 commit 35cc1b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions multimedia/ffdec/Makefile
@@ -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}
Expand All @@ -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}

Expand All @@ -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>
6 changes: 3 additions & 3 deletions multimedia/ffdec/distinfo
@@ -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
1 change: 1 addition & 0 deletions multimedia/ffdec/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit 35cc1b8

Please sign in to comment.