svn commit: r381664 - head/x11-fonts/inconsolata-ttf

Baptiste Daroussin bapt at FreeBSD.org
Thu Mar 19 18:39:08 UTC 2015


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 at 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


More information about the svn-ports-head mailing list