svn commit: r410186 - in head/www/firefox: . files

Jan Beich jbeich at FreeBSD.org
Sat Mar 5 15:45:57 UTC 2016


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
 +                   ], [],


More information about the svn-ports-head mailing list