svn commit: r458081 - in branches/2018Q1/databases/rubygem-mysql: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 4 20:15:40 UTC 2018


Author: sunpoet
Date: Thu Jan  4 20:15:39 2018
New Revision: 458081
URL: https://svnweb.freebsd.org/changeset/ports/458081

Log:
  MFH: r458079
  
  Fix build with Ruby 2.4+ and unbreak this port
  
  Approved by:	ports-secteam (blanket)

Added:
  branches/2018Q1/databases/rubygem-mysql/files/
     - copied from r458079, head/databases/rubygem-mysql/files/
Modified:
  branches/2018Q1/databases/rubygem-mysql/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/databases/rubygem-mysql/Makefile
==============================================================================
--- branches/2018Q1/databases/rubygem-mysql/Makefile	Thu Jan  4 20:12:43 2018	(r458080)
+++ branches/2018Q1/databases/rubygem-mysql/Makefile	Thu Jan  4 20:15:39 2018	(r458081)
@@ -12,8 +12,6 @@ COMMENT=	MySQL API module for Ruby
 LICENSE=	GPLv2 RUBY
 LICENSE_COMB=	dual
 
-BROKEN_RUBY24=	yes
-
 USE_RUBY=	yes
 USES=		gem mysql
 


More information about the svn-ports-branches mailing list