Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2012 10:59:39 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304496 - head/x11-fonts/sourcesanspro-ttf
Message-ID:  <201209191059.q8JAxdql079164@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Sep 19 10:59:39 2012
New Revision: 304496
URL: http://svn.freebsd.org/changeset/ports/304496

Log:
  - update to 1.034

Modified:
  head/x11-fonts/sourcesanspro-ttf/Makefile
  head/x11-fonts/sourcesanspro-ttf/distinfo

Modified: head/x11-fonts/sourcesanspro-ttf/Makefile
==============================================================================
--- head/x11-fonts/sourcesanspro-ttf/Makefile	Wed Sep 19 10:10:52 2012	(r304495)
+++ head/x11-fonts/sourcesanspro-ttf/Makefile	Wed Sep 19 10:59:39 2012	(r304496)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sourcesanspro-ttf
-PORTVERSION=	1.033
+PORTVERSION=	1.034
 CATEGORIES=	x11-fonts
 MASTER_SITES=	SF/sourcesans.adobe
 DISTNAME=	SourceSansPro_FontsOnly-${PORTVERSION}
@@ -39,12 +39,12 @@ MKFONTSCL_CMD=	${LOCALBASE}/bin/mkfontsc
 MKFONTDIR_CMD=	${LOCALBASE}/bin/mkfontdir
 
 do-build:
-	cd ${WRKSRC}/TTF && ${MKFONTSCL_CMD}
-	cd ${WRKSRC}/TTF && ${MKFONTDIR_CMD}
+	cd ${WRKSRC}/ && ${MKFONTSCL_CMD}
+	cd ${WRKSRC}/ && ${MKFONTDIR_CMD}
 
 do-install:
 	${MKDIR} ${FONTDIR}
-	cd ${WRKSRC}/TTF &&	\
+	cd ${WRKSRC}/ &&	\
 	${INSTALL_DATA} ${INSTDAT} *.ttf ${FONTDIR}
 
 post-install:

Modified: head/x11-fonts/sourcesanspro-ttf/distinfo
==============================================================================
--- head/x11-fonts/sourcesanspro-ttf/distinfo	Wed Sep 19 10:10:52 2012	(r304495)
+++ head/x11-fonts/sourcesanspro-ttf/distinfo	Wed Sep 19 10:59:39 2012	(r304496)
@@ -1,2 +1,2 @@
-SHA256 (SourceSansPro_FontsOnly-1.033.zip) = 6d47d19f9e8e0211af24cad254e6fd69af16f2dde8c902516039607c0f213c8d
-SIZE (SourceSansPro_FontsOnly-1.033.zip) = 1372793
+SHA256 (SourceSansPro_FontsOnly-1.034.zip) = c295afa4fc678de93e663c5a62bfefd9d7dab85a220437917573ff182da467f3
+SIZE (SourceSansPro_FontsOnly-1.034.zip) = 1384517



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