Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 05:02:06 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521460 - head/japanese/font-std
Message-ID:  <201912300502.xBU526Eq091182@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Mon Dec 30 05:02:06 2019
New Revision: 521460
URL: https://svnweb.freebsd.org/changeset/ports/521460

Log:
  Update dependencies.

Modified:
  head/japanese/font-std/Makefile

Modified: head/japanese/font-std/Makefile
==============================================================================
--- head/japanese/font-std/Makefile	Mon Dec 30 05:01:18 2019	(r521459)
+++ head/japanese/font-std/Makefile	Mon Dec 30 05:02:06 2019	(r521460)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	std
-PORTVERSION=	0.0.20130501
+PORTVERSION=	0.0.20191230
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	# empty
 PKGNAMEPREFIX=	ja-font-
@@ -10,11 +10,13 @@ DISTFILES=	# empty
 MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	Japanese Standard Fonts
 
-RUN_DEPENDS=	${LOCALBASE}/share/font-ipa/ipam.otf:japanese/font-ipa \
-		${LOCALBASE}/share/font-ipa/ipag.otf:japanese/font-ipa \
-		${LOCALBASE}/share/font-mplus-ipa/fonts/ipam.ttf:japanese/font-mplus-ipa \
-		${LOCALBASE}/share/font-mplus-ipa/fonts/ipag.ttf:japanese/font-mplus-ipa
+LICENSE=	PD
 
+RUN_DEPENDS=	${LOCALBASE}/share/fonts/ipa/ipam.otf:japanese/font-ipa \
+		${LOCALBASE}/share/fonts/ipa/ipag.otf:japanese/font-ipa \
+		${LOCALBASE}/share/fonts/mplus-ipa/fonts/ipam.ttf:japanese/font-mplus-ipa \
+		${LOCALBASE}/share/fonts/mplus-ipa/fonts/ipag.ttf:japanese/font-mplus-ipa
+
 NO_BUILD=	yes
 PLIST_FILES=	${STD:S,^,${FONTSDIR}/std.ja_JP/,}
 DATADIR=	${PREFIX}/share/font-${PORTNAME}
@@ -23,12 +25,12 @@ FONTSDIR=	share/fonts
 STD=		Mincho Gothic \
 		Ryumin-Light GothicBBB-Medium \
 		Ryumin-Light.gs7 GothicBBB-Medium.gs7
-STD_Mincho=	${LOCALBASE}/share/font-ipa/ipam.otf
-STD_Gothic=	${LOCALBASE}/share/font-ipa/ipag.otf
-STD_Ryumin-Light=	${LOCALBASE}/share/font-ipa/ipam.otf
-STD_GothicBBB-Medium=	${LOCALBASE}/share/font-ipa/ipag.otf
-STD_Ryumin-Light.gs7=	${LOCALBASE}/share/font-mplus-ipa/fonts/ipam.ttf
-STD_GothicBBB-Medium.gs7=	${LOCALBASE}/share/font-mplus-ipa/fonts/ipag.ttf
+STD_Mincho=	${LOCALBASE}/share/fonts/ipa/ipam.otf
+STD_Gothic=	${LOCALBASE}/share/fonts/ipa/ipag.otf
+STD_Ryumin-Light=	${LOCALBASE}/share/fonts/ipa/ipam.otf
+STD_GothicBBB-Medium=	${LOCALBASE}/share/fonts/ipa/ipag.otf
+STD_Ryumin-Light.gs7=	${LOCALBASE}/share/fonts/mplus-ipa/fonts/ipam.ttf
+STD_GothicBBB-Medium.gs7=	${LOCALBASE}/share/fonts/mplus-ipa/fonts/ipag.ttf
 
 do-fetch:
 	@${DO_NADA}



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