Date: Wed, 26 Jun 2013 23:12:08 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321822 - head/x11-fonts/xorg-fonts-truetype Message-ID: <201306262312.r5QNC8nt000978@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306262312.r5QNC8nt000978>