pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/thunderbird10 Bump PKGREVISION



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afba4571dbc1
branches:  trunk
changeset: 607340:afba4571dbc1
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Aug 09 15:57:06 2012 +0000

description:
Bump PKGREVISION

* Fix version number in ~/.thunderbird/*/prefs.js, s/10.0.6esrpre/10.0.6/
  Originally reported by is@ on tech-pkg@.
  Now firefox10-10.0.6 can be invoked from thunderbird10-10.0.6nb1.

diffstat:

 mail/thunderbird10/Makefile                                          |   3 +-
 mail/thunderbird10/distinfo                                          |   4 ++-
 mail/thunderbird10/patches/patch-mozilla_config_milestone.txt        |  12 ++++++++++
 mail/thunderbird10/patches/patch-mozilla_js_src_config_milestone.txt |  12 ++++++++++
 4 files changed, 29 insertions(+), 2 deletions(-)

diffs (71 lines):

diff -r a19d939b0346 -r afba4571dbc1 mail/thunderbird10/Makefile
--- a/mail/thunderbird10/Makefile       Thu Aug 09 14:13:31 2012 +0000
+++ b/mail/thunderbird10/Makefile       Thu Aug 09 15:57:06 2012 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2012/08/04 12:03:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2012/08/09 15:57:06 ryoon Exp $
 #
 
 DISTNAME=      thunderbird-${TB_VER}esr.source
 PKGNAME=       thunderbird10-${TB_VER}
+PKGREVISION=   1
 TB_VER=                10.0.6
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_MOZILLA_ESR:=thunderbird/releases/${TB_VER}esr/source/}
diff -r a19d939b0346 -r afba4571dbc1 mail/thunderbird10/distinfo
--- a/mail/thunderbird10/distinfo       Thu Aug 09 14:13:31 2012 +0000
+++ b/mail/thunderbird10/distinfo       Thu Aug 09 15:57:06 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2012/08/04 12:03:32 ryoon Exp $
+$NetBSD: distinfo,v 1.6 2012/08/09 15:57:06 ryoon Exp $
 
 SHA1 (enigmail-1.4.tar.gz) = 1ee4bcd8d38685af44c1aeeea4fbba7bf30513e4
 RMD160 (enigmail-1.4.tar.gz) = b3c717e150c826faae1daa09806e07dd16619c51
@@ -60,6 +60,7 @@
 SHA1 (patch-mn) = 043ff332b494ddc9dfff3286a4c7e296a9b352f4
 SHA1 (patch-mozilla_build_autoconf_gcc-pr49911.m4) = 84f15ee18c95829b19127b6efa46e57380528315
 SHA1 (patch-mozilla_build_autoconf_nss.m4) = 3344fd1a92508acf627371cebbb43b6f603652d5
+SHA1 (patch-mozilla_config_milestone.txt) = 105f664d6154a13849aa3cb30ad9318b88a9f2a5
 SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp) = 2b8ad715181bd74966dcd941aead2c84658ad8a1
 SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.h) = d2e60d0809eccb651ec8b17663a524004602c2db
 SHA1 (patch-mozilla_ipc_chromium_Makefile.in) = fc1e445bae48da5b3d4f97bf78b7ef3870032a06
@@ -76,6 +77,7 @@
 SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h) = c451010a3d2c638e70e1fcec876b20eea28cf2cf
 SHA1 (patch-mozilla_ipc_glue_GeckoChildProcessHost.cpp) = 3b4b7d9feacd477e89bfbb2bcebb3becfb8b1827
 SHA1 (patch-mozilla_js_src_build_autoconf_gcc-pr49911.m4) = 8aa13cbba888f0c077137686a7c9c791de58d800
+SHA1 (patch-mozilla_js_src_config_milestone.txt) = c8a18739a2d4d5eed6c00ba77de54978eea7c229
 SHA1 (patch-mozilla_js_src_jscpucfg.h) = 88a31fd62eda3bd7f95cae076a83b418e97e8412
 SHA1 (patch-mozilla_js_src_methodjit_MethodJIT.cpp) = c27d2e4105ea47a0fe2bec42ed2e9192db925c8c
 SHA1 (patch-mozilla_js_src_yarr_pcre_pcre.h) = 7d450964eba9c64cad932075c714087047fc8642
diff -r a19d939b0346 -r afba4571dbc1 mail/thunderbird10/patches/patch-mozilla_config_milestone.txt
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/thunderbird10/patches/patch-mozilla_config_milestone.txt     Thu Aug 09 15:57:06 2012 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-mozilla_config_milestone.txt,v 1.1 2012/08/09 15:57:06 ryoon Exp $
+
+* Fix version number in ~/.thunderbird/*/prefs.js
+
+--- mozilla/config/milestone.txt.orig  2012-07-13 22:36:25.000000000 +0000
++++ mozilla/config/milestone.txt
+@@ -10,4 +10,4 @@
+ # hardcoded milestones in the tree from these two files.
+ #--------------------------------------------------------
+ 
+-10.0.6esrpre
++10.0.6
diff -r a19d939b0346 -r afba4571dbc1 mail/thunderbird10/patches/patch-mozilla_js_src_config_milestone.txt
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/thunderbird10/patches/patch-mozilla_js_src_config_milestone.txt      Thu Aug 09 15:57:06 2012 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-mozilla_js_src_config_milestone.txt,v 1.1 2012/08/09 15:57:06 ryoon Exp $
+
+* Fix version number in ~/.thunderbird/*/prefs.js (not sure)
+
+--- mozilla/js/src/config/milestone.txt.orig   2012-07-13 22:36:25.000000000 +0000
++++ mozilla/js/src/config/milestone.txt
+@@ -10,4 +10,4 @@
+ # hardcoded milestones in the tree from these two files.
+ #--------------------------------------------------------
+ 
+-10.0.6esrpre
++10.0.6



Home | Main Index | Thread Index | Old Index