Date: Fri, 13 Dec 2013 02:17:31 +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: r336311 - in head/lang: ruby19 ruby20 Message-ID: <201312130217.rBD2HVeN096327@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312130217.rBD2HVeN096327>