Date: Thu, 3 Sep 2015 16:24:32 +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: r396002 - head/devel/rubygem-thrift Message-ID: <201509031624.t83GOWNK035458@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Sep 3 16:24:31 2015 New Revision: 396002 URL: https://svnweb.freebsd.org/changeset/ports/396002 Log: - Add LICENSE - Use BROKEN_RUBY22 Approved by: portmgr (blanket) With hat: ruby Modified: head/devel/rubygem-thrift/Makefile Modified: head/devel/rubygem-thrift/Makefile ============================================================================== --- head/devel/rubygem-thrift/Makefile Thu Sep 3 16:24:27 2015 (r396001) +++ head/devel/rubygem-thrift/Makefile Thu Sep 3 16:24:31 2015 (r396002) @@ -10,15 +10,13 @@ MASTER_SITES= RG MAINTAINER= komarov@valerka.net COMMENT= Ruby interface to thrift +LICENSE= APACHE20 + +BROKEN_RUBY22= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include "../thrift/bsd.thrift.mk" -.include <bsd.port.pre.mk> - -.if ${RUBY_VER} >= 2.2 -BROKEN= Does not build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509031624.t83GOWNK035458>