From owner-svn-ports-head@FreeBSD.ORG Tue Jul 22 17:53:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D32A7CB4; Tue, 22 Jul 2014 17:53:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A53AB2199; Tue, 22 Jul 2014 17:53:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6MHrPLH013065; Tue, 22 Jul 2014 17:53:25 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6MHrPBp013063; Tue, 22 Jul 2014 17:53:25 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407221753.s6MHrPBp013063@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Jul 2014 17:53:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362562 - head/x11-fonts/droid-fonts-ttf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2014 17:53:25 -0000 Author: sunpoet Date: Tue Jul 22 17:53:24 2014 New Revision: 362562 URL: http://svnweb.freebsd.org/changeset/ports/362562 QAT: https://qat.redports.org/buildarchive/r362562/ Log: - Use @fcfontsdir - Bump PORTREVISION for package change Modified: head/x11-fonts/droid-fonts-ttf/Makefile head/x11-fonts/droid-fonts-ttf/pkg-plist Modified: head/x11-fonts/droid-fonts-ttf/Makefile ============================================================================== --- head/x11-fonts/droid-fonts-ttf/Makefile Tue Jul 22 17:51:19 2014 (r362561) +++ head/x11-fonts/droid-fonts-ttf/Makefile Tue Jul 22 17:53:24 2014 (r362562) @@ -3,6 +3,7 @@ PORTNAME= droid-fonts-ttf PORTVERSION= 20131024 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= LOCAL/sunpoet @@ -11,9 +12,11 @@ COMMENT= The Droid typeface family LICENSE= APACHE20 -BUILD_DEPENDS= ${LOCALBASE}/bin/mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ +BUILD_DEPENDS= ${LOCALBASE}/bin/fc-cache:${PORTSDIR}/x11-fonts/fontconfig \ + ${LOCALBASE}/bin/mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ ${LOCALBASE}/bin/mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale +NO_BUILD= yes USES= tar:xz FONTDIR= lib/X11/fonts/Droid @@ -22,13 +25,9 @@ PLIST_SUB= FONTDIR=${FONTDIR} SUB_FILES= pkg-message SUB_LIST= FONTDIR=${FONTDIR} -do-build: - @cd ${WRKSRC}/ && ${LOCALBASE}/bin/mkfontscale - @cd ${WRKSRC}/ && ${LOCALBASE}/bin/mkfontdir - do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${FONTDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} *.ttf fonts.* ${STAGEDIR}${PREFIX}/${FONTDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} *.ttf ${STAGEDIR}${PREFIX}/${FONTDIR}/ # maintainer section: # https://android.googlesource.com/platform/frameworks/base/+/master/data/fonts/ Modified: head/x11-fonts/droid-fonts-ttf/pkg-plist ============================================================================== --- head/x11-fonts/droid-fonts-ttf/pkg-plist Tue Jul 22 17:51:19 2014 (r362561) +++ head/x11-fonts/droid-fonts-ttf/pkg-plist Tue Jul 22 17:53:24 2014 (r362562) @@ -21,6 +21,4 @@ %%FONTDIR%%/DroidSerif-BoldItalic.ttf %%FONTDIR%%/DroidSerif-Italic.ttf %%FONTDIR%%/DroidSerif-Regular.ttf -%%FONTDIR%%/fonts.dir -%%FONTDIR%%/fonts.scale -@dirrm %%FONTDIR%% +@fcfontsdir %%FONTDIR%%