Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2020 17:55:45 +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: r525209 - head/devel/rubygem-gettext
Message-ID:  <202002041755.014HtjA7095535@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Feb  4 17:55:45 2020
New Revision: 525209
URL: https://svnweb.freebsd.org/changeset/ports/525209

Log:
  Add LICENSE_FILE

Modified:
  head/devel/rubygem-gettext/Makefile

Modified: head/devel/rubygem-gettext/Makefile
==============================================================================
--- head/devel/rubygem-gettext/Makefile	Tue Feb  4 17:55:40 2020	(r525208)
+++ head/devel/rubygem-gettext/Makefile	Tue Feb  4 17:55:45 2020	(r525209)
@@ -9,8 +9,10 @@ MASTER_SITES=	RG
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Ruby implementation of the gettext library
 
-LICENSE=	RUBY LGPL3
+LICENSE=	LGPL3 RUBY
 LICENSE_COMB=	dual
+LICENSE_FILE_LGPL3=	${WRKSRC}/doc/text/lgpl-3.0.txt
+LICENSE_FILE_RUBY=	${WRKSRC}/doc/text/ruby-license.txt
 
 RUN_DEPENDS=	rubygem-locale>=2.0.5:devel/rubygem-locale \
 		rubygem-text>=1.3.0:textproc/rubygem-text



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