From owner-svn-ports-all@freebsd.org Tue Jun 12 11:23:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E7F110033AF; Tue, 12 Jun 2018 11:23:15 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4992E7DB31; Tue, 12 Jun 2018 11:23:15 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2B6771BF4; Tue, 12 Jun 2018 11:23:15 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5CBNFEX034319; Tue, 12 Jun 2018 11:23:15 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5CBNEOF034316; Tue, 12 Jun 2018 11:23:14 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201806121123.w5CBNEOF034316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Tue, 12 Jun 2018 11:23:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472240 - head/games/scummvm-tools X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/games/scummvm-tools X-SVN-Commit-Revision: 472240 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2018 11:23:16 -0000 Author: cpm Date: Tue Jun 12 11:23:14 2018 New Revision: 472240 URL: https://svnweb.freebsd.org/changeset/ports/472240 Log: games/scummvm-tools: Update to 2.0.0 - Use PORTVERSION instead of DISTVERSION - Update MASTER_SITES - Add LICENSE_FILE - Add missing dependencies - Add USES=iconv - Add DESKTOP_ENTRIES - Install more DOCS - Pet portlint Noteworthy changes: 2.0.0 (2017-12-17) - Fix handling of output path for the compress_touche tool. - Fix handling of input path for the extract_cine tool. It was only working when run from the directory that contains the game data. - Fix memory corruption that could cause random errors during extraction when using the extract_cine tool. 1.9.0 (2016-10-27) - Fix random crashes in the tool to convert Broken Sword 1 speech files. PR: 228880 Submitted by: cpm Approved by: lme (maintainer) Modified: head/games/scummvm-tools/Makefile head/games/scummvm-tools/distinfo head/games/scummvm-tools/pkg-plist Modified: head/games/scummvm-tools/Makefile ============================================================================== --- head/games/scummvm-tools/Makefile Tue Jun 12 09:45:14 2018 (r472239) +++ head/games/scummvm-tools/Makefile Tue Jun 12 11:23:14 2018 (r472240) @@ -2,26 +2,28 @@ # $FreeBSD$ PORTNAME= scummvm-tools -DISTVERSION= 1.8.0 -PORTREVISION= 8 +PORTVERSION= 2.0.0 CATEGORIES= games emulators -MASTER_SITES= SF/scummvm/${PORTNAME}/${DISTVERSION} +MASTER_SITES= http://www.scummvm.org/frs/${PORTNAME}/${PORTVERSION}/ MAINTAINER= lme@FreeBSD.org COMMENT= Tools for use with the SCUMMVM game emulator LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS:= ${BUILD_DEPENDS} BUILD_DEPENDS= lame:audio/lame \ flac:audio/flac \ oggenc:audio/vorbis-tools - LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libpng.so:graphics/png \ - libvorbis.so:audio/libvorbis + libmad.so:audio/libmad \ + libogg.so:audio/libogg \ + libvorbis.so:audio/libvorbis \ + libfreetype.so:print/freetype2 -USES= gmake tar:bzip2 +USES= gmake iconv tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_TARGET= @@ -30,7 +32,16 @@ STRIP_FILES= construct_mohawk create_sjisfnt decine de dekyra deriven descumm desword2 extract_mohawk gob_loadcalc \ scummvm-tools-cli -OPTIONS_DEFINE= WXGTK DOCS +DESKTOP_ENTRIES="ScummVM Tools" \ + "" \ + "${DATADIR}/scummvmtools_128.png" \ + "${PORTNAME}" \ + "Games;" \ + false + +PORTDOCS= COPYRIGHT NEWS README TODO + +OPTIONS_DEFINE= WXGTK DOCS OPTIONS_DEFAULT= WXGTK .include @@ -54,8 +65,8 @@ pre-patch: pre-install: ${STRIP_CMD} ${STRIP_FILES:S|^|${WRKSRC}/|} -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Modified: head/games/scummvm-tools/distinfo ============================================================================== --- head/games/scummvm-tools/distinfo Tue Jun 12 09:45:14 2018 (r472239) +++ head/games/scummvm-tools/distinfo Tue Jun 12 11:23:14 2018 (r472240) @@ -1,2 +1,3 @@ -SHA256 (scummvm-tools-1.8.0.tar.bz2) = f99369e4bcf61e3fa82abff542d8ca93502725f248e62b3799dd342878ccaf73 -SIZE (scummvm-tools-1.8.0.tar.bz2) = 966187 +TIMESTAMP = 1528670348 +SHA256 (scummvm-tools-2.0.0.tar.bz2) = 79a6fc0be81c1ed8938ec996c05f67b67f40b1de514ff1a20efa919a70fc6c22 +SIZE (scummvm-tools-2.0.0.tar.bz2) = 969421 Modified: head/games/scummvm-tools/pkg-plist ============================================================================== --- head/games/scummvm-tools/pkg-plist Tue Jun 12 09:45:14 2018 (r472239) +++ head/games/scummvm-tools/pkg-plist Tue Jun 12 11:23:14 2018 (r472240) @@ -11,7 +11,6 @@ bin/extract_mohawk bin/gob_loadcalc %%WX%%bin/scummvm-tools bin/scummvm-tools-cli -%%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/detaillogo.jpg %%DATADIR%%/logo.jpg %%DATADIR%%/scummvmtools.icns