svn commit: r506674 - head/korean/d2coding-ttf

Jung-uk Kim jkim at FreeBSD.org
Mon Jul 15 17:27:36 UTC 2019


Author: jkim
Date: Mon Jul 15 17:27:35 2019
New Revision: 506674
URL: https://svnweb.freebsd.org/changeset/ports/506674

Log:
  Update to 1.3.2.

Modified:
  head/korean/d2coding-ttf/Makefile
  head/korean/d2coding-ttf/distinfo

Modified: head/korean/d2coding-ttf/Makefile
==============================================================================
--- head/korean/d2coding-ttf/Makefile	Mon Jul 15 16:44:05 2019	(r506673)
+++ head/korean/d2coding-ttf/Makefile	Mon Jul 15 17:27:35 2019	(r506674)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	d2coding
-PORTVERSION=	1.3.1
-PORTREVISION=	1
+PORTVERSION=	1.3.2
 CATEGORIES=	korean x11-fonts
 MASTER_SITES=	https://github.com/naver/d2codingfont/releases/download/VER${PORTVERSION}/ \
 		LOCAL/jkim
@@ -22,17 +21,17 @@ FONTLIST=	D2Coding D2CodingLigature
 FONTFILES=	${FONTLIST:S|$|.ttf|} ${FONTLIST:S|$|Bold.ttf|}
 PLIST_FILES=	${FONTFILES:S|^|${FONTSDIR}/|}
 
-PORTRELEASE=	20180115
+PORTRELEASE=	20180524
 
 do-install:
 	${MKDIR} ${STAGEDIR}${FONTSDIR}
-	${INSTALL_DATA} ${WRKSRC}/D2Coding/${DISTNAME}.ttf \
+	${INSTALL_DATA} ${WRKDIR}/D2Coding/${DISTNAME}.ttf \
 	    ${STAGEDIR}${FONTSDIR}/D2Coding.ttf
-	${INSTALL_DATA} ${WRKSRC}/D2Coding/${DISTNAME:S|^D2Coding|D2CodingBold|}.ttf \
+	${INSTALL_DATA} ${WRKDIR}/D2Coding/${DISTNAME:S|^D2Coding|D2CodingBold|}.ttf \
 	    ${STAGEDIR}${FONTSDIR}/D2CodingBold.ttf
-	${INSTALL_DATA} ${WRKSRC}/D2CodingLigature/${DISTNAME}-ligature.ttf \
+	${INSTALL_DATA} ${WRKDIR}/D2CodingLigature/${DISTNAME}-ligature.ttf \
 	    ${STAGEDIR}${FONTSDIR}/D2CodingLigature.ttf
-	${INSTALL_DATA} ${WRKSRC}/D2CodingLigature/${DISTNAME:S|^D2Coding|D2CodingBold|}-ligature.ttf \
+	${INSTALL_DATA} ${WRKDIR}/D2CodingLigature/${DISTNAME:S|^D2Coding|D2CodingBold|}-ligature.ttf \
 	    ${STAGEDIR}${FONTSDIR}/D2CodingLigatureBold.ttf
 
 .include <bsd.port.mk>

Modified: head/korean/d2coding-ttf/distinfo
==============================================================================
--- head/korean/d2coding-ttf/distinfo	Mon Jul 15 16:44:05 2019	(r506673)
+++ head/korean/d2coding-ttf/distinfo	Mon Jul 15 17:27:35 2019	(r506674)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516826527
-SHA256 (D2Coding-Ver1.3.1-20180115.zip) = 06f3fdb7a5a02e695af47ae95bd246713745e191628fd9a1bea670a67528b82c
-SIZE (D2Coding-Ver1.3.1-20180115.zip) = 17019287
+TIMESTAMP = 1563209896
+SHA256 (D2Coding-Ver1.3.2-20180524.zip) = 0f1c9192eac7d56329dddc620f9f1666b707e9c8ed38fe1f988d0ae3e30b24e6
+SIZE (D2Coding-Ver1.3.2-20180524.zip) = 21256997


More information about the svn-ports-head mailing list