pkgsrc-WIP-changes archive

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

conkeror: actually use firefox45



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Wed Jul 19 18:38:29 2017 +0200
Changeset:	6ea395d92a37fd598c3de1404e7980e2be71d953

Modified Files:
	conkeror/distinfo
Added Files:
	conkeror/patches/patch-conkeror.in

Log Message:
conkeror: actually use firefox45

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

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

diffstat:
 conkeror/distinfo                  |  1 +
 conkeror/patches/patch-conkeror.in | 10 ++++++++++
 2 files changed, 11 insertions(+)

diffs:
diff --git a/conkeror/distinfo b/conkeror/distinfo
index 0478d59e4c..9eaf9a72fb 100644
--- a/conkeror/distinfo
+++ b/conkeror/distinfo
@@ -5,6 +5,7 @@ RMD160 (conkeror/11121bed996ce84e3536c3c8266cdf3164e02b5a.tar.gz) = 7186d7af0e59
 SHA512 (conkeror/11121bed996ce84e3536c3c8266cdf3164e02b5a.tar.gz) = 1ae2144b86acbdce6c3b85cfb9d89f205964cf1091effe2c1bd417cfb5d27002236bc8c9ec5f2aaa7806c8f12696e77ae65f557cc6fe9d1e594fe4a2f324bc13
 Size (conkeror/11121bed996ce84e3536c3c8266cdf3164e02b5a.tar.gz) = 315860 bytes
 SHA1 (patch-application.ini) = ed51742eff6309256cb6bb5f4b401d8791a6914a
+SHA1 (patch-conkeror.in) = 0fcf39a72c30a7061f1bd91d465e84cc84129078
 SHA1 (patch-favicon) = 71a07c9e6bb9a4d32531e15b976c782e7016fe83
 SHA1 (patch-modules_download-manager.js) = 8125b1369ecd942b12d6e3fcceec7552586082d1
 SHA1 (patch-modules_keywords.js) = 639a51fb8e0cbefc360d34972d1bb38613ff22b6
diff --git a/conkeror/patches/patch-conkeror.in b/conkeror/patches/patch-conkeror.in
new file mode 100644
index 0000000000..6282abacff
--- /dev/null
+++ b/conkeror/patches/patch-conkeror.in
@@ -0,0 +1,10 @@
+$NetBSD$
+
+--- conkeror.in.orig	2016-06-07 21:11:29.000000000 +0000
++++ conkeror.in
+@@ -5,4 +5,4 @@
+ # Use, modification, and distribution are subject to the
+ # terms specified in the COPYING file.
+ 
+-XUL_APP_FILE="@datadir@/application.ini" exec firefox "$@"
++XUL_APP_FILE="@datadir@/application.ini" exec firefox45 "$@"


Home | Main Index | Thread Index | Old Index