svn commit: r396002 - head/devel/rubygem-thrift

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 3 16:24:32 UTC 2015


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 at 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>


More information about the svn-ports-all mailing list