From owner-svn-ports-all@freebsd.org Thu Jan 23 00:55:33 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A3570223B57; Thu, 23 Jan 2020 00:55:33 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4833jK3qDnz3GvG; Thu, 23 Jan 2020 00:55:33 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7E7C46620; Thu, 23 Jan 2020 00:55:33 +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 00N0tXSf011533; Thu, 23 Jan 2020 00:55:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00N0tW2f011528; Thu, 23 Jan 2020 00:55:32 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202001230055.00N0tW2f011528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 23 Jan 2020 00:55:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523852 - in head: graphics/libavif multimedia/aom multimedia/ffmpeg multimedia/gstreamer1-plugins-aom X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: graphics/libavif multimedia/aom multimedia/ffmpeg multimedia/gstreamer1-plugins-aom X-SVN-Commit-Revision: 523852 X-SVN-Commit-Repository: ports 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.29 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: Thu, 23 Jan 2020 00:55:33 -0000 Author: jbeich Date: Thu Jan 23 00:55:32 2020 New Revision: 523852 URL: https://svnweb.freebsd.org/changeset/ports/523852 Log: multimedia/aom: update to 1.0.0.2985 Changes: https://aomedia.googlesource.com/aom/+log/37d6a4b69..b14b3dbef Modified: head/graphics/libavif/Makefile (contents, props changed) head/multimedia/aom/Makefile (contents, props changed) head/multimedia/aom/distinfo (contents, props changed) head/multimedia/ffmpeg/Makefile (contents, props changed) head/multimedia/gstreamer1-plugins-aom/Makefile (contents, props changed) Modified: head/graphics/libavif/Makefile ============================================================================== --- head/graphics/libavif/Makefile Thu Jan 23 00:55:20 2020 (r523851) +++ head/graphics/libavif/Makefile Thu Jan 23 00:55:32 2020 (r523852) @@ -3,6 +3,7 @@ PORTNAME= libavif DISTVERSIONPREFIX= v DISTVERSION= 0.5.4 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/aom/Makefile ============================================================================== --- head/multimedia/aom/Makefile Thu Jan 23 00:55:20 2020 (r523851) +++ head/multimedia/aom/Makefile Thu Jan 23 00:55:32 2020 (r523852) @@ -3,8 +3,8 @@ PORTNAME= aom DISTVERSIONPREFIX= v # XXX Switch to release after https://bugs.chromium.org/p/aomedia/issues/detail?id=2545 -DISTVERSION= 1.0.0-2964 -DISTVERSIONSUFFIX= -g37d6a4b69 +DISTVERSION= 1.0.0-2985 +DISTVERSIONSUFFIX= -gb14b3dbef CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/aom/distinfo ============================================================================== --- head/multimedia/aom/distinfo Thu Jan 23 00:55:20 2020 (r523851) +++ head/multimedia/aom/distinfo Thu Jan 23 00:55:32 2020 (r523852) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579291983 -SHA256 (jbeich-aom-v1.0.0-2964-g37d6a4b69_GH0.tar.gz) = 8d79c588b6d38123f5ba02204b81b4a8d0cf3faea50c76ac80ca5d329662901e -SIZE (jbeich-aom-v1.0.0-2964-g37d6a4b69_GH0.tar.gz) = 3487453 +TIMESTAMP = 1579730157 +SHA256 (jbeich-aom-v1.0.0-2985-gb14b3dbef_GH0.tar.gz) = b53d1fe67339f98689ca8bc4ab0bc4ba32047b05e33fcca17cbe56be400572bf +SIZE (jbeich-aom-v1.0.0-2985-gb14b3dbef_GH0.tar.gz) = 3491960 Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Thu Jan 23 00:55:20 2020 (r523851) +++ head/multimedia/ffmpeg/Makefile Thu Jan 23 00:55:32 2020 (r523852) @@ -3,6 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 4.2.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ Modified: head/multimedia/gstreamer1-plugins-aom/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-aom/Makefile Thu Jan 23 00:55:20 2020 (r523851) +++ head/multimedia/gstreamer1-plugins-aom/Makefile Thu Jan 23 00:55:32 2020 (r523852) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia COMMENT= GStreamer (libaom) plugin