Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2015 16:23:42 +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: r395992 - head/databases/ruby-mysql
Message-ID:  <201509031623.t83GNg4j034348@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep  3 16:23:41 2015
New Revision: 395992
URL: https://svnweb.freebsd.org/changeset/ports/395992

Log:
  - Add LICENSE
  - Use BROKEN_RUBY22
  
  Approved by:	portmgr (blanket)
  With hat:	ruby

Modified:
  head/databases/ruby-mysql/Makefile

Modified: head/databases/ruby-mysql/Makefile
==============================================================================
--- head/databases/ruby-mysql/Makefile	Thu Sep  3 16:23:37 2015	(r395991)
+++ head/databases/ruby-mysql/Makefile	Thu Sep  3 16:23:41 2015	(r395992)
@@ -13,6 +13,11 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	knu@FreeBSD.org
 COMMENT=	Ruby module for accessing MySQL databases with a C API like interface
 
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+
+BROKEN_RUBY22=	yes
+
 OPTIONS_DEFINE=	DOCS
 
 USE_MYSQL=	yes
@@ -36,10 +41,4 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/README_ja.html ${STAGEDIR}${DOCSDIR}/ja/
 	${LN} -fs ../tommy.css ${STAGEDIR}${DOCSDIR}/ja/
 
-.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?201509031623.t83GNg4j034348>