[Midnightbsd-cvs] mports [17545] trunk/Mk/components/metadata.mk: license is now an array since we support multiple in mports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Sep 27 09:39:41 EDT 2014
Revision: 17545
http://svnweb.midnightbsd.org/mports/?rev=17545
Author: laffer1
Date: 2014-09-27 09:39:39 -0400 (Sat, 27 Sep 2014)
Log Message:
-----------
license is now an array since we support multiple in mports
Modified Paths:
--------------
trunk/Mk/components/metadata.mk
Modified: trunk/Mk/components/metadata.mk
===================================================================
--- trunk/Mk/components/metadata.mk 2014-09-27 13:38:31 UTC (rev 17544)
+++ trunk/Mk/components/metadata.mk 2014-09-27 13:39:39 UTC (rev 17545)
@@ -94,7 +94,7 @@
name => q(${PKGORIGIN}), \
version => q(${PKGVERSION}), \
description => qq(${COMMENT:S/'/\x27/g}), \
- license => q(${LICENSE}), \
+ license => [qw(${LICENSE})], \
license_perms => [qw(${LICENSE_PERMS})], \
license_name => q(${LICENSE_NAME}), \
license_text => q(${LICENSE_TEXT}), \
More information about the Midnightbsd-cvs
mailing list