diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-03-23 04:20:38 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-03-23 04:20:38 +0800 |
commit | 6765e91b48d306df9988480f7a00e3786c94793f (patch) | |
tree | 47bf7a602056ae34b5fd8142dc7dd30b17b30e90 /www | |
parent | 1d007c32d673078827184ada8e02fe2bad0034cf (diff) | |
download | freebsd-ports-gnome-6765e91b48d306df9988480f7a00e3786c94793f.tar.gz freebsd-ports-gnome-6765e91b48d306df9988480f7a00e3786c94793f.tar.zst freebsd-ports-gnome-6765e91b48d306df9988480f7a00e3786c94793f.zip |
www/firefox: fix missing Hello icon since 45.0
PR: 208125
Submitted by: Robert Helmer (via upstream bug)
MFH: 2016Q1
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile | 1 | ||||
-rw-r--r-- | www/firefox/files/patch-bug1257947 | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index f85f759ff3e4..619acaa33d3e 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -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 \ diff --git a/www/firefox/files/patch-bug1257947 b/www/firefox/files/patch-bug1257947 new file mode 100644 index 000000000000..3f47045b4b29 --- /dev/null +++ b/www/firefox/files/patch-bug1257947 @@ -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/ + |