Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 04:19:57 +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: r521434 - in head/japanese/font-ayu20: . files
Message-ID:  <201912300419.xBU4Jv6E059907@repo.freebsd.org>

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

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

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

Modified: head/japanese/font-ayu20/Makefile
==============================================================================
--- head/japanese/font-ayu20/Makefile	Mon Dec 30 04:18:50 2019	(r521433)
+++ head/japanese/font-ayu20/Makefile	Mon Dec 30 04:19:57 2019	(r521434)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ayu20
 PORTVERSION=	1.7.a
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	OSDN/x-tt/8536/
 PKGNAMEPREFIX=	ja-font-
@@ -11,13 +11,16 @@ DISTNAME=	ayu20gothic-1.7a
 MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	Ayu 20-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
 PORTDOCS=	README.txt
 MAKEFILE=	${WRKDIR}/Makefile
 



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