Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2019 00:50:14 +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: r501995 - in head/mail/thunderbird: . files
Message-ID:  <201905190050.x4J0oEGq067135@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun May 19 00:50:14 2019
New Revision: 501995
URL: https://svnweb.freebsd.org/changeset/ports/501995

Log:
  mail/thunderbird: update to 60.7.0
  
  Changes:	https://www.thunderbird.net/thunderbird/60.7.0/releasenotes/
  Reported by:	Repology

Added:
  head/mail/thunderbird/files/patch-a-bug1502799   (contents, props changed)
Modified:
  head/mail/thunderbird/Makefile   (contents, props changed)
  head/mail/thunderbird/distinfo   (contents, props changed)

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Sat May 18 23:38:10 2019	(r501994)
+++ head/mail/thunderbird/Makefile	Sun May 19 00:50:14 2019	(r501995)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	thunderbird
-DISTVERSION=	60.6.1
-PORTREVISION=	5
+DISTVERSION=	60.7.0
 CATEGORIES=	mail news net-im ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source

Modified: head/mail/thunderbird/distinfo
==============================================================================
--- head/mail/thunderbird/distinfo	Sat May 18 23:38:10 2019	(r501994)
+++ head/mail/thunderbird/distinfo	Sun May 19 00:50:14 2019	(r501995)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553477967
-SHA256 (thunderbird-60.6.1.source.tar.xz) = 17aef9232a76bdc812422883c02b01b4ecb7633c3ee9870da5e4ec0e20ba5f67
-SIZE (thunderbird-60.6.1.source.tar.xz) = 288706632
+TIMESTAMP = 1558094849
+SHA256 (thunderbird-60.7.0.source.tar.xz) = 377ca762624df103dd768dc36b7632537b46aa83ddc9d336a157cadcde8bb51d
+SIZE (thunderbird-60.7.0.source.tar.xz) = 285728804

Added: head/mail/thunderbird/files/patch-a-bug1502799
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/thunderbird/files/patch-a-bug1502799	Sun May 19 00:50:14 2019	(r501995)
@@ -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?201905190050.x4J0oEGq067135>