Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2012 14:41:50 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305204 - head/x11-fonts/sourcecodepro-ttf
Message-ID:  <201210031441.q93EfoNW044433@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <masaki@club.kyutech.ac.jp> (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210031441.q93EfoNW044433>