Bug 198800

Summary: multimedia/mkvtoolnix: Update to 7.7.0
Product: Ports & Packages Reporter: Andrew Berg <berg2839>
Component: Individual Port(s)Assignee: Thomas Zander <riggs>
Status: Closed FIXED    
Severity: Affects Some People CC: berg2839, riggs
Priority: --- Flags: bugzilla: maintainer-feedback? (multimedia)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for mkvtoolnix update to 7.7.0 against r381930
none
Fixed patch for mkvtoolnix update to 7.7.0 against r381930 none

Description Andrew Berg 2015-03-22 19:33:54 UTC
Created attachment 154668 [details]
Patch for mkvtoolnix update to 7.7.0 against r381930

Update to 7.7.0. A run of 'make makeplist' does away with %%WXGTK%% and uses %%PORTDOCS%% instead. I'm not sure why.

Poudriere build log: https://candace.robotsondrugs.com/poudriere/data/101x64-default/2015.03.22_14:21:13/logs/mkvtoolnix-7.7.0.log
Comment 1 Andrew Berg 2015-03-22 19:47:28 UTC
Ugh, the plist needs fixing so that it works both with and without the wxgtk option.
Comment 2 Andrew Berg 2015-03-22 20:31:58 UTC
Created attachment 154674 [details]
Fixed patch for mkvtoolnix update to 7.7.0 against r381930

Put back the %%WXGTK%% parts and added new files as needed. Checked that everything worked (including running 'make check-orphans') both with and without WXGTK.

New build log:
https://candace.robotsondrugs.com/poudriere/data/101x64-default/2015.03.22_15:19:22/logs/mkvtoolnix-7.7.0.log
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-03-24 16:25:01 UTC
A commit references this bug:

Author: riggs
Date: Tue Mar 24 16:24:42 UTC 2015
New revision: 382117
URL: https://svnweb.freebsd.org/changeset/ports/382117

Log:
  Update to upstream version 7.7.0

  PR:		198800
  Submitted by:	aberg010@my.hennepintech.edu
  Reviewed by:	riggs

Changes:
  head/multimedia/mkvtoolnix/Makefile
  head/multimedia/mkvtoolnix/distinfo
  head/multimedia/mkvtoolnix/files/patch-Rakefile
  head/multimedia/mkvtoolnix/pkg-plist
Comment 4 Thomas Zander freebsd_committer freebsd_triage 2015-03-24 16:36:41 UTC
I needed to introduce a patch for Rakefile to exclude the new development-only UI and its manpages from build. Changed plist accordingly. Btw the original patch did not apply cleanly. Apart from that: Thanks, committed! :)