summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authorryoon <ryoon>2014-02-21 16:17:47 +0000
committerryoon <ryoon>2014-02-21 16:17:47 +0000
commit2bc5c3cafddd5110059b0d503e7b1ce0d2d5cea3 (patch)
tree3c6dcf99b8cc251ebf9de9b4648724bd1f360a7e /www/firefox
parentb5d522235ce10073fc962705086ceb77575b0c43 (diff)
downloadpkgsrc-2bc5c3cafddd5110059b0d503e7b1ce0d2d5cea3.tar.gz
Bump PKGREVISION
Fix SUBST string. From tsutsui@, thank you.
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/Makefile3
-rw-r--r--www/firefox/distinfo4
-rw-r--r--www/firefox/patches/patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp4
3 files changed, 6 insertions, 5 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 302c048c259..7632cedaf57 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2014/02/20 13:19:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.154 2014/02/21 16:17:47 ryoon Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 27.0
@@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR= .1
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
diff --git a/www/firefox/distinfo b/www/firefox/distinfo
index f50d4108720..5f4875ca305 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.132 2014/02/20 13:19:03 ryoon Exp $
+$NetBSD: distinfo,v 1.133 2014/02/21 16:17:47 ryoon Exp $
SHA1 (firefox-27.0.1.source.tar.bz2) = 29dc759e36f2b9381e80ac48ce59635ea25033dc
RMD160 (firefox-27.0.1.source.tar.bz2) = c6849fd4af75d8e6cb559b22bb7e3d1a616e270c
@@ -25,7 +25,7 @@ SHA1 (patch-config_system__wrappers_unwind.h) = b3bdac0710179b9c8f8eabd824216d01
SHA1 (patch-dom_plugins_ipc_PluginModuleChild.cpp) = 69b0a51d733cd52e7d200052362e0faf4ec918f1
SHA1 (patch-dom_plugins_ipc_PluginModuleChild.h) = 0a7f3167e939822013ae6195406657453578453e
SHA1 (patch-extensions_auth_nsAuthGSSAPI.cpp) = 548886fc4a86a988f3f91650061ddc04f37653a8
-SHA1 (patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp) = ccc438b47a907c2f4fc3ababd03cca8d790e5400
+SHA1 (patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp) = a2a0652d0eac018fda06e729bf5ba786dd8a3866
SHA1 (patch-gfx__skia__include__core__SkPreConfig.h) = 6f99cf0eb5d4617d529c378707f537bc1e5cb28f
SHA1 (patch-gfx_graphite2_src_Bidi.cpp) = 5e80b4a32a47ae44d237fec69ea87bdd612a76ce
SHA1 (patch-gfx_skia_moz.build) = dd83548d5eb7c3495932dd7df94c699c8c82270e
diff --git a/www/firefox/patches/patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp b/www/firefox/patches/patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp
index 942ba04d126..ec574e4a722 100644
--- a/www/firefox/patches/patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp
+++ b/www/firefox/patches/patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp
@@ -1,4 +1,4 @@
-$NetBSD: patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp,v 1.3 2014/02/20 13:19:03 ryoon Exp $
+$NetBSD: patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp,v 1.4 2014/02/21 16:17:47 ryoon Exp $
--- extensions/spellcheck/hunspell/src/mozHunspell.cpp.orig 2014-02-12 21:28:58.000000000 +0000
+++ extensions/spellcheck/hunspell/src/mozHunspell.cpp
@@ -8,7 +8,7 @@ $NetBSD: patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp,v 1.3 2014/02/
+ // load system hunspell dictionaries
+ nsIFile* hunDir;
-+ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("/usr/pkg/share/hunspell"),
++ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("@PREFIX@/share/hunspell"),
+ true, &hunDir);
+ LoadDictionariesFromDir(hunDir);
+