svn commit: r521793 - branches/2020Q1/japanese/ngraph-fonts

Jan Beich jbeich at FreeBSD.org
Thu Jan 2 02:16:04 UTC 2020


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 at 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
 


More information about the svn-ports-branches mailing list