From owner-svn-ports-all@freebsd.org Sat May 2 00:54:23 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 4C6F92B5C6A; Sat, 2 May 2020 00:54:23 +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 49DVxq1Mwcz4Lkq; Sat, 2 May 2020 00:54:23 +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 2A4B5192C8; Sat, 2 May 2020 00:54:23 +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 0420sN7h025522; Sat, 2 May 2020 00:54:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0420sLW3025511; Sat, 2 May 2020 00:54:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202005020054.0420sLW3025511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 2 May 2020 00:54:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533596 - in head: graphics/libavif mail/thunderbird multimedia/aom multimedia/ffmpeg multimedia/gstreamer1-plugins-aom multimedia/vlc www/firefox www/firefox-esr X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: graphics/libavif mail/thunderbird multimedia/aom multimedia/ffmpeg multimedia/gstreamer1-plugins-aom multimedia/vlc www/firefox www/firefox-esr X-SVN-Commit-Revision: 533596 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: Sat, 02 May 2020 00:54:23 -0000 Author: jbeich Date: Sat May 2 00:54:20 2020 New Revision: 533596 URL: https://svnweb.freebsd.org/changeset/ports/533596 Log: multimedia/aom: update to 1.0.0.3596 Changes: https://aomedia.googlesource.com/aom/+log/5d6f2d42c..26878968a Modified: head/graphics/libavif/Makefile (contents, props changed) head/mail/thunderbird/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) head/multimedia/vlc/Makefile (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox/Makefile (contents, props changed) Modified: head/graphics/libavif/Makefile ============================================================================== --- head/graphics/libavif/Makefile Sat May 2 00:54:09 2020 (r533595) +++ head/graphics/libavif/Makefile Sat May 2 00:54:20 2020 (r533596) @@ -3,7 +3,7 @@ PORTNAME= libavif DISTVERSIONPREFIX= v DISTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Sat May 2 00:54:09 2020 (r533595) +++ head/mail/thunderbird/Makefile Sat May 2 00:54:20 2020 (r533596) @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 68.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: head/multimedia/aom/Makefile ============================================================================== --- head/multimedia/aom/Makefile Sat May 2 00:54:09 2020 (r533595) +++ head/multimedia/aom/Makefile Sat May 2 00:54:20 2020 (r533596) @@ -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-3547 -DISTVERSIONSUFFIX= -g5d6f2d42c +DISTVERSION= 1.0.0-3596 +DISTVERSIONSUFFIX= -g26878968a CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/aom/distinfo ============================================================================== --- head/multimedia/aom/distinfo Sat May 2 00:54:09 2020 (r533595) +++ head/multimedia/aom/distinfo Sat May 2 00:54:20 2020 (r533596) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588032240 -SHA256 (jbeich-aom-v1.0.0-3547-g5d6f2d42c_GH0.tar.gz) = c8591c5f89620f0ec14acf828bfde85323d4b5920a5ed7763eb93562cc06d9cd -SIZE (jbeich-aom-v1.0.0-3547-g5d6f2d42c_GH0.tar.gz) = 3518324 +TIMESTAMP = 1588374503 +SHA256 (jbeich-aom-v1.0.0-3596-g26878968a_GH0.tar.gz) = d6e11b06faf54dd628d4fc86ba4c073c25eb452488d459aa19d04da093cdc128 +SIZE (jbeich-aom-v1.0.0-3596-g26878968a_GH0.tar.gz) = 3521647 Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sat May 2 00:54:09 2020 (r533595) +++ head/multimedia/ffmpeg/Makefile Sat May 2 00:54:20 2020 (r533596) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 4.2.2 -PORTREVISION= 12 +PORTREVISION= 13 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 Sat May 2 00:54:09 2020 (r533595) +++ head/multimedia/gstreamer1-plugins-aom/Makefile Sat May 2 00:54:20 2020 (r533596) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= multimedia COMMENT= GStreamer (libaom) plugin Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Sat May 2 00:54:09 2020 (r533595) +++ head/multimedia/vlc/Makefile Sat May 2 00:54:20 2020 (r533596) @@ -3,6 +3,7 @@ PORTNAME= vlc DISTVERSION= 3.0.10 +PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= multimedia audio net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Sat May 2 00:54:09 2020 (r533595) +++ head/www/firefox-esr/Makefile Sat May 2 00:54:20 2020 (r533596) @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 68.8.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sat May 2 00:54:09 2020 (r533595) +++ head/www/firefox/Makefile Sat May 2 00:54:20 2020 (r533596) @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 76.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \