svn commit: r521433 - in head/japanese/font-ayu18: . files

Hiroki Sato hrs at FreeBSD.org
Mon Dec 30 04:18:50 UTC 2019


Author: hrs
Date: Mon Dec 30 04:18:50 2019
New Revision: 521433
URL: https://svnweb.freebsd.org/changeset/ports/521433

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

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

Modified: head/japanese/font-ayu18/Makefile
==============================================================================
--- head/japanese/font-ayu18/Makefile	Mon Dec 30 03:31:20 2019	(r521432)
+++ head/japanese/font-ayu18/Makefile	Mon Dec 30 04:18:50 2019	(r521433)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ayu18
 PORTVERSION=	1.3.1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	OSDN/x-tt/8535/:goth \
 		OSDN/x-tt/8494/:min
@@ -13,13 +13,16 @@ DISTFILES=	ayu18gothic-1.3a${EXTRACT_SUFX}:goth \
 MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	Ayu 18-dot Kanji font
 
+LICENSE=	PD
+
 BUILD_DEPENDS=	mkitalic:x11-fonts/mkbold-mkitalic \
 		bdftopcf:x11-fonts/bdftopcf
 
 USES=		fonts
+FONTPATHSPEC=	${FONTNAME}:unscaled:pri=60
 NO_ARCH=	yes
 NO_WRKSUBDIR=	yes
-SUB_FILES=	Makefile pkg-message
+SUB_FILES=	Makefile
 MAKEFILE=	${WRKDIR}/Makefile
 PORTDOCS=	README.txt
 


More information about the svn-ports-head mailing list