pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/thunderbird



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Mar  4 15:59:06 UTC 2019

Modified Files:
        pkgsrc/mail/thunderbird: Makefile distinfo
Added Files:
        pkgsrc/mail/thunderbird/patches:
            patch-servo_components_style__traits_lib.rs
            patch-servo_components_style_lib.rs

Log Message:
Fix build with lang/rust-1.33.0. Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.221 -r1.222 pkgsrc/mail/thunderbird/Makefile
cvs rdiff -u -r1.205 -r1.206 pkgsrc/mail/thunderbird/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/mail/thunderbird/patches/patch-servo_components_style__traits_lib.rs \
    pkgsrc/mail/thunderbird/patches/patch-servo_components_style_lib.rs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/thunderbird/Makefile
diff -u pkgsrc/mail/thunderbird/Makefile:1.221 pkgsrc/mail/thunderbird/Makefile:1.222
--- pkgsrc/mail/thunderbird/Makefile:1.221      Tue Feb 26 11:32:12 2019
+++ pkgsrc/mail/thunderbird/Makefile    Mon Mar  4 15:59:06 2019
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.221 2019/02/26 11:32:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.222 2019/03/04 15:59:06 ryoon Exp $
 
 DISTNAME=      thunderbird-${TB_VER}.source
 PKGNAME=       thunderbird-${TB_VER}
-TB_VER=                60.5.1
+PKGREVISION=   1
+TB_VER=                60.5.2
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/mail/thunderbird/distinfo
diff -u pkgsrc/mail/thunderbird/distinfo:1.205 pkgsrc/mail/thunderbird/distinfo:1.206
--- pkgsrc/mail/thunderbird/distinfo:1.205      Tue Feb 26 11:32:12 2019
+++ pkgsrc/mail/thunderbird/distinfo    Mon Mar  4 15:59:06 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.205 2019/02/26 11:32:12 ryoon Exp $
+$NetBSD: distinfo,v 1.206 2019/03/04 15:59:06 ryoon Exp $
 
-SHA1 (thunderbird-60.5.1.source.tar.xz) = 6c4b6e550d553ac16298403f9de22354ed30bf5d
-RMD160 (thunderbird-60.5.1.source.tar.xz) = 8ed8447ea1d7a9ca3f227f1050969a68c8ed9ef6
-SHA512 (thunderbird-60.5.1.source.tar.xz) = dafb7c81568b96285aa367fdac3db65aa0972a8224385714b14b67abdd5b17df963aec63608538a566f20c655cf0eb6784ba2b304151b2cc9b9dc3fdd9a48c7c
-Size (thunderbird-60.5.1.source.tar.xz) = 285211052 bytes
+SHA1 (thunderbird-60.5.2.source.tar.xz) = ec7bca4bb6ba1808c1269c5a9080742134d4daad
+RMD160 (thunderbird-60.5.2.source.tar.xz) = 371dd39d9b61a3ff76bb4117bd497c015bde0645
+SHA512 (thunderbird-60.5.2.source.tar.xz) = a53c59114523b7554a09a84b1dca4b89f624acc4ffa7453dab417c7e11fd5aab6cb6739e26b804e0c30019edec757d86dabb336256a76e02b673cfef4b2678f0
+Size (thunderbird-60.5.2.source.tar.xz) = 284520208 bytes
 SHA1 (patch-browser_app_profile_firefox.js) = a939d5d4f0284f66a83bc0062f0fc173e6f75bd2
 SHA1 (patch-build_moz.configure_old.configure) = 6cded37360c0609e780f4fdd19ed5e81d5de43f3
 SHA1 (patch-build_moz.configure_rust.configure) = 98a009b91dc10b741d3fff3103c782d63373ad29
@@ -39,7 +39,9 @@ SHA1 (patch-media_webrtc_trunk_webrtc_mo
 SHA1 (patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc) = b950dc99c51af7aa51f485457a0653aa9d17f5a4
 SHA1 (patch-modules_pdfium_update.sh) = 2aecc41e917781da55edfeb1c3a540548d2244aa
 SHA1 (patch-old-configure.in) = 8e90c04b1eefaff1822a89f5940a0e335c2c0b5e
+SHA1 (patch-servo_components_style__traits_lib.rs) = b07dfc91bae3f94b7da0c5dab523a6901b9b1bf7
 SHA1 (patch-servo_components_style_build__gecko.rs) = 3fd66ec7c6af23a3e2b3299b68c48777ab62b48b
+SHA1 (patch-servo_components_style_lib.rs) = 1df2f6580da3c4a2fadd7ddcead000fa3c8a6a14
 SHA1 (patch-toolkit_components_terminator_nsTerminator.cpp) = 11201c556ceb111ccf028df10fdda335e8fdb0c3
 SHA1 (patch-toolkit_library_moz.build) = 429745ec028ce71d8ba2457679b715ac14b6e2d3
 SHA1 (patch-toolkit_moz.configure) = 994c8ff526984482b0e5fa26176ed6c20380a97d

Added files:

Index: pkgsrc/mail/thunderbird/patches/patch-servo_components_style__traits_lib.rs
diff -u /dev/null pkgsrc/mail/thunderbird/patches/patch-servo_components_style__traits_lib.rs:1.1
--- /dev/null   Mon Mar  4 15:59:06 2019
+++ pkgsrc/mail/thunderbird/patches/patch-servo_components_style__traits_lib.rs Mon Mar  4 15:59:06 2019
@@ -0,0 +1,13 @@
+$NetBSD: patch-servo_components_style__traits_lib.rs,v 1.1 2019/03/04 15:59:06 ryoon Exp $
+
+--- servo/components/style_traits/lib.rs.orig  2019-02-21 19:22:50.000000000 +0000
++++ servo/components/style_traits/lib.rs
+@@ -9,8 +9,6 @@
+ #![crate_name = "style_traits"]
+ #![crate_type = "rlib"]
+ 
+-#![deny(unsafe_code, missing_docs)]
+-
+ extern crate app_units;
+ #[macro_use] extern crate bitflags;
+ #[macro_use] extern crate cssparser;
Index: pkgsrc/mail/thunderbird/patches/patch-servo_components_style_lib.rs
diff -u /dev/null pkgsrc/mail/thunderbird/patches/patch-servo_components_style_lib.rs:1.1
--- /dev/null   Mon Mar  4 15:59:06 2019
+++ pkgsrc/mail/thunderbird/patches/patch-servo_components_style_lib.rs Mon Mar  4 15:59:06 2019
@@ -0,0 +1,13 @@
+$NetBSD: patch-servo_components_style_lib.rs,v 1.1 2019/03/04 15:59:06 ryoon Exp $
+
+--- servo/components/style/lib.rs.orig 2019-02-21 19:22:50.000000000 +0000
++++ servo/components/style/lib.rs
+@@ -23,8 +23,6 @@
+ //! [cssparser]: ../cssparser/index.html
+ //! [selectors]: ../selectors/index.html
+ 
+-#![deny(missing_docs)]
+-
+ extern crate app_units;
+ extern crate arrayvec;
+ extern crate atomic_refcell;



Home | Main Index | Thread Index | Old Index