diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-08-09 15:57:06 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-08-09 15:57:06 +0000 |
commit | f812e7b67da9ba3bfa39a3cf479edea4703e7e1e (patch) | |
tree | f3bc034e12704ee9bded929a67f47ba434a9b9d7 /mail | |
parent | f4c92c88a318be906310be775f79b7ffa77304c1 (diff) | |
download | pkgsrc-f812e7b67da9ba3bfa39a3cf479edea4703e7e1e.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/thunderbird10/Makefile | 3 | ||||
-rw-r--r-- | mail/thunderbird10/distinfo | 4 | ||||
-rw-r--r-- | mail/thunderbird10/patches/patch-mozilla_config_milestone.txt | 12 | ||||
-rw-r--r-- | mail/thunderbird10/patches/patch-mozilla_js_src_config_milestone.txt | 12 |
4 files changed, 29 insertions, 2 deletions
diff --git a/mail/thunderbird10/Makefile b/mail/thunderbird10/Makefile index fa321fddbf0..df383ed93d0 100644 --- a/mail/thunderbird10/Makefile +++ b/mail/thunderbird10/Makefile @@ -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 --git a/mail/thunderbird10/distinfo b/mail/thunderbird10/distinfo index 62e83d5a324..78652d99776 100644 --- a/mail/thunderbird10/distinfo +++ b/mail/thunderbird10/distinfo @@ -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-mm) = e9b4e83d4fee0aee0c56f85f0a320587184e2cf4 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_ipc__message__utils.h) = f55a 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 --git a/mail/thunderbird10/patches/patch-mozilla_config_milestone.txt b/mail/thunderbird10/patches/patch-mozilla_config_milestone.txt new file mode 100644 index 00000000000..cb12f99654f --- /dev/null +++ b/mail/thunderbird10/patches/patch-mozilla_config_milestone.txt @@ -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 --git a/mail/thunderbird10/patches/patch-mozilla_js_src_config_milestone.txt b/mail/thunderbird10/patches/patch-mozilla_js_src_config_milestone.txt new file mode 100644 index 00000000000..194f60ba6d4 --- /dev/null +++ b/mail/thunderbird10/patches/patch-mozilla_js_src_config_milestone.txt @@ -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 |