svn commit: r472897 - in head/korean: unfonts-core unfonts-extra

Jung-uk Kim jkim at FreeBSD.org
Wed Jun 20 18:49:54 UTC 2018


Author: jkim
Date: Wed Jun 20 18:49:52 2018
New Revision: 472897
URL: https://svnweb.freebsd.org/changeset/ports/472897

Log:
  - Update MASTER_SITES and DISTNAME.  The previous URLs do not work any more.
  - Update extra fonts to synchronize with core fonts.

Modified:
  head/korean/unfonts-core/Makefile
  head/korean/unfonts-core/distinfo.core-ttf
  head/korean/unfonts-core/distinfo.extra-ttf
  head/korean/unfonts-extra/Makefile

Modified: head/korean/unfonts-core/Makefile
==============================================================================
--- head/korean/unfonts-core/Makefile	Wed Jun 20 18:31:47 2018	(r472896)
+++ head/korean/unfonts-core/Makefile	Wed Jun 20 18:49:52 2018	(r472897)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	unfonts
-PORTVERSION?=	1.0.2.080608
-PORTREVISION?=	2
+PORTVERSION=	1.0.2.080608
+PORTREVISION?=	3
 CATEGORIES=	korean x11-fonts
-MASTER_SITES?=	http://kldp.net/frs/download.php/4695/
+MASTER_SITES=	https://kldp.net/unfonts/release/
 PKGNAMESUFFIX=	-${FONTCAT}
-DISTNAME=	un-fonts${PKGNAMESUFFIX}-${PORTVERSION}
+DISTNAME=	${FILEID}-un-fonts${PKGNAMESUFFIX}-${PORTVERSION:R}-${PORTVERSION:E}
 
 MAINTAINER=	jkim at FreeBSD.org
 COMMENT=	GPL'd Korean TrueType Fonts by UN Koaunghi (${FONTCAT})
@@ -19,6 +19,7 @@ USES=		fonts
 NO_BUILD=	yes
 
 DISTINFO_FILE=	${PKGDIR}/distinfo.${FONTCAT}-ttf
+FILEID?=	2607
 
 WRKSRC=		${WRKDIR}/un-fonts
 FONTNAME=	${PORTNAME}-${FONTCAT}

Modified: head/korean/unfonts-core/distinfo.core-ttf
==============================================================================
--- head/korean/unfonts-core/distinfo.core-ttf	Wed Jun 20 18:31:47 2018	(r472896)
+++ head/korean/unfonts-core/distinfo.core-ttf	Wed Jun 20 18:49:52 2018	(r472897)
@@ -1,2 +1,3 @@
-SHA256 (un-fonts-core-1.0.2.080608.tar.gz) = 3b0a7274f9aab7e8f0f1938c01a70e1581766d51b494ba145683f37ac557918e
-SIZE (un-fonts-core-1.0.2.080608.tar.gz) = 20117428
+TIMESTAMP = 1529518873
+SHA256 (2607-un-fonts-core-1.0.2-080608.tar.gz) = 3b0a7274f9aab7e8f0f1938c01a70e1581766d51b494ba145683f37ac557918e
+SIZE (2607-un-fonts-core-1.0.2-080608.tar.gz) = 20117428

Modified: head/korean/unfonts-core/distinfo.extra-ttf
==============================================================================
--- head/korean/unfonts-core/distinfo.extra-ttf	Wed Jun 20 18:31:47 2018	(r472896)
+++ head/korean/unfonts-core/distinfo.extra-ttf	Wed Jun 20 18:49:52 2018	(r472897)
@@ -1,2 +1,3 @@
-SHA256 (un-fonts-extra-1.0.1.tar.gz) = 8dc849d476f08026403cb2e95e0034b06f55ab29145ba1f7fa5448b53a695514
-SIZE (un-fonts-extra-1.0.1.tar.gz) = 6155562
+TIMESTAMP = 1529519030
+SHA256 (2608-un-fonts-extra-1.0.2-080608.tar.gz) = 32a56acc06f264653bd151ec48c0811d07c198c2561e9f2efa8845e45b6b7407
+SIZE (2608-un-fonts-extra-1.0.2-080608.tar.gz) = 11375538

Modified: head/korean/unfonts-extra/Makefile
==============================================================================
--- head/korean/unfonts-extra/Makefile	Wed Jun 20 18:31:47 2018	(r472896)
+++ head/korean/unfonts-extra/Makefile	Wed Jun 20 18:49:52 2018	(r472897)
@@ -1,19 +1,22 @@
 # Created by: Hye-Shik Chang <perky at FreeBSD.org>
 # $FreeBSD$
 
-PORTVERSION=	1.0.1
-PORTREVISION=	3
-MASTER_SITES=	http://kldp.net/frs/download.php/1435/
+PORTREVISION=	0
 
+FILEID=		2608
+
 FONTCAT=	extra
-FONTLIST=	UnJamoBatang \
+FONTLIST=	UnBom \
+		UnJamoBatang \
 		UnJamoDotum \
 		UnJamoNovel \
 		UnJamoSora \
 		UnPen \
 		UnPenheulim \
+		UnPilgia \
 		UnShinmun \
 		UnTaza \
+		UnVada \
 		UnYetgul
 
 MASTERDIR=	${.CURDIR}/../unfonts-core


More information about the svn-ports-all mailing list