svn commit: r416255 - head/multimedia/mkvtoolnix

Thomas Zander riggs at FreeBSD.org
Wed Jun 1 18:07:38 UTC 2016


Author: riggs
Date: Wed Jun  1 18:07:37 2016
New Revision: 416255
URL: https://svnweb.freebsd.org/changeset/ports/416255

Log:
  Update to upstream version 9.2.0
  
  While on it:
  Mark unbroken on 9.x. gcc internal segfault is not reproducible
  on my test box on 9.3 with gcc 4.8

Modified:
  head/multimedia/mkvtoolnix/Makefile
  head/multimedia/mkvtoolnix/distinfo

Modified: head/multimedia/mkvtoolnix/Makefile
==============================================================================
--- head/multimedia/mkvtoolnix/Makefile	Wed Jun  1 18:01:50 2016	(r416254)
+++ head/multimedia/mkvtoolnix/Makefile	Wed Jun  1 18:07:37 2016	(r416255)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mkvtoolnix
-PORTVERSION=	9.1.0
+PORTVERSION=	9.2.0
 CATEGORIES=	multimedia audio
 MASTER_SITES=	http://www.bunkus.org/videotools/mkvtoolnix/sources/ \
 		https://mkvtoolnix.download/sources/
@@ -33,7 +33,6 @@ CONFIGURE_ARGS=	--without-curl \
 		--with-boost-regex=boost_regex
 
 BROKEN_sparc64=	does not install
-BROKEN_FreeBSD_9=	segfault in gcc
 
 OPTIONS_DEFINE=	FLAC NLS QT5
 OPTIONS_DEFAULT=	FLAC QT5

Modified: head/multimedia/mkvtoolnix/distinfo
==============================================================================
--- head/multimedia/mkvtoolnix/distinfo	Wed Jun  1 18:01:50 2016	(r416254)
+++ head/multimedia/mkvtoolnix/distinfo	Wed Jun  1 18:07:37 2016	(r416255)
@@ -1,2 +1,3 @@
-SHA256 (mkvtoolnix-9.1.0.tar.xz) = 1471370251ff8414f3c02a0e21ec41c644f9d54bf4f1f5253d0cd9406281ce60
-SIZE (mkvtoolnix-9.1.0.tar.xz) = 3702480
+TIMESTAMP = 1464772982
+SHA256 (mkvtoolnix-9.2.0.tar.xz) = 2c2a6b905acfede9eebfe58652b06c88501169d3b9a3c70af78774733ded8b01
+SIZE (mkvtoolnix-9.2.0.tar.xz) = 3706756


More information about the svn-ports-head mailing list