From owner-svn-ports-all@freebsd.org Fri Dec 30 08:08:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B118C97309; Fri, 30 Dec 2016 08:08:22 +0000 (UTC) (envelope-from jbeich@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 mx1.freebsd.org (Postfix) with ESMTPS id 182EC187D; Fri, 30 Dec 2016 08:08:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBU88LPB070909; Fri, 30 Dec 2016 08:08:21 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBU88KmX070897; Fri, 30 Dec 2016 08:08:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612300808.uBU88KmX070897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 30 Dec 2016 08:08:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429961 - in head: games/retroarch multimedia/aegisub multimedia/bino multimedia/ffmpeg multimedia/gstreamer1-plugins-assrender multimedia/handbrake multimedia/kodi multimedia/mplayer2 ... X-SVN-Group: ports-head 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.23 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: Fri, 30 Dec 2016 08:08:22 -0000 Author: jbeich Date: Fri Dec 30 08:08:19 2016 New Revision: 429961 URL: https://svnweb.freebsd.org/changeset/ports/429961 Log: multimedia/libass: belatedly bump PORTREVISION after r429876 ASS_Style grew in size by |int Justify| member. Old consumers may not initialize it leading to crashes. Reported by: Kevin Oberman Modified: head/games/retroarch/Makefile (contents, props changed) head/multimedia/aegisub/Makefile (contents, props changed) head/multimedia/bino/Makefile (contents, props changed) head/multimedia/ffmpeg/Makefile (contents, props changed) head/multimedia/gstreamer1-plugins-assrender/Makefile (contents, props changed) head/multimedia/handbrake/Makefile (contents, props changed) head/multimedia/kodi/Makefile (contents, props changed) head/multimedia/mplayer2/Makefile (contents, props changed) head/multimedia/mpv/Makefile (contents, props changed) head/multimedia/plexhometheater/Makefile (contents, props changed) head/multimedia/vapoursynth/Makefile (contents, props changed) head/multimedia/vlc/Makefile (contents, props changed) Modified: head/games/retroarch/Makefile ============================================================================== --- head/games/retroarch/Makefile Fri Dec 30 07:28:12 2016 (r429960) +++ head/games/retroarch/Makefile Fri Dec 30 08:08:19 2016 (r429961) @@ -4,7 +4,7 @@ PORTNAME= RetroArch PORTVERSION= 1.3.6 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= yuri@rawbw.com Modified: head/multimedia/aegisub/Makefile ============================================================================== --- head/multimedia/aegisub/Makefile Fri Dec 30 07:28:12 2016 (r429960) +++ head/multimedia/aegisub/Makefile Fri Dec 30 08:08:19 2016 (r429961) @@ -3,7 +3,7 @@ PORTNAME= aegisub PORTVERSION= 3.2.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= multimedia MASTER_SITES= http://ftp.aegisub.org/pub/archives/releases/source/ \ ftp://ftp.aegisub.org/pub/archives/releases/source/ \ Modified: head/multimedia/bino/Makefile ============================================================================== --- head/multimedia/bino/Makefile Fri Dec 30 07:28:12 2016 (r429960) +++ head/multimedia/bino/Makefile Fri Dec 30 08:08:19 2016 (r429961) @@ -3,7 +3,7 @@ PORTNAME= bino PORTVERSION= 1.4.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MASTER_SITES= http://download.savannah.nongnu.org/releases/bino/ http://levsha.me/ports/distfiles/ Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Fri Dec 30 07:28:12 2016 (r429960) +++ head/multimedia/ffmpeg/Makefile Fri Dec 30 08:08:19 2016 (r429961) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 3.2.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: head/multimedia/gstreamer1-plugins-assrender/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-assrender/Makefile Fri Dec 30 07:28:12 2016 (r429960) +++ head/multimedia/gstreamer1-plugins-assrender/Makefile Fri Dec 30 08:08:19 2016 (r429961) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= GStreamer ASS/SSA text renderer plugin Modified: head/multimedia/handbrake/Makefile ============================================================================== --- head/multimedia/handbrake/Makefile Fri Dec 30 07:28:12 2016 (r429960) +++ head/multimedia/handbrake/Makefile Fri Dec 30 08:08:19 2016 (r429961) @@ -3,7 +3,7 @@ PORTNAME= handbrake PORTVERSION= 0.10.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://download.handbrake.fr/releases/${PORTVERSION}/ \ http://download.handbrake.fr/handbrake/contrib/:contrib \ Modified: head/multimedia/kodi/Makefile ============================================================================== --- head/multimedia/kodi/Makefile Fri Dec 30 07:28:12 2016 (r429960) +++ head/multimedia/kodi/Makefile Fri Dec 30 08:08:19 2016 (r429961) @@ -2,7 +2,7 @@ PORTNAME= kodi DISTVERSION= 16.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia java MAINTAINER= mickael.maillot@gmail.com Modified: head/multimedia/mplayer2/Makefile ============================================================================== --- head/multimedia/mplayer2/Makefile Fri Dec 30 07:28:12 2016 (r429960) +++ head/multimedia/mplayer2/Makefile Fri Dec 30 08:08:19 2016 (r429961) @@ -2,7 +2,7 @@ PORTNAME= mplayer2 PORTVERSION= ${MPLAYER2_PORT_VERSION} -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= multimedia audio MASTER_SITES= LOCAL/gblach/ Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Fri Dec 30 07:28:12 2016 (r429960) +++ head/multimedia/mpv/Makefile Fri Dec 30 08:08:19 2016 (r429961) @@ -4,6 +4,7 @@ PORTNAME= mpv PORTVERSION= 0.23.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio Modified: head/multimedia/plexhometheater/Makefile ============================================================================== --- head/multimedia/plexhometheater/Makefile Fri Dec 30 07:28:12 2016 (r429960) +++ head/multimedia/plexhometheater/Makefile Fri Dec 30 08:08:19 2016 (r429961) @@ -5,7 +5,7 @@ PORTNAME= plexhometheater PORTVERSION= 1.4.1 DISTVERSIONPREFIX=v DISTVERSIONSUFFIX=.469-47a90f01 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org Modified: head/multimedia/vapoursynth/Makefile ============================================================================== --- head/multimedia/vapoursynth/Makefile Fri Dec 30 07:28:12 2016 (r429960) +++ head/multimedia/vapoursynth/Makefile Fri Dec 30 08:08:19 2016 (r429961) @@ -2,7 +2,7 @@ PORTNAME= vapoursynth DISTVERSION= R35 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Fri Dec 30 07:28:12 2016 (r429960) +++ head/multimedia/vlc/Makefile Fri Dec 30 08:08:19 2016 (r429961) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.2.4 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \