Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 04:18:50 +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: r521433 - in head/japanese/font-ayu18: . files
Message-ID:  <201912300418.xBU4Io4A059746@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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