Date: Thu, 19 Mar 2015 18:39:07 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381664 - head/x11-fonts/inconsolata-ttf Message-ID: <201503191839.t2JId7h3004239@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Mar 19 18:39:06 2015 New Revision: 381664 URL: https://svnweb.freebsd.org/changeset/ports/381664 QAT: https://qat.redports.org/buildarchive/r381664/ Log: Convert from XORG_CAT to USES=fonts Modified: head/x11-fonts/inconsolata-ttf/Makefile head/x11-fonts/inconsolata-ttf/distinfo Modified: head/x11-fonts/inconsolata-ttf/Makefile ============================================================================== --- head/x11-fonts/inconsolata-ttf/Makefile Thu Mar 19 18:36:32 2015 (r381663) +++ head/x11-fonts/inconsolata-ttf/Makefile Thu Mar 19 18:39:06 2015 (r381664) @@ -3,6 +3,7 @@ PORTNAME= inconsolata-ttf PORTVERSION= 20090215 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= http://www.levien.com/type/myfonts/ DISTNAME= Inconsolata @@ -12,18 +13,14 @@ EXTRACT_ONLY= MAINTAINER= ashish@FreeBSD.org COMMENT= Monospaced truetype font +USES= fonts +FONTNAME= inconsolata USE_XORG= x11 -INSTALLS_TTF= yes -XORG_CAT= font -FONTDIR= OTF -PLIST_FILES= lib/X11/fonts/${FONTDIR}/${DISTNAME}${EXTRACT_SUFX} - -do-configure: - -do-build: +PLIST_FILES= ${FONTSDIR}/${DISTNAME}${EXTRACT_SUFX} +NO_BUILD= yes do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/fonts/${FONTDIR} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${STAGEDIR}${PREFIX}/lib/X11/fonts/${FONTDIR} + ${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${STAGEDIR}${FONTSDIR} .include <bsd.port.mk> Modified: head/x11-fonts/inconsolata-ttf/distinfo ============================================================================== --- head/x11-fonts/inconsolata-ttf/distinfo Thu Mar 19 18:36:32 2015 (r381663) +++ head/x11-fonts/inconsolata-ttf/distinfo Thu Mar 19 18:39:06 2015 (r381664) @@ -1,2 +1,2 @@ -SHA256 (xorg/font/Inconsolata.otf) = 1561e616c414a1b82d6e6dfbd18e5726fd65028913ade191e5fa38b6ec375a1a -SIZE (xorg/font/Inconsolata.otf) = 58464 +SHA256 (Inconsolata.otf) = 1561e616c414a1b82d6e6dfbd18e5726fd65028913ade191e5fa38b6ec375a1a +SIZE (Inconsolata.otf) = 58464
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503191839.t2JId7h3004239>