svn commit: r521436 - in head/japanese/font-elisa8: . files

Hiroki Sato hrs at FreeBSD.org
Mon Dec 30 04:28:13 UTC 2019


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 at 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}"


More information about the svn-ports-all mailing list