svn commit: r336311 - in head/lang: ruby19 ruby20
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Dec 13 02:17:31 UTC 2013
Author: sunpoet
Date: Fri Dec 13 02:17:30 2013
New Revision: 336311
URL: http://svnweb.freebsd.org/changeset/ports/336311
Log:
- Update LICENSE
Discussed with: eadler
Modified:
head/lang/ruby19/Makefile
head/lang/ruby20/Makefile
Modified: head/lang/ruby19/Makefile
==============================================================================
--- head/lang/ruby19/Makefile Fri Dec 13 02:16:03 2013 (r336310)
+++ head/lang/ruby19/Makefile Fri Dec 13 02:17:30 2013 (r336311)
@@ -14,7 +14,8 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby at FreeBSD.org
COMMENT?= Object-oriented interpreted scripting language
-LICENSE= RUBY
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
libffi.so:${PORTSDIR}/devel/libffi \
Modified: head/lang/ruby20/Makefile
==============================================================================
--- head/lang/ruby20/Makefile Fri Dec 13 02:16:03 2013 (r336310)
+++ head/lang/ruby20/Makefile Fri Dec 13 02:17:30 2013 (r336311)
@@ -14,7 +14,8 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby at FreeBSD.org
COMMENT?= Object-oriented interpreted scripting language
-LICENSE= RUBY
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
libffi.so:${PORTSDIR}/devel/libffi \
More information about the svn-ports-all
mailing list