Date: Thu, 2 Jan 2020 02:15:08 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521792 - head/japanese/ngraph-fonts Message-ID: <202001020215.0022F8Nt079026@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Jan 2 02:15:08 2020 New Revision: 521792 URL: https://svnweb.freebsd.org/changeset/ports/521792 Log: 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 Modified: head/japanese/ngraph-fonts/Makefile (contents, props changed) Modified: head/japanese/ngraph-fonts/Makefile ============================================================================== --- head/japanese/ngraph-fonts/Makefile Thu Jan 2 02:10:36 2020 (r521791) +++ head/japanese/ngraph-fonts/Makefile Thu Jan 2 02:15:08 2020 (r521792) @@ -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?202001020215.0022F8Nt079026>