Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2019 17:27:35 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506674 - head/korean/d2coding-ttf
Message-ID:  <201907151727.x6FHRZ2F009641@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907151727.x6FHRZ2F009641>