svn commit: r411674 - in head/www/firefox: . files
Jan Beich
jbeich at FreeBSD.org
Tue Mar 22 20:20:39 UTC 2016
Author: jbeich
Date: Tue Mar 22 20:20:38 2016
New Revision: 411674
URL: https://svnweb.freebsd.org/changeset/ports/411674
Log:
www/firefox: fix missing Hello icon since 45.0
PR: 208125
Submitted by: Robert Helmer (via upstream bug)
MFH: 2016Q1
Added:
head/www/firefox/files/patch-bug1257947 (contents, props changed)
Modified:
head/www/firefox/Makefile (contents, props changed)
Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile Tue Mar 22 20:02:07 2016 (r411673)
+++ head/www/firefox/Makefile Tue Mar 22 20:20:38 2016 (r411674)
@@ -4,6 +4,7 @@
PORTNAME= firefox
DISTVERSION= 45.0.1
DISTVERSIONSUFFIX=.source
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
Added: head/www/firefox/files/patch-bug1257947
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/firefox/files/patch-bug1257947 Tue Mar 22 20:20:38 2016 (r411674)
@@ -0,0 +1,14 @@
+# Fix Hello icon (bug 1257947)
+
+--- browser/extensions/loop/jar.mn
++++ browser/extensions/loop/jar.mn
+@@ -4,7 +4,7 @@
+
+ [.] chrome.jar:
+ % content loop %content/ contentaccessible=yes
+-% skin loop classic/1.0 %skin/linux/ os=Linux
++% skin loop classic/1.0 %skin/linux/
+ % skin loop classic/1.0 %skin/osx/ os=Darwin
+ % skin loop classic/1.0 %skin/windows/ os=WINNT
+ % skin loop-shared classic/1.0 %skin/shared/
+
More information about the svn-ports-all
mailing list