summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-10-03 14:41:50 +0000
committerSteve Wills <swills@FreeBSD.org>2012-10-03 14:41:50 +0000
commitfc1802032e7aaba2274426c0938253a0e8db6eab (patch)
treec4fe7099a7df98d651e019ab09ac97149ba9f3a5
parent- Reassign to the heap at maintainer's request (diff)
- Update to 1.010
PR: ports/172296 Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
-rw-r--r--x11-fonts/sourcecodepro-ttf/Makefile8
-rw-r--r--x11-fonts/sourcecodepro-ttf/distinfo4
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-fonts/sourcecodepro-ttf/Makefile b/x11-fonts/sourcecodepro-ttf/Makefile
index feec8d7b8277..17a72efabeea 100644
--- a/x11-fonts/sourcecodepro-ttf/Makefile
+++ b/x11-fonts/sourcecodepro-ttf/Makefile
@@ -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/mkfontscale
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:
diff --git a/x11-fonts/sourcecodepro-ttf/distinfo b/x11-fonts/sourcecodepro-ttf/distinfo
index e766e337efdc..b94153964cf5 100644
--- a/x11-fonts/sourcecodepro-ttf/distinfo
+++ b/x11-fonts/sourcecodepro-ttf/distinfo
@@ -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