Bug 172296

Summary: [maintainer update] x11-fonts/sourcecodepro-ttf: update to v1.010
Product: Ports & Packages Reporter: Masaki TAGAWA <masaki>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me CC: masaki
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
sourcecodepro-ttf.patch none

Description Masaki TAGAWA 2012-10-03 05:10:11 UTC
* Update x11-fonts/sourcecodepro-ttf to v1.010

How-To-Repeat: * Checked on Redports.org[1]

[1] https://redports.org/buildarchive/20121002145554-55398
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-03 05:10:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-10-03 15:42:00 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2012-10-03 15:42:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!