summaryrefslogtreecommitdiff
path: root/databases/rubygem-dbi/files/patch-lib-dbi-row.rb
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-27 17:53:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-27 17:53:21 +0000
commitb1fac4064e8119662bb96eba1fbb9d81de957645 (patch)
tree217957fae5764cdb7c4b0d48d4fc7328d44bf668 /databases/rubygem-dbi/files/patch-lib-dbi-row.rb
parent- Add LICENSE (diff)
- Add LICENSE
- Rename patch files and regenerate them with makepatch: - Update WWW
Notes
Notes: svn path=/head/; revision=387646
Diffstat (limited to '')
-rw-r--r--databases/rubygem-dbi/files/patch-lib-dbi-row.rb (renamed from databases/rubygem-dbi/files/patch-row.rb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/rubygem-dbi/files/patch-row.rb b/databases/rubygem-dbi/files/patch-lib-dbi-row.rb
index 90dd99456c64..ebbf499e922c 100644
--- a/databases/rubygem-dbi/files/patch-row.rb
+++ b/databases/rubygem-dbi/files/patch-lib-dbi-row.rb
@@ -1,6 +1,6 @@
---- lib/dbi/row.rb.orig 2014-10-17 15:50:24.000000000 +0200
-+++ lib/dbi/row.rb 2014-10-17 15:54:47.000000000 +0200
-@@ -209,7 +209,6 @@
+--- lib/dbi/row.rb.orig 2015-05-27 17:33:53 UTC
++++ lib/dbi/row.rb
+@@ -209,7 +209,6 @@ module DBI
end
@@ -8,7 +8,7 @@
def __getobj__
@arr
end
-@@ -217,28 +216,6 @@
+@@ -217,28 +216,6 @@ module DBI
def __setobj__(obj)
@delegate_dc_obj = @arr = obj
end