Date: Fri, 29 Sep 2017 17:00:08 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450923 - head/x11-fonts/dejavu Message-ID: <201709291700.v8TH08ZO049509@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Sep 29 17:00:08 2017 New Revision: 450923 URL: https://svnweb.freebsd.org/changeset/ports/450923 Log: Add LICENSE PR: 222357 (based on) Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Modified: head/x11-fonts/dejavu/Makefile Modified: head/x11-fonts/dejavu/Makefile ============================================================================== --- head/x11-fonts/dejavu/Makefile Fri Sep 29 17:00:03 2017 (r450922) +++ head/x11-fonts/dejavu/Makefile Fri Sep 29 17:00:08 2017 (r450923) @@ -10,6 +10,16 @@ MASTER_SITES= SF MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bitstream Vera Fonts clone with a wider range of characters +LICENSE= AMS AREV BITSTREAM +LICENSE_COMB= multi +LICENSE_NAME_AMS= AMSFonts Copyright version 2.2 +LICENSE_NAME_AREV= Arev Fonts Copyright +LICENSE_NAME_BITSTREAM= Bitstream Vera Fonts Copyright +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS_AMS= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS_AREV= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS_BITSTREAM=${_LICENSE_PERMS_DEFAULT} + OPTIONS_DEFINE= DOCS LINKS OPTIONS_DEFAULT=LINKS OPTIONS_SUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709291700.v8TH08ZO049509>