From owner-svn-ports-all@freebsd.org Sat Mar 5 15:45:56 2016 Return-Path: Delivered-To: svn-ports-all@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 DC28F9DB369; Sat, 5 Mar 2016 15:45:56 +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 AEB8C9B9; Sat, 5 Mar 2016 15:45:56 +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 u25Fjtvd066969; Sat, 5 Mar 2016 15:45:55 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u25Fjt2w066967; Sat, 5 Mar 2016 15:45:55 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603051545.u25Fjt2w066967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 5 Mar 2016 15:45:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410186 - 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-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2016 15:45:57 -0000 Author: jbeich Date: Sat Mar 5 15:45:55 2016 New Revision: 410186 URL: https://svnweb.freebsd.org/changeset/ports/410186 Log: www/firefox: better follow bundled graphite2 after r410185 Cosmetic change, no PORTREVISION bump is necessary. PR: 207686 MFH: 2016Q1 X-MFH-With: r410176 Modified: head/www/firefox/Makefile (contents, props changed) head/www/firefox/files/patch-bug847568 (contents, props changed) Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sat Mar 5 15:42:31 2016 (r410185) +++ head/www/firefox/Makefile Sat Mar 5 15:45:55 2016 (r410186) @@ -17,7 +17,7 @@ BUILD_DEPENDS= nspr>=4.12:${PORTSDIR}/de libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ soundtouch>=1.9.0:${PORTSDIR}/audio/soundtouch \ harfbuzz>=1.1.0:${PORTSDIR}/print/harfbuzz \ - graphite2>=1.3.5:${PORTSDIR}/graphics/graphite2 \ + graphite2>=1.3.6:${PORTSDIR}/graphics/graphite2 \ png>=1.6.19:${PORTSDIR}/graphics/png \ libvorbis>=1.3.5,3:${PORTSDIR}/audio/libvorbis \ libvpx>=1.5.0:${PORTSDIR}/multimedia/libvpx \ Modified: head/www/firefox/files/patch-bug847568 ============================================================================== --- head/www/firefox/files/patch-bug847568 Sat Mar 5 15:42:31 2016 (r410185) +++ head/www/firefox/files/patch-bug847568 Sat Mar 5 15:45:55 2016 (r410186) @@ -70,7 +70,7 @@ index ac38f40..87536b7 100644 + * 100 + GR2_VERSION_BUGFIX >= \ + (major) * 10000 + (minor) * 100 + (bugfix) ) + ], [ -+ #if !GR2_VERSION_REQUIRE(1,3,5) ++ #if !GR2_VERSION_REQUIRE(1,3,6) + #error "Insufficient graphite2 version." + #endif + ], [],