Date: Thu, 2 Jan 2020 02:10:36 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r521791 - branches/2020Q1/japanese/tgif Message-ID: <202001020210.0022Aa6K073105@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Jan 2 02:10:36 2020 New Revision: 521791 URL: https://svnweb.freebsd.org/changeset/ports/521791 Log: MFH: r521790 japanese/tgif: unbreak after r521438 =======================<phase: run-depends >============================ ===> ja-tgif-resource-4.2.2_1 depends on executable: tgif - not found ===> Installing existing package /packages/All/tgif-4.2.5_2.txz [...] ===> ja-tgif-resource-4.2.2_1 depends on file: /usr/local/share/fonts/TTF/ipagui.ttf - not found ===> Installing existing package /packages/All/ja-font-ipa-uigothic-00203_5.txz [...] ===> ja-tgif-resource-4.2.2_1 depends on file: /usr/local/share/fonts/TTF/ipagui.ttf - not found *** Error code 1 Reported by: pkg-fallout Approved by: ports-secteam blanket Modified: branches/2020Q1/japanese/tgif/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/japanese/tgif/Makefile ============================================================================== --- branches/2020Q1/japanese/tgif/Makefile Thu Jan 2 02:10:05 2020 (r521790) +++ branches/2020Q1/japanese/tgif/Makefile Thu Jan 2 02:10:36 2020 (r521791) @@ -13,7 +13,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Japanese Resource and Configuration for TGIF RUN_DEPENDS= tgif:graphics/tgif \ - ${LOCALBASE}/share/fonts/TTF/ipagui.ttf:japanese/font-ipa-uigothic \ + ${LOCALBASE}/share/fonts/ipa-uigothic/ipagui.ttf:japanese/font-ipa-uigothic \ ${LOCALBASE}/share/fonts/std.ja_JP/Ryumin-Light:japanese/font-std NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001020210.0022Aa6K073105>