From owner-svn-ports-all@FreeBSD.ORG Wed Oct 3 14:41:50 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B981D106566B; Wed, 3 Oct 2012 14:41:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A3C988FC16; Wed, 3 Oct 2012 14:41:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q93EfoMV044436; Wed, 3 Oct 2012 14:41:50 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q93EfoNW044433; Wed, 3 Oct 2012 14:41:50 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201210031441.q93EfoNW044433@svn.freebsd.org> From: Steve Wills Date: Wed, 3 Oct 2012 14:41:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305204 - head/x11-fonts/sourcecodepro-ttf X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2012 14:41:50 -0000 Author: swills Date: Wed Oct 3 14:41:50 2012 New Revision: 305204 URL: http://svn.freebsd.org/changeset/ports/305204 Log: - Update to 1.010 PR: ports/172296 Submitted by: Masaki TAGAWA (maintainer) Modified: head/x11-fonts/sourcecodepro-ttf/Makefile head/x11-fonts/sourcecodepro-ttf/distinfo (contents, props changed) Modified: head/x11-fonts/sourcecodepro-ttf/Makefile ============================================================================== --- head/x11-fonts/sourcecodepro-ttf/Makefile Wed Oct 3 13:56:16 2012 (r305203) +++ head/x11-fonts/sourcecodepro-ttf/Makefile Wed Oct 3 14:41:50 2012 (r305204) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sourcecodepro-ttf -PORTVERSION= 1.009 +PORTVERSION= 1.010 CATEGORIES= x11-fonts MASTER_SITES= SF/sourcecodepro.adobe DISTNAME= SourceCodePro_FontsOnly-${PORTVERSION} @@ -35,12 +35,12 @@ MKFONTSCL_CMD= ${LOCALBASE}/bin/mkfontsc MKFONTDIR_CMD= ${LOCALBASE}/bin/mkfontdir do-build: - cd ${WRKSRC}/ && ${MKFONTSCL_CMD} - cd ${WRKSRC}/ && ${MKFONTDIR_CMD} + cd ${WRKSRC}/TTF/ && ${MKFONTSCL_CMD} + cd ${WRKSRC}/TTF/ && ${MKFONTDIR_CMD} do-install: ${MKDIR} ${FONTDIR} - cd ${WRKSRC}/ && \ + cd ${WRKSRC}/TTF/ && \ ${INSTALL_DATA} ${INSTDAT} *.ttf ${FONTDIR} post-install: Modified: head/x11-fonts/sourcecodepro-ttf/distinfo ============================================================================== --- head/x11-fonts/sourcecodepro-ttf/distinfo Wed Oct 3 13:56:16 2012 (r305203) +++ head/x11-fonts/sourcecodepro-ttf/distinfo Wed Oct 3 14:41:50 2012 (r305204) @@ -1,2 +1,2 @@ -SHA256 (SourceCodePro_FontsOnly-1.009.zip) = 8681e3a1b0c32e7c32b03d883a429cd460f4bded8953d67d6e32f499ba3c135c -SIZE (SourceCodePro_FontsOnly-1.009.zip) = 613755 +SHA256 (SourceCodePro_FontsOnly-1.010.zip) = 1d839a89a0910eb44f6e4512d68e020e191bec789f698674607d346559e589e9 +SIZE (SourceCodePro_FontsOnly-1.010.zip) = 614267