Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 04:53:05 +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: r521453 - in head/japanese/font-mplus-bitmap: . files
Message-ID:  <201912300453.xBU4r5uE085113@repo.freebsd.org>

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

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

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

Modified: head/japanese/font-mplus-bitmap/Makefile
==============================================================================
--- head/japanese/font-mplus-bitmap/Makefile	Mon Dec 30 04:52:08 2019	(r521452)
+++ head/japanese/font-mplus-bitmap/Makefile	Mon Dec 30 04:53:05 2019	(r521453)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mplus
 PORTVERSION=	2.2.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	OSDN/${PORTNAME}-fonts/5030/
 PKGNAMEPREFIX=	ja-font-
@@ -13,12 +13,14 @@ DISTNAME=	${PORTNAME}_bitmap_fonts-2.2.4
 MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	M+ Bitmap fonts
 
+LICENSE=	PD
+
 BUILD_DEPENDS=	bdftopcf:x11-fonts/bdftopcf
 
 USES=		fonts
+FONTPATHSPEC=	${PORTNAME}${PKGNAMESUFFIX}:unscaled:pri=60
 NO_BUILD=	yes
 NO_ARCH=	yes
-SUB_FILES=	pkg-message
 FONTSDIR=	${PREFIX}/share/fonts/${PORTNAME}${PKGNAMESUFFIX}
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
 PORTDOCS=	INSTALL_E LICENSE_E README_E \



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