svn commit: r387646 - in head/databases/rubygem-dbi: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 27 17:53:23 UTC 2015
Author: sunpoet
Date: Wed May 27 17:53:21 2015
New Revision: 387646
URL: https://svnweb.freebsd.org/changeset/ports/387646
Log:
- Add LICENSE
- Rename patch files and regenerate them with makepatch:
- Update WWW
Added:
head/databases/rubygem-dbi/files/patch-lib-dbi-row.rb
- copied, changed from r387637, head/databases/rubygem-dbi/files/patch-row.rb
head/databases/rubygem-dbi/files/patch-test-dbi-tc_types.rb
- copied, changed from r387637, head/databases/rubygem-dbi/files/patch-tc_types.rb
Deleted:
head/databases/rubygem-dbi/files/patch-row.rb
head/databases/rubygem-dbi/files/patch-tc_types.rb
Modified:
head/databases/rubygem-dbi/Makefile
head/databases/rubygem-dbi/pkg-descr
Modified: head/databases/rubygem-dbi/Makefile
==============================================================================
--- head/databases/rubygem-dbi/Makefile Wed May 27 17:53:16 2015 (r387645)
+++ head/databases/rubygem-dbi/Makefile Wed May 27 17:53:21 2015 (r387646)
@@ -10,6 +10,8 @@ MASTER_SITES= RG
MAINTAINER= ruby at 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
Copied and modified: head/databases/rubygem-dbi/files/patch-lib-dbi-row.rb (from r387637, head/databases/rubygem-dbi/files/patch-row.rb)
==============================================================================
--- head/databases/rubygem-dbi/files/patch-row.rb Wed May 27 17:19:32 2015 (r387637, copy source)
+++ head/databases/rubygem-dbi/files/patch-lib-dbi-row.rb Wed May 27 17:53:21 2015 (r387646)
@@ -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
Copied and modified: head/databases/rubygem-dbi/files/patch-test-dbi-tc_types.rb (from r387637, head/databases/rubygem-dbi/files/patch-tc_types.rb)
==============================================================================
--- head/databases/rubygem-dbi/files/patch-tc_types.rb Wed May 27 17:19:32 2015 (r387637, copy source)
+++ head/databases/rubygem-dbi/files/patch-test-dbi-tc_types.rb Wed May 27 17:53:21 2015 (r387646)
@@ -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)
Modified: head/databases/rubygem-dbi/pkg-descr
==============================================================================
--- head/databases/rubygem-dbi/pkg-descr Wed May 27 17:53:16 2015 (r387645)
+++ head/databases/rubygem-dbi/pkg-descr Wed May 27 17:53:21 2015 (r387646)
@@ -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
More information about the svn-ports-all
mailing list