Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 04:58:42 +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: r521457 - in head/japanese/font-naga10: . files
Message-ID:  <201912300458.xBU4wgmh085914@repo.freebsd.org>

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

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

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

Modified: head/japanese/font-naga10/Makefile
==============================================================================
--- head/japanese/font-naga10/Makefile	Mon Dec 30 04:58:18 2019	(r521456)
+++ head/japanese/font-naga10/Makefile	Mon Dec 30 04:58:41 2019	(r521457)
@@ -3,7 +3,7 @@
 
 PORTNAME=	naga10
 PORTVERSION=	1.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	http://hp.vector.co.jp/authors/VA013391/fonts/
 PKGNAMEPREFIX=	ja-font-
@@ -12,12 +12,18 @@ DISTNAME=	knj10-${PORTVERSION}
 MAINTAINER=	CQG00620@nifty.ne.jp
 COMMENT=	10-dot Kanji font
 
+LICENSE=	NOTPARTIAL
+LICENSE_NAME=	Whole not partial
+LICENSE_TEXT=	Free redistribution of the whole package allowed, not partial
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
 BUILD_DEPENDS=	mkbold:x11-fonts/mkbold-mkitalic \
 		bdftopcf:x11-fonts/bdftopcf
 
 USES=		fonts
+FONTPATHSPEC=	${FONTNAME}:unscaled:pri=60
 NO_ARCH=	yes
-SUB_FILES=	Makefile pkg-message
+SUB_FILES=	Makefile
 MAKEFILE=	${WRKDIR}/Makefile
 PORTDOCS=	README
 



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