svn commit: r321822 - head/x11-fonts/xorg-fonts-truetype

Niclas Zeising zeising at FreeBSD.org
Wed Jun 26 23:12:08 UTC 2013


Author: zeising
Date: Wed Jun 26 23:12:07 2013
New Revision: 321822
URL: http://svnweb.freebsd.org/changeset/ports/321822

Log:
  Switch to use x11-fonts/dejavu instead of x11-fonts/bitstream-vera.
  dejavu is based on bitstream-vera but contains more glyphs.
  Bump portrevision.
  
  PR:		ports/175432
  Submitted by:	Raphael Kubo da Costa <rakuco at FreeBSD.org>

Modified:
  head/x11-fonts/xorg-fonts-truetype/Makefile

Modified: head/x11-fonts/xorg-fonts-truetype/Makefile
==============================================================================
--- head/x11-fonts/xorg-fonts-truetype/Makefile	Wed Jun 26 22:55:25 2013	(r321821)
+++ head/x11-fonts/xorg-fonts-truetype/Makefile	Wed Jun 26 23:12:07 2013	(r321822)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${FONTDIR}/TTF/luximb.ttf:$
 		${FONTDIR}/OTF/SyrCOMAdiabene.otf:${PORTSDIR}/x11-fonts/font-misc-meltho \
 		${FONTDIR}/TTF/GohaTibebZemen.ttf:${PORTSDIR}/x11-fonts/font-misc-ethiopic \
 		${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings \
-		${LOCALBASE}/lib/X11/fonts/bitstream-vera/VeraIt.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \
+		${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu
 
 do-install:	# empty
 


More information about the svn-ports-all mailing list