diff options
author | jkim <jkim@FreeBSD.org> | 2018-06-21 02:49:52 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2018-06-21 02:49:52 +0800 |
commit | c88825adbe5b6b6ecf1460ae25673ae55cea4af7 (patch) | |
tree | 20867af9ae6384ba70341b5cadce96d8e06f7b5d /korean | |
parent | 203d72809415ec2d174f975eeab7acc10eb48dbd (diff) | |
download | freebsd-ports-gnome-c88825adbe5b6b6ecf1460ae25673ae55cea4af7.tar.gz freebsd-ports-gnome-c88825adbe5b6b6ecf1460ae25673ae55cea4af7.tar.zst freebsd-ports-gnome-c88825adbe5b6b6ecf1460ae25673ae55cea4af7.zip |
- Update MASTER_SITES and DISTNAME. The previous URLs do not work any more.
- Update extra fonts to synchronize with core fonts.
Diffstat (limited to 'korean')
-rw-r--r-- | korean/unfonts-core/Makefile | 9 | ||||
-rw-r--r-- | korean/unfonts-core/distinfo.core-ttf | 5 | ||||
-rw-r--r-- | korean/unfonts-core/distinfo.extra-ttf | 5 | ||||
-rw-r--r-- | korean/unfonts-extra/Makefile | 11 |
4 files changed, 18 insertions, 12 deletions
diff --git a/korean/unfonts-core/Makefile b/korean/unfonts-core/Makefile index 7a8cc27a2f30..30232843b3f6 100644 --- a/korean/unfonts-core/Makefile +++ b/korean/unfonts-core/Makefile @@ -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@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} diff --git a/korean/unfonts-core/distinfo.core-ttf b/korean/unfonts-core/distinfo.core-ttf index b4854546ee18..a59c1b10f378 100644 --- a/korean/unfonts-core/distinfo.core-ttf +++ b/korean/unfonts-core/distinfo.core-ttf @@ -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 diff --git a/korean/unfonts-core/distinfo.extra-ttf b/korean/unfonts-core/distinfo.extra-ttf index a45008b55d46..856cb86f1e4f 100644 --- a/korean/unfonts-core/distinfo.extra-ttf +++ b/korean/unfonts-core/distinfo.extra-ttf @@ -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 diff --git a/korean/unfonts-extra/Makefile b/korean/unfonts-extra/Makefile index 7d08042e11c5..d4694a75abd4 100644 --- a/korean/unfonts-extra/Makefile +++ b/korean/unfonts-extra/Makefile @@ -1,19 +1,22 @@ # Created by: Hye-Shik Chang <perky@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 |