From owner-svn-ports-head@freebsd.org Mon Jan 25 22:06:45 2016 Return-Path: Delivered-To: svn-ports-head@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 C6BB5A45D6D; Mon, 25 Jan 2016 22:06:45 +0000 (UTC) (envelope-from pawel@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 949D4DB8; Mon, 25 Jan 2016 22:06:45 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0PM6ivK056065; Mon, 25 Jan 2016 22:06:44 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0PM6iIn056063; Mon, 25 Jan 2016 22:06:44 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601252206.u0PM6iIn056063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 25 Jan 2016 22:06:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407244 - head/multimedia/lives X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 22:06:45 -0000 Author: pawel Date: Mon Jan 25 22:06:44 2016 New Revision: 407244 URL: https://svnweb.freebsd.org/changeset/ports/407244 Log: Update to version 2.4.8 Changelog: 2.4.8: Fix hang in merge in Clip Editor (regression). Fix rendering error in multitrack (wrong clip number). 2.4.7: Fix regression in "Insert Silence". Fix background colour for notebook tabs in multitack (gtk+ 3.x) Fix crash when entering Preferences dialog (GType error). Reshow timeline after hiding it. Update current time when clicking on timeline header in Multitrack (regression). Trivial compiler fix for gtk+ 2.x Modified: head/multimedia/lives/Makefile head/multimedia/lives/distinfo Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Mon Jan 25 21:45:54 2016 (r407243) +++ head/multimedia/lives/Makefile Mon Jan 25 22:06:44 2016 (r407244) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lives -PORTVERSION= 2.4.6 +PORTVERSION= 2.4.8 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ Modified: head/multimedia/lives/distinfo ============================================================================== --- head/multimedia/lives/distinfo Mon Jan 25 21:45:54 2016 (r407243) +++ head/multimedia/lives/distinfo Mon Jan 25 22:06:44 2016 (r407244) @@ -1,2 +1,2 @@ -SHA256 (lives-2.4.6.tar.bz2) = 9af17c28142fe2d42ab73cfb8e7cd3ca5203a5b62af057b2ea50ecd11b4fa011 -SIZE (lives-2.4.6.tar.bz2) = 3808210 +SHA256 (lives-2.4.8.tar.bz2) = 6c9c0b1bc833290a3730bafbb379ab9ee7d9728053ad9cc74bc86638ba1a8a60 +SIZE (lives-2.4.8.tar.bz2) = 3780759