* Update x11-fonts/sourcecodepro-ttf to v1.010 How-To-Repeat: * Checked on Redports.org[1] [1] https://redports.org/buildarchive/20121002145554-55398
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants his PRs (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed. Thanks!