Revision
31672
Author
rhwood@macports.org
Date
2007-12-02 11:12:29 -0800 (Sun, 02 Dec 2007)

Log Message

Change branding to conform to the Mozilla Foundation licensing and trademark policies

Modified Paths

Diff

Modified: trunk/dports/www/firefox-x11/Portfile (31671 => 31672)


--- trunk/dports/www/firefox-x11/Portfile	2007-12-02 18:21:19 UTC (rev 31671)
+++ trunk/dports/www/firefox-x11/Portfile	2007-12-02 19:12:29 UTC (rev 31672)
@@ -5,6 +5,7 @@
 name		firefox-x11
 categories	www x11
 version		2.0.0.7
+revision	1
 platforms	darwin
 maintainers	rhwood openmaintainer
 description	Mozilla.org's popular stand-alone browser
@@ -40,7 +41,8 @@
 		patch-xptcall_x86.diff
 
 configure.args	--enable-application=browser \
-		--enable-official-branding \
+		--disable-official-branding \
+		--with-distribution-id=org.macports \
 		--disable-static \
 		--enable-shared \
 		--enable-default-toolkit=gtk2 \

Modified: trunk/dports/www/firefox-x11/files/patch-browser-app-profile-firefox.js (31671 => 31672)


--- trunk/dports/www/firefox-x11/files/patch-browser-app-profile-firefox.js	2007-12-02 18:21:19 UTC (rev 31671)
+++ trunk/dports/www/firefox-x11/files/patch-browser-app-profile-firefox.js	2007-12-02 19:12:29 UTC (rev 31672)
@@ -5,7 +5,7 @@
  #endif
  
 +// MacPorts-specific preferences
-+pref("general.useragent.vendorComment", "MacPorts Community Edition");
++pref("general.useragent.vendorComment", "MacPorts Firefox Community Edition");
 +
  pref("general.startup.browser", true);