From owner-svn-ports-head@FreeBSD.ORG Tue Jul 22 17:41:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91231144; Tue, 22 Jul 2014 17:41:55 +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 7D11C208C; Tue, 22 Jul 2014 17:41:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6MHftr5007561; Tue, 22 Jul 2014 17:41:55 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6MHftNL007560; Tue, 22 Jul 2014 17:41:55 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407221741.s6MHftNL007560@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Jul 2014 17:41:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362556 - head/x11-fonts/sourcecodepro-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:41:55 -0000 Author: sunpoet Date: Tue Jul 22 17:41:55 2014 New Revision: 362556 URL: http://svnweb.freebsd.org/changeset/ports/362556 QAT: https://qat.redports.org/buildarchive/r362556/ Log: - Remove leading indefinite article from COMMENT - Cosmetic change - Take maintainership Modified: head/x11-fonts/sourcecodepro-ttf/Makefile Modified: head/x11-fonts/sourcecodepro-ttf/Makefile ============================================================================== --- head/x11-fonts/sourcecodepro-ttf/Makefile Tue Jul 22 16:39:10 2014 (r362555) +++ head/x11-fonts/sourcecodepro-ttf/Makefile Tue Jul 22 17:41:55 2014 (r362556) @@ -7,31 +7,28 @@ CATEGORIES= x11-fonts MASTER_SITES= SF/sourcecodepro.adobe DISTNAME= SourceCodePro_FontsOnly-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= A set of fonts by Adobe designed for coders +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Set of fonts by Adobe designed for coders LICENSE= OFL11 -BUILD_DEPENDS= mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ - mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ - fc-cache:${PORTSDIR}/x11-fonts/fontconfig +BUILD_DEPENDS= ${LOCALBASE}/bin/mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ + ${LOCALBASE}/bin/mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ + ${LOCALBASE}/bin/fc-cache:${PORTSDIR}/x11-fonts/fontconfig -USES= zip +NO_BUILD= yes USE_XORG= x11 +USES= zip PLIST_SUB= FONTDIR="${FONTDIR:S|${PREFIX}/||}" - -SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +SUB_FILES= pkg-message SUB_LIST= FONTDIR=${FONTDIR} -FONTNAME= SourceCodePro -FONTDIR= ${PREFIX}/lib/X11/fonts/${FONTNAME} -NO_BUILD= yes +FONTDIR= ${PREFIX}/lib/X11/fonts/SourceCodePro do-install: - ${MKDIR} ${STAGEDIR}${FONTDIR} - cd ${WRKSRC}/TTF/ && \ - ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTDIR} + ${MKDIR} ${STAGEDIR}${FONTDIR}/ + cd ${WRKSRC}/TTF/ && ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTDIR}/ .include