Summary: | [PATCH] x11-fonts/xorg-fonts-truetype: Depend on x11-fonts/dejavu instead of x11-fonts/bitstream-vera | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Raphael Kubo da Costa <rakuco> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-x11 (Nobody) <x11> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | x11 | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Raphael Kubo da Costa
2013-01-19 15:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->freebsd-x11 Over to maintainer (via the GNATS Auto Assign Tool) 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |