Simple update, changes at
https://github.com/luislavena/sqlite3-ruby/blob/master/CHANGELOG.rdoc

The primary reason for the update is that Rails 3.1 requires this new
version if you want to use SQLite with ActiveRecord.

Tested on amd64 and i386.  Will be committing next week unless I hear
objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/ruby-sqlite3/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile    14 Mar 2011 17:45:50 -0000      1.20
+++ Makefile    1 Sep 2011 01:42:51 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       access a SQLite3 database from ruby
 
-VERSION=       1.3.3
+VERSION=       1.3.4
 DISTNAME=      sqlite3-${VERSION}
 CATEGORIES=    databases
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/ruby-sqlite3/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    14 Mar 2011 17:45:50 -0000      1.7
+++ distinfo    1 Sep 2011 01:43:26 -0000
@@ -1,5 +1,5 @@
-MD5 (sqlite3-1.3.3.gem) = JfnPB0QVfcfs8TCOXmGZZw==
-RMD160 (sqlite3-1.3.3.gem) = GFsYQIZ953LNMwdvoc8pkFYd6Zk=
-SHA1 (sqlite3-1.3.3.gem) = iIi6fXVXZEht0Fyue5XPR+wsPQs=
-SHA256 (sqlite3-1.3.3.gem) = KU+S6Orla0WtJBa7kpBGxbgCS39zrd2AljrOXZCVA74=
-SIZE (sqlite3-1.3.3.gem) = 55808
+MD5 (sqlite3-1.3.4.gem) = n6I8Sc82ew6IDmA/6bBiaw==
+RMD160 (sqlite3-1.3.4.gem) = PzGxokAB3s3u1/vhojZI4lRzgz0=
+SHA1 (sqlite3-1.3.4.gem) = Tc7tEH1Cx7rKZxC/xiOliDjGvTk=
+SHA256 (sqlite3-1.3.4.gem) = LxamYxd6U6L1tipq31n1lDIIExb0RnDtuFdsAQut86o=
+SIZE (sqlite3-1.3.4.gem) = 55296
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/ruby-sqlite3/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST
--- pkg/PLIST   14 Mar 2011 17:45:50 -0000      1.8
+++ pkg/PLIST   1 Sep 2011 01:43:30 -0000
@@ -1,6 +1,7 @@
 @comment $OpenBSD: PLIST,v 1.8 2011/03/14 17:45:50 jeremy Exp $
 ${GEM_LIB}/cache/${DISTNAME}.gem
 ${GEM_LIB}/gems/${DISTNAME}/
+${GEM_LIB}/gems/${DISTNAME}/.gemtest
 ${GEM_LIB}/gems/${DISTNAME}/API_CHANGES.rdoc
 ${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.rdoc
 ${GEM_LIB}/gems/${DISTNAME}/ChangeLog.cvs

Reply via email to