pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox - when official branding is not enabled, j...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c9837298671
branches:  trunk
changeset: 399649:1c9837298671
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Sep 23 16:46:31 2009 +0000

description:
- when official branding is not enabled, just call it "Browser".
- set the default start page to something more sensible.
- Bump PKGREVISION

diffstat:

 www/firefox/Makefile         |   4 ++--
 www/firefox/distinfo         |   5 ++++-
 www/firefox/patches/patch-ra |   9 +++++++++
 www/firefox/patches/patch-rb |   7 +++++++
 www/firefox/patches/patch-rc |  12 ++++++++++++
 5 files changed, 34 insertions(+), 3 deletions(-)

diffs (72 lines):

diff -r 73fdbc6d743c -r 1c9837298671 www/firefox/Makefile
--- a/www/firefox/Makefile      Wed Sep 23 16:36:30 2009 +0000
+++ b/www/firefox/Makefile      Wed Sep 23 16:46:31 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.57 2009/09/18 08:03:49 ghen Exp $
+# $NetBSD: Makefile,v 1.58 2009/09/23 16:46:31 tnn Exp $
 #
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       firefox-${FIREFOX_VER}
 FIREFOX_VER=   3.5.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 73fdbc6d743c -r 1c9837298671 www/firefox/distinfo
--- a/www/firefox/distinfo      Wed Sep 23 16:36:30 2009 +0000
+++ b/www/firefox/distinfo      Wed Sep 23 16:46:31 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.97 2009/09/17 09:41:50 tnn Exp $
+$NetBSD: distinfo,v 1.98 2009/09/23 16:46:31 tnn Exp $
 
 SHA1 (firefox-3.5.3.source.tar.bz2) = 83b2625eb74e81b473ac40ac52505e5fc9a497eb
 RMD160 (firefox-3.5.3.source.tar.bz2) = c2487c90b4a9490840817c7b00dcccd68a0c4422
@@ -9,3 +9,6 @@
 SHA1 (patch-mi) = 787cb043bb7e687936afaf8f0c67b6b3a7b03e5b
 SHA1 (patch-mk) = 793dfa16e19e213d78995c893a28bc0d514135d9
 SHA1 (patch-mm) = faabab8816522bd9a74c2e6e65b2ae3d791affe0
+SHA1 (patch-ra) = b215219b8429274ca3aa81790b62531aaf189127
+SHA1 (patch-rb) = 15970b5fe79621d47e573ddec074a6e67e8c5146
+SHA1 (patch-rc) = 890012b4fca22d965a40262830aabbb06a2da36e
diff -r 73fdbc6d743c -r 1c9837298671 www/firefox/patches/patch-ra
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox/patches/patch-ra      Wed Sep 23 16:46:31 2009 +0000
@@ -0,0 +1,9 @@
+$NetBSD: patch-ra,v 1.1 2009/09/23 16:46:32 tnn Exp $
+
+--- browser/branding/unofficial/locales/browserconfig.properties.orig  2009-08-24 17:52:36.000000000 +0200
++++ browser/branding/unofficial/locales/browserconfig.properties
+@@ -1,3 +1,3 @@
+ # Do NOT localize or otherwise change these values
+-browser.startup.homepage=http://www.mozilla.org/projects/shiretoko/
++browser.startup.homepage=http://www.google.com/firefox
+ 
diff -r 73fdbc6d743c -r 1c9837298671 www/firefox/patches/patch-rb
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox/patches/patch-rb      Wed Sep 23 16:46:31 2009 +0000
@@ -0,0 +1,7 @@
+$NetBSD: patch-rb,v 1.1 2009/09/23 16:46:32 tnn Exp $
+
+--- browser/branding/unofficial/configure.sh.orig      2009-08-24 17:52:35.000000000 +0200
++++ browser/branding/unofficial/configure.sh
+@@ -1 +1 @@
+-MOZ_APP_DISPLAYNAME="Shiretoko"
++MOZ_APP_DISPLAYNAME="Browser"
diff -r 73fdbc6d743c -r 1c9837298671 www/firefox/patches/patch-rc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox/patches/patch-rc      Wed Sep 23 16:46:31 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-rc,v 1.1 2009/09/23 16:46:32 tnn Exp $
+
+--- browser/branding/unofficial/locales/en-US/brand.dtd.orig   2009-08-24 17:52:36.000000000 +0200
++++ browser/branding/unofficial/locales/en-US/brand.dtd
+@@ -1,5 +1,5 @@
+-<!ENTITY  brandShortName        "Shiretoko">
+-<!ENTITY  brandFullName         "Shiretoko">
++<!ENTITY  brandShortName        "Browser">
++<!ENTITY  brandFullName         "Browser">
+ <!ENTITY  vendorShortName       "mozilla.org">
+ <!ENTITY  logoCopyright         " ">
+ 



Home | Main Index | Thread Index | Old Index