From owner-svn-ports-head@freebsd.org Tue Mar 22 20:20:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F472AD87D9; Tue, 22 Mar 2016 20:20:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 614D97C5; Tue, 22 Mar 2016 20:20:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2MKKc1Z047957; Tue, 22 Mar 2016 20:20:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2MKKcFp047955; Tue, 22 Mar 2016 20:20:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603222020.u2MKKcFp047955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 22 Mar 2016 20:20:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411674 - in head/www/firefox: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 20:20:39 -0000 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/ +