svn commit: r521453 - in head/japanese/font-mplus-bitmap: . files

Hiroki Sato hrs at FreeBSD.org
Mon Dec 30 04:53:05 UTC 2019


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


More information about the svn-ports-all mailing list