From owner-svn-ports-head@freebsd.org Sat Nov 12 20:28:54 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 DF4EEC3EA62; Sat, 12 Nov 2016 20:28:54 +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 8AD6AD60; Sat, 12 Nov 2016 20:28:54 +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 uACKSrwd002856; Sat, 12 Nov 2016 20:28:53 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACKSrcY002853; Sat, 12 Nov 2016 20:28:53 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201611122028.uACKSrcY002853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 12 Nov 2016 20:28:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425990 - 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.23 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: Sat, 12 Nov 2016 20:28:55 -0000 Author: pawel Date: Sat Nov 12 20:28:53 2016 New Revision: 425990 URL: https://svnweb.freebsd.org/changeset/ports/425990 Log: - Update to version 2.8.1 - Drop maintainership Release annoucement: This release addresses various important security issues which were identified by the debian maintainers. There is also a fix for broken audio encoding with clips > 30 minutes long. Note: in addition, for new installs the default LiVES working directory is now "livesprojects" rather than "livestmp". The documentation will be updated to reflect this. Due to the security issues identified, all users are advised to upgrade, especially if using LiVES on a multi-user system. Modified: head/multimedia/lives/Makefile head/multimedia/lives/distinfo Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Sat Nov 12 20:11:37 2016 (r425989) +++ head/multimedia/lives/Makefile Sat Nov 12 20:28:53 2016 (r425990) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= lives -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= multimedia MASTER_SITES= SF -MAINTAINER= pawel@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Video editing system LICENSE= GPLv3 @@ -93,6 +92,9 @@ post-patch: @${REINPLACE_CMD} '/selectRandom/d' \ ${WRKSRC}/lives-plugins/weed-plugins/projectM.cpp +pre-build-NLS-on: + @(cd ${WRKSRC}/po && ${DO_MAKE_BUILD} update-po) + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/multimedia/lives/distinfo ============================================================================== --- head/multimedia/lives/distinfo Sat Nov 12 20:11:37 2016 (r425989) +++ head/multimedia/lives/distinfo Sat Nov 12 20:28:53 2016 (r425990) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473086975 -SHA256 (lives-2.8.0.tar.bz2) = eecea7a7517d944b1dc04b2f7ce51517e96531b04e67f3d34b0f8ef729d19fdc -SIZE (lives-2.8.0.tar.bz2) = 3888265 +TIMESTAMP = 1478887261 +SHA256 (lives-2.8.1.tar.bz2) = fcfec5c802a732b2856bff5a3dbe2d157caff663f7d24d78c5e05548941a6024 +SIZE (lives-2.8.1.tar.bz2) = 3888441