From owner-svn-ports-head@freebsd.org Fri Dec 30 12:38:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CB52C97A3C; Fri, 30 Dec 2016 12:38:03 +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 mx1.freebsd.org (Postfix) with ESMTPS id 418B91472; Fri, 30 Dec 2016 12:38:03 +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 uBUCc2Zx081215; Fri, 30 Dec 2016 12:38:02 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBUCc2rW081214; Fri, 30 Dec 2016 12:38:02 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201612301238.uBUCc2rW081214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 30 Dec 2016 12:38:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429976 - head/japanese/font-vlgothic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2016 12:38:03 -0000 Author: hrs Date: Fri Dec 30 12:38:02 2016 New Revision: 429976 URL: https://svnweb.freebsd.org/changeset/ports/429976 Log: Add LICENSE. Modified: head/japanese/font-vlgothic/Makefile Modified: head/japanese/font-vlgothic/Makefile ============================================================================== --- head/japanese/font-vlgothic/Makefile Fri Dec 30 12:33:35 2016 (r429975) +++ head/japanese/font-vlgothic/Makefile Fri Dec 30 12:38:02 2016 (r429976) @@ -3,7 +3,7 @@ PORTNAME= vlgothic PORTVERSION= 20141206 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese x11-fonts MASTER_SITES= SFJP/vlgothic/62375 PKGNAMEPREFIX= ja-font- @@ -12,6 +12,9 @@ DISTNAME= VLGothic-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= VLGothic Japanese TrueType fonts +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.en + USES= fonts:fc tar:xz FONTNAME= TTF NO_ARCH= yes @@ -20,7 +23,7 @@ PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install SUB_FILES= pkg-install DATADIR= ${PREFIX}/share/font-${PORTNAME} -PORTDOCS= Changelog LICENSE LICENSE.en LICENSE_E.mplus LICENSE_J.mplus \ +PORTDOCS= Changelog LICENSE_E.mplus LICENSE_J.mplus \ README README.sazanami README_J.mplus WRKSRC= ${WRKDIR}/VLGothic