Bug 198800 - multimedia/mkvtoolnix: Update to 7.7.0
Summary: multimedia/mkvtoolnix: Update to 7.7.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Thomas Zander
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-22 19:33 UTC by Andrew Berg
Modified: 2015-03-24 16:36 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (multimedia)


Attachments
Patch for mkvtoolnix update to 7.7.0 against r381930 (21.92 KB, patch)
2015-03-22 19:33 UTC, Andrew Berg
no flags Details | Diff
Fixed patch for mkvtoolnix update to 7.7.0 against r381930 (2.08 KB, patch)
2015-03-22 20:31 UTC, Andrew Berg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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! :)