- Add LICENSE

- Rename patch files and regenerate them with makepatch:
- Update WWW
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-27 17:53:21 +00:00
parent 682ba5014a
commit b1fac4064e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387646
4 changed files with 10 additions and 8 deletions

View File

@ -10,6 +10,8 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Vendor independent interface for accessing databases
LICENSE= BSD3CLAUSE
RUN_DEPENDS= rubygem-deprecated2>=2.0.1:${PORTSDIR}/devel/rubygem-deprecated2 \
rubygem-aspectr>=0:${PORTSDIR}/devel/rubygem-aspectr

View File

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

View File

@ -1,6 +1,6 @@
--- test/dbi/tc_types.rb.orig 2014-10-17 15:44:22.000000000 +0200
+++ test/dbi/tc_types.rb 2014-10-17 15:48:58.000000000 +0200
@@ -114,11 +114,7 @@
--- test/dbi/tc_types.rb.orig 2015-05-27 17:33:53 UTC
+++ test/dbi/tc_types.rb
@@ -114,11 +114,7 @@ class TC_DBI_Type < Test::Unit::TestCase
d = Date.today
assert_equal(DateTime.parse(d.to_s).to_s, klass.parse(d).to_s)

View File

@ -1,3 +1,3 @@
A vendor independent interface for accessing databases, similar to Perl's DBI
WWW: http://rubygems.org/gems/dbi/
WWW: https://github.com/erikh/ruby-dbi