Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2019 18:22:55 +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: r501798 - in head/www/firefox-esr: . files
Message-ID:  <201905161822.x4GIMttM040297@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu May 16 18:22:54 2019
New Revision: 501798
URL: https://svnweb.freebsd.org/changeset/ports/501798

Log:
  www/firefox-esr: update to 60.7.0
  
  Changes:	https://www.mozilla.org/firefox/60.7.0/releasenotes/

Added:
  head/www/firefox-esr/files/patch-a-bug1502799   (contents, props changed)
Modified:
  head/www/firefox-esr/Makefile   (contents, props changed)
  head/www/firefox-esr/distinfo   (contents, props changed)

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Thu May 16 18:22:06 2019	(r501797)
+++ head/www/firefox-esr/Makefile	Thu May 16 18:22:54 2019	(r501798)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	firefox
-DISTVERSION=	60.6.3
-PORTREVISION=	1
+DISTVERSION=	60.7.0
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \

Modified: head/www/firefox-esr/distinfo
==============================================================================
--- head/www/firefox-esr/distinfo	Thu May 16 18:22:06 2019	(r501797)
+++ head/www/firefox-esr/distinfo	Thu May 16 18:22:54 2019	(r501798)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557262721
-SHA256 (firefox-60.6.3esr.source.tar.xz) = eebf34968c64cf8c007dd0da98124edf55cdda141f8b4c653e8e00b22650833e
-SIZE (firefox-60.6.3esr.source.tar.xz) = 268688628
+TIMESTAMP = 1557861234
+SHA256 (firefox-60.7.0esr.source.tar.xz) = 0a5f0c1d8d1e9443d85083d37fec32e5cc15c1001ea992d49745490065b4a023
+SIZE (firefox-60.7.0esr.source.tar.xz) = 268497160

Added: head/www/firefox-esr/files/patch-a-bug1502799
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/firefox-esr/files/patch-a-bug1502799	Thu May 16 18:22:54 2019	(r501798)
@@ -0,0 +1,50 @@
+commit f57498276d74
+Author: Andrea Marchesini <amarchesini@mozilla.com>
+Date:   Wed May 15 22:00:00 2019 -0700
+
+    Bug 1502799 - Reintroduce serialize_function, disabled by mistake by previous patches, r=emilio
+---
+ servo/components/style/gecko_string_cache/namespace.rs | 1 -
+ servo/components/style_traits/values.rs                | 3 ---
+ 2 files changed, 4 deletions(-)
+
+diff --git servo/components/style/gecko_string_cache/namespace.rs servo/components/style/gecko_string_cache/namespace.rs
+index 71d2fce8ff6b..92288574e145 100644
+--- servo/components/style/gecko_string_cache/namespace.rs
++++ servo/components/style/gecko_string_cache/namespace.rs
+@@ -11,7 +11,6 @@ use std::fmt;
+ use std::ops::Deref;
+ use string_cache::{Atom, WeakAtom};
+ 
+-/// aaa
+ #[macro_export]
+ macro_rules! ns {
+     () => { $crate::string_cache::Namespace(atom!("")) };
+diff --git servo/components/style_traits/values.rs servo/components/style_traits/values.rs
+index 40209772a790..d6bd05b7b40e 100644
+--- servo/components/style_traits/values.rs
++++ servo/components/style_traits/values.rs
+@@ -135,7 +135,6 @@ where
+     }
+ }
+ 
+-/*
+ #[macro_export]
+ macro_rules! serialize_function {
+     ($dest: expr, $name: ident($( $arg: expr, )+)) => {
+@@ -153,7 +152,6 @@ macro_rules! serialize_function {
+         }
+     }
+ }
+-*/
+ 
+ /// Convenience wrapper to serialise CSS values separated by a given string.
+ pub struct SequenceWriter<'a, 'b: 'a, W: 'b> {
+@@ -406,7 +404,6 @@ impl_to_css_for_predefined_type!(::cssparser::RGBA);
+ impl_to_css_for_predefined_type!(::cssparser::Color);
+ impl_to_css_for_predefined_type!(::cssparser::UnicodeRange);
+ 
+-/// Define an enum type with unit variants that each correspond to a CSS keyword.
+ #[macro_export]
+ macro_rules! define_css_keyword_enum {
+     (pub enum $name:ident { $($variant:ident = $css:expr,)+ }) => {



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