Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2018 09:01:26 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486587 - head/lang/rust
Message-ID:  <201812040901.wB491Qw9087157@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec  4 09:01:26 2018
New Revision: 486587
URL: https://svnweb.freebsd.org/changeset/ports/486587

Log:
  - Specify LICENSE_FILEs uniformly
  
  Approved by:	portmgr blanket

Modified:
  head/lang/rust/Makefile

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Tue Dec  4 07:22:02 2018	(r486586)
+++ head/lang/rust/Makefile	Tue Dec  4 09:01:26 2018	(r486587)
@@ -26,7 +26,7 @@ COMMENT=	Language with a focus on memory safety and co
 LICENSE=	APACHE20 \
 		MIT
 LICENSE_COMB=	dual
-# APACHE20 license is standard, see Templates/Licenses/APACHE20
+LICENSE_FILE_APACHE=	${WRKSRC}/LICENSE-APACHE
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
 
 BUILD_DEPENDS=		cmake:devel/cmake



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