Index: head/databases/rubygem-dbd-mysql/Makefile =================================================================== --- head/databases/rubygem-dbd-mysql/Makefile (revision 496510) +++ head/databases/rubygem-dbd-mysql/Makefile (revision 496511) @@ -1,19 +1,20 @@ # $FreeBSD$ PORTNAME= dbd-mysql PORTVERSION= 0.4.4 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= MySQL driver for DBI-for-Ruby LICENSE= BSD3CLAUSE RUN_DEPENDS= rubygem-dbi>=0:databases/rubygem-dbi \ rubygem-mysql>=0:databases/rubygem-mysql USE_RUBY= yes USES= gem .include Index: head/databases/rubygem-dbd-mysql/files/patch-statement.rb =================================================================== --- head/databases/rubygem-dbd-mysql/files/patch-statement.rb (nonexistent) +++ head/databases/rubygem-dbd-mysql/files/patch-statement.rb (revision 496511) @@ -0,0 +1,11 @@ +--- lib/dbd/mysql/statement.rb.orig 2018-04-15 10:29:03 UTC ++++ lib/dbd/mysql/statement.rb +@@ -20,7 +20,7 @@ module DBI::DBD::Mysql + # binding. + # + def bind_param(param, value, attribs) +- raise InterfaceError, "only ? parameters supported" unless param.is_a? Fixnum ++ raise InterfaceError, "only ? parameters supported" unless param.is_a? Integer + @params[param-1] = value + end + Property changes on: head/databases/rubygem-dbd-mysql/files/patch-statement.rb ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property