Bug 228880

Summary: games/scummvm-tools: Update to 2.0.0
Product: Ports & Packages Reporter: Carlos J. Puga Medina <cpm>
Component: Individual Port(s)Assignee: Carlos J. Puga Medina <cpm>
Status: Closed FIXED    
Severity: Affects Many People CC: lme
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-scummvm-tools-2.0.0.diff
none
patch-scummvm-tools-2.0.0.diff
none
patch-scummvm-tools-2.0.0.diff
none
patch-scummvm-tools-2.0.0.diff cpm: maintainer-approval? (lme)

Description Carlos J. Puga Medina freebsd_committer freebsd_triage 2018-06-10 23:17:18 UTC
Created attachment 194143 [details]
patch-scummvm-tools-2.0.0.diff

- Use PORTVERSION instead of DISTVERSION
- Update MASTER_SITES
- Add missing dependencies
- Add USES=iconv

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.
Comment 1 Carlos J. Puga Medina freebsd_committer freebsd_triage 2018-06-10 23:23:05 UTC
Created attachment 194144 [details]
patch-scummvm-tools-2.0.0.diff

- Pet portlint
Comment 2 Carlos J. Puga Medina freebsd_committer freebsd_triage 2018-06-11 00:11:23 UTC
Created attachment 194145 [details]
patch-scummvm-tools-2.0.0.diff

- Add LICENSE_FILE
- Add DESKTOP_ENTRIES
- Install more DOCS
- Cosmetic fixes
Comment 3 Carlos J. Puga Medina freebsd_committer freebsd_triage 2018-06-11 00:16:06 UTC
Created attachment 194146 [details]
patch-scummvm-tools-2.0.0.diff
Comment 4 Lars Engels freebsd_committer freebsd_triage 2018-06-11 12:53:52 UTC
Thanks, feel free to commit this!
Comment 5 commit-hook freebsd_committer freebsd_triage 2018-06-12 11:24:08 UTC
A commit references this bug:

Author: cpm
Date: Tue Jun 12 11:23:15 UTC 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)

Changes:
  head/games/scummvm-tools/Makefile
  head/games/scummvm-tools/distinfo
  head/games/scummvm-tools/pkg-plist
Comment 6 Carlos J. Puga Medina freebsd_committer freebsd_triage 2018-06-12 11:26:51 UTC
Committed, thanks!