Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 04:47:48 +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: r521449 - in head/japanese/font-mona: . files
Message-ID:  <201912300447.xBU4lmTf079172@repo.freebsd.org>

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

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

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

Modified: head/japanese/font-mona/Makefile
==============================================================================
--- head/japanese/font-mona/Makefile	Mon Dec 30 04:46:49 2019	(r521448)
+++ head/japanese/font-mona/Makefile	Mon Dec 30 04:47:48 2019	(r521449)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mona
 PORTVERSION=	2.90
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	SF/monafont/monafont/monafont-${PORTVERSION}
 PKGNAMEPREFIX=	ja-font-
@@ -12,14 +12,16 @@ DISTNAME=	monafont-${PORTVERSION}
 MAINTAINER=	nobutaka@FreeBSD.org
 COMMENT=	12,14,16-dot Kanji fonts
 
+LICENSE=	PD
+
 BUILD_DEPENDS=	bdftopcf:x11-fonts/bdftopcf \
 		mkfontscale>=0:x11-fonts/mkfontscale
 
 USES=		fonts perl5 tar:bzip2
+FONTPATHSPEC=	${FONTNAME}:unscaled:pri=60
 USE_PERL5=	build
 NO_ARCH=	yes
 MAKE_ENV=	FONTSDIR="${FONTSDIR}"
-SUB_FILES=	pkg-message
 ALL_TARGET=	bdf
 
 post-install:



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