Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 04:40:55 +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: r521443 - in head/japanese/font-kanji18: . files
Message-ID:  <201912300440.xBU4etXi073454@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Mon Dec 30 04:40:55 2019
New Revision: 521443
URL: https://svnweb.freebsd.org/changeset/ports/521443

Log:
  Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually.

Deleted:
  head/japanese/font-kanji18/files/pkg-message.in
Modified:
  head/japanese/font-kanji18/Makefile

Modified: head/japanese/font-kanji18/Makefile
==============================================================================
--- head/japanese/font-kanji18/Makefile	Mon Dec 30 04:39:09 2019	(r521442)
+++ head/japanese/font-kanji18/Makefile	Mon Dec 30 04:40:55 2019	(r521443)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kanji
 PORTVERSION=	1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	PORTS_JP/${DISTNAME}
 PKGNAMEPREFIX=	ja-font-
@@ -19,6 +19,8 @@ BUILD_DEPENDS=	mkbold:x11-fonts/mkbold-mkitalic \
 		bdftopcf:x11-fonts/bdftopcf
 
 USES=		fonts
+FONTNAME=	${PORTNAME}${PKGNAMESUFFIX}
+FONTPATHSPEC=	${FONTNAME}:unscaled:pri=60
 NO_ARCH=	yes
 NO_WRKSUBDIR=	yes
 EXTRACT_CMD=		${GZCAT}
@@ -28,7 +30,7 @@ EXTRACT_AFTER_ARGS=	| ${SED} '/bin\/sh/,/exit 0/!d' \
 PKGINSTALL=	${WRKDIR}/pkg-install
 PKGDEINSTALL=	${WRKDIR}/pkg-install
 MAKEFILE=	${WRKDIR}/Makefile
-SUB_FILES=	Makefile pkg-install pkg-message
+SUB_FILES=	Makefile pkg-install
 SUB_LIST=	FONTSALIAS="${FONTSDIR}/fonts.alias.${PKGNAMESUFFIX}" \
 		SRCS="${SRCS}"
 PORTDOCS=	README.${PORTNAME}${PKGNAMESUFFIX}



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