Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2019 00:46:56 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515736 - in head: mail/thunderbird multimedia/aom multimedia/aom/files multimedia/ffmpeg multimedia/gstreamer1-plugins-aom multimedia/vlc www/firefox www/firefox-esr
Message-ID:  <201910270046.x9R0kutI013642@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Oct 27 00:46:55 2019
New Revision: 515736
URL: https://svnweb.freebsd.org/changeset/ports/515736

Log:
  multimedia/aom: update to 1.0.0.2575
  
  Changes:	https://aomedia.googlesource.com/aom/+log/25daf5d22..6b855be18

Deleted:
  head/multimedia/aom/files/patch-aom_src_aom__encoder.c
Modified:
  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/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Sun Oct 27 00:46:46 2019	(r515735)
+++ head/mail/thunderbird/Makefile	Sun Oct 27 00:46:55 2019	(r515736)
@@ -3,6 +3,7 @@
 
 PORTNAME=	thunderbird
 DISTVERSION=	68.2.0
+PORTREVISION=	1
 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	Sun Oct 27 00:46:46 2019	(r515735)
+++ head/multimedia/aom/Makefile	Sun Oct 27 00:46:55 2019	(r515736)
@@ -2,14 +2,9 @@
 
 PORTNAME=	aom
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.0.0-2558
-DISTVERSIONSUFFIX=	-g25daf5d22
+DISTVERSION=	1.0.0-2575
+DISTVERSIONSUFFIX=	-g6b855be18
 CATEGORIES=	multimedia
-
-# XXX Drop revert of revert when ABI changes again
-# https://aomedia-review.googlesource.com/c/aom/+/96983
-PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES+=	a70e67a5fd6a.patch:-p1
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	AV1 reference encoder/decoder

Modified: head/multimedia/aom/distinfo
==============================================================================
--- head/multimedia/aom/distinfo	Sun Oct 27 00:46:46 2019	(r515735)
+++ head/multimedia/aom/distinfo	Sun Oct 27 00:46:55 2019	(r515736)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1571872871
-SHA256 (jbeich-aom-v1.0.0-2558-g25daf5d22_GH0.tar.gz) = 563e96a67ee406c5109a6c194fd8f6fe976e2db85d4ffb536e805e38018c8fb0
-SIZE (jbeich-aom-v1.0.0-2558-g25daf5d22_GH0.tar.gz) = 3437867
-SHA256 (a70e67a5fd6a.patch) = 1231481f9ecdddf19edf20734ee9d2782bf89afa8800d46470c915464c0c311c
-SIZE (a70e67a5fd6a.patch) = 32538
+TIMESTAMP = 1572056020
+SHA256 (jbeich-aom-v1.0.0-2575-g6b855be18_GH0.tar.gz) = 232f007ef17c40baff94985b3eef3dbe61ee543aac531f5413c988bf26519a67
+SIZE (jbeich-aom-v1.0.0-2575-g6b855be18_GH0.tar.gz) = 3441303

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Sun Oct 27 00:46:46 2019	(r515735)
+++ head/multimedia/ffmpeg/Makefile	Sun Oct 27 00:46:55 2019	(r515736)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ffmpeg
 PORTVERSION=	4.2.1
-PORTREVISION=	9
+PORTREVISION=	10
 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	Sun Oct 27 00:46:46 2019	(r515735)
+++ head/multimedia/gstreamer1-plugins-aom/Makefile	Sun Oct 27 00:46:55 2019	(r515736)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia
 
 COMMENT=	GStreamer (libaom) plugin

Modified: head/multimedia/vlc/Makefile
==============================================================================
--- head/multimedia/vlc/Makefile	Sun Oct 27 00:46:46 2019	(r515735)
+++ head/multimedia/vlc/Makefile	Sun Oct 27 00:46:55 2019	(r515736)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vlc
 DISTVERSION=	3.0.8
-PORTREVISION=	8
+PORTREVISION=	9
 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	Sun Oct 27 00:46:46 2019	(r515735)
+++ head/www/firefox-esr/Makefile	Sun Oct 27 00:46:55 2019	(r515736)
@@ -3,7 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	68.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Sun Oct 27 00:46:46 2019	(r515735)
+++ head/www/firefox/Makefile	Sun Oct 27 00:46:55 2019	(r515736)
@@ -3,7 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	70.0
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910270046.x9R0kutI013642>