svn commit: r304496 - head/x11-fonts/sourcesanspro-ttf

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 19 10:59:39 UTC 2012


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



More information about the svn-ports-all mailing list