Date: Thu, 2 Jan 2020 02:16:03 +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: r521793 - branches/2020Q1/japanese/ngraph-fonts Message-ID: <202001020216.0022G3EL079176@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Jan 2 02:16:03 2020 New Revision: 521793 URL: https://svnweb.freebsd.org/changeset/ports/521793 Log: MFH: r521792 japanese/ngraph-fonts: unbreak after r521443 =======================<phase: run-depends >============================ ===> ja-ngraph-fonts-1.0_3 depends on file: /usr/local/share/fonts/kanji/kanji18.pcf.gz - not found ===> Installing existing package /packages/All/ja-font-kanji18-1.0_3.txz Installing ja-font-kanji18-1.0_3... [...] ===> ja-ngraph-fonts-1.0_3 depends on file: /usr/local/share/fonts/kanji/kanji18.pcf.gz - not found *** Error code 1 Reported by: pkg-fallout Approved by: ports-secteam blanket Modified: branches/2020Q1/japanese/ngraph-fonts/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/japanese/ngraph-fonts/Makefile ============================================================================== --- branches/2020Q1/japanese/ngraph-fonts/Makefile Thu Jan 2 02:15:08 2020 (r521792) +++ branches/2020Q1/japanese/ngraph-fonts/Makefile Thu Jan 2 02:16:03 2020 (r521793) @@ -10,8 +10,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Japanese Font Setup for math/ngraph RUN_DEPENDS= \ - ${LOCALBASE}/share/fonts/kanji/kanji18.pcf.gz:japanese/font-kanji18 \ - ${LOCALBASE}/share/fonts/kanji/kanji26.pcf.gz:japanese/font-kanji26 + ${LOCALBASE}/share/fonts/kanji18/kanji18.pcf.gz:japanese/font-kanji18 \ + ${LOCALBASE}/share/fonts/kanji26/kanji26.pcf.gz:japanese/font-kanji26 USES= metaport
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001020216.0022G3EL079176>