Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 04:28:12 +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: r521436 - in head/japanese/font-elisa8: . files
Message-ID:  <201912300428.xBU4SCwA065851@repo.freebsd.org>

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

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

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

Modified: head/japanese/font-elisa8/Makefile
==============================================================================
--- head/japanese/font-elisa8/Makefile	Mon Dec 30 04:22:17 2019	(r521435)
+++ head/japanese/font-elisa8/Makefile	Mon Dec 30 04:28:12 2019	(r521436)
@@ -3,21 +3,28 @@
 
 PORTNAME=	elisa8
 PORTVERSION=	1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	japanese x11-fonts
-MASTER_SITES=	http://www.bsdbbq.org/~toshi/distfiles/
+MASTER_SITES=	LOCAL/hrs
 PKGNAMEPREFIX=	ja-font-
 DISTNAME=	elisat10
 
 MAINTAINER=	toshi@tea.forus.or.jp
 COMMENT=	8-dot Kanji font 'elisa'
 
+LICENSE=	NOTPARTIAL-NOTCOMMERCIAL
+LICENSE_NAME=	Whole, not partial, and not commercial
+LICENSE_TEXT=	Free redistribution of the whole package allowed, \
+		not partial, and not commercial
+LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
+
 BUILD_DEPENDS=	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
 SUB_LIST=	BDFTOPCF_CMD="${LOCALBASE}/bin/bdftopcf" \
 		GZIP_CMD="${GZIP_CMD}"



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