From owner-svn-ports-all@freebsd.org Mon Dec 30 04:22:17 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EAAC81D4477; Mon, 30 Dec 2019 04:22:17 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47mPQx4q45z4WBt; Mon, 30 Dec 2019 04:22:17 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A0A5E244B1; Mon, 30 Dec 2019 04:22:17 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBU4MH2S065494; Mon, 30 Dec 2019 04:22:17 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBU4MHf0065493; Mon, 30 Dec 2019 04:22:17 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201912300422.xBU4MHf0065493@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 30 Dec 2019 04:22:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521435 - in head/japanese/font-elisa10: . files X-SVN-Group: ports-head X-SVN-Commit-Author: hrs X-SVN-Commit-Paths: in head/japanese/font-elisa10: . files X-SVN-Commit-Revision: 521435 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Dec 2019 04:22:18 -0000 Author: hrs Date: Mon Dec 30 04:22:17 2019 New Revision: 521435 URL: https://svnweb.freebsd.org/changeset/ports/521435 Log: - Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually. - Add LICENSE. Deleted: head/japanese/font-elisa10/files/pkg-message.in Modified: head/japanese/font-elisa10/Makefile Modified: head/japanese/font-elisa10/Makefile ============================================================================== --- head/japanese/font-elisa10/Makefile Mon Dec 30 04:19:57 2019 (r521434) +++ head/japanese/font-elisa10/Makefile Mon Dec 30 04:22:17 2019 (r521435) @@ -2,7 +2,7 @@ PORTNAME= elisa10 PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese x11-fonts MASTER_SITES= http://www.wheel.gr.jp/~dai/software/ PKGNAMEPREFIX= ja-font- @@ -11,18 +11,25 @@ DISTNAME= elisau10 MAINTAINER= hrs@FreeBSD.org COMMENT= Elisa 10-dot Kanji font +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 tar:tgz +FONTPATHSPEC= ${FONTNAME}:unscaled:pri=60 NO_ARCH= yes NO_WRKSUBDIR= yes -SUB_FILES= Makefile pkg-message MAKEFILE= ${WRKDIR}/Makefile +SUB_FILES= Makefile SUB_LIST= BDFTOPCF_CMD="${LOCALBASE}/bin/bdftopcf" \ GZIP_CMD="${GZIP_CMD}" PORTDOCS= elisau10.doc hosoku.txt -PLIST_FILES= %%FONTSDIR%%/elisau10.pcf.gz \ - %%FONTSDIR%%/fonts.alias +PLIST_FILES= ${FONTSDIR:S,^${PREFIX}/,,}/elisau10.pcf.gz \ + ${FONTSDIR:S,^${PREFIX}/,,}/fonts.alias OPTIONS_DEFINE= DOCS