pkgsrc-WIP-changes archive

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

firefox-hg: adapt patch to upstream file path change.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Dec 14 17:44:23 2015 +0100
Changeset:	67b6272282fe28a84fb421738fc52e724a5e8dc9

Modified Files:
	firefox-hg/distinfo
Added Files:
	firefox-hg/patches/patch-browser_extensions_loop_run-all-loop-tests.sh
Removed Files:
	firefox-hg/patches/patch-browser_components_loop_run-all-loop-tests.sh

Log Message:
firefox-hg: adapt patch to upstream file path change.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=67b6272282fe28a84fb421738fc52e724a5e8dc9

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

diffstat:
 firefox-hg/distinfo                                       |  2 +-
 .../patch-browser_components_loop_run-all-loop-tests.sh   | 15 ---------------
 .../patch-browser_extensions_loop_run-all-loop-tests.sh   | 13 +++++++++++++
 3 files changed, 14 insertions(+), 16 deletions(-)

diffs:
diff --git a/firefox-hg/distinfo b/firefox-hg/distinfo
index 55c0a00..472d85c 100644
--- a/firefox-hg/distinfo
+++ b/firefox-hg/distinfo
@@ -6,7 +6,7 @@ Size (firefox-31.0.source.tar.bz2) = 147507120 bytes
 SHA1 (patch-aa) = 627fa9fc3918cb0cecb43cfec7d812ff2372ee9d
 SHA1 (patch-ao) = ca7e6723a10b9f6e3306cd12557e1856727edee9
 SHA1 (patch-bf) = 87cd1a9a1d7503e0748569028a3d693124d43208
-SHA1 (patch-browser_components_loop_run-all-loop-tests.sh) = e9cdfe64d1f1133ee59b3d6117beef232ecd2b07
+SHA1 (patch-browser_extensions_loop_run-all-loop-tests.sh) = c9e7b621f35a7c961ad76197252a3aec43d88744
 SHA1 (patch-browser_installer_package-manifest.in) = 5a96a90a2c14c419ccab4de2e68f7bb21e738e3e
 SHA1 (patch-build_autoconf_nss.m4) = 53e8c6844fc0095237ee07df3ab3791edd248fc2
 SHA1 (patch-build_gyp.mozbuild) = 2842da0783d344dd12e86adde447f7cda6191518
diff --git a/firefox-hg/patches/patch-browser_components_loop_run-all-loop-tests.sh b/firefox-hg/patches/patch-browser_components_loop_run-all-loop-tests.sh
deleted file mode 100644
index 9a7c149..0000000
--- a/firefox-hg/patches/patch-browser_components_loop_run-all-loop-tests.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-browser_components_loop_run-all-loop-tests.sh,v 1.1 2015/03/30 08:09:10 thomasklausner Exp $
-
-Fix unportable test(1) operator.
-
---- browser/components/loop/run-all-loop-tests.sh.orig	2015-03-27 05:10:09.000000000 +0000
-+++ browser/components/loop/run-all-loop-tests.sh
-@@ -1,7 +1,7 @@
- #!/bin/sh
- # Run from topsrcdir, no args
- 
--if [ "$1" == "--help" ]; then
-+if [ "$1" = "--help" ]; then
-   echo "Usage: ./run-all-loop-tests.sh [options]"
-   echo "    --skip-e10s  Skips the e10s tests"
-   exit 0;
diff --git a/firefox-hg/patches/patch-browser_extensions_loop_run-all-loop-tests.sh b/firefox-hg/patches/patch-browser_extensions_loop_run-all-loop-tests.sh
new file mode 100644
index 0000000..fb80606
--- /dev/null
+++ b/firefox-hg/patches/patch-browser_extensions_loop_run-all-loop-tests.sh
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- browser/extensions/loop/run-all-loop-tests.sh.orig	2015-12-14 14:47:20.000000000 +0000
++++ browser/extensions/loop/run-all-loop-tests.sh
+@@ -1,7 +1,7 @@
+ #!/bin/sh
+ # Run from topsrcdir, no args
+ 
+-if [ "$1" == "--help" ]; then
++if [ "$1" = "--help" ]; then
+   echo "Usage: ./run-all-loop-tests.sh [options]"
+   echo "    --skip-e10s  Skips the e10s tests"
+   exit 0;


Home | Main Index | Thread Index | Old Index