Simple update, bumps the embedded SQLite version to 3.7.5 and enables
the FTS3, FTS4, and STAT2 options.

Tested on i386, compiles fine on amd64.  Looking for OKs.

Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/ruby-amalgalite/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile    14 Mar 2011 17:42:56 -0000      1.4
+++ Makefile    11 Apr 2011 22:50:07 -0000
@@ -4,7 +4,7 @@ BROKEN-mips64el= hangs when compiling sq
 
 COMMENT =      ruby SQLite3 embedded database library
 
-DISTNAME =     amalgalite-1.0.0
+DISTNAME =     amalgalite-1.1.2
 CATEGORIES =   databases
 
 HOMEPAGE =     http://copiousfreetime.rubyforge.org/amalgalite/
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/ruby-amalgalite/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    14 Mar 2011 17:42:56 -0000      1.2
+++ distinfo    11 Apr 2011 22:50:23 -0000
@@ -1,5 +1,5 @@
-MD5 (amalgalite-1.0.0.gem) = gt7Wdy5s/p5ubNmgjQMX2Q==
-RMD160 (amalgalite-1.0.0.gem) = XDHwmnT+A0vjRnagpq9w9SH3L/E=
-SHA1 (amalgalite-1.0.0.gem) = xFs2Pxw3/+YkuPmJYOaJvlnhtvA=
-SHA256 (amalgalite-1.0.0.gem) = 2m1KPPxoPc91jL9lyW+RR5FNm0f7Wrj4vJQK5LKHqB4=
-SIZE (amalgalite-1.0.0.gem) = 1352192
+MD5 (amalgalite-1.1.2.gem) = u/Ql4GduIxFxIDtNTK/iPA==
+RMD160 (amalgalite-1.1.2.gem) = wDc7RVRqU9cJrMI1K2zXwHPx1eg=
+SHA1 (amalgalite-1.1.2.gem) = PY1YBkiTj6VkIZ5ki6BkuHutWyE=
+SHA256 (amalgalite-1.1.2.gem) = Ez0BPQJgi6VxPhwtuLcoCx5aU3iSWs4U6hM+kRvHKyI=
+SIZE (amalgalite-1.1.2.gem) = 1351168
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/ruby-amalgalite/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   14 Mar 2011 17:42:56 -0000      1.2
+++ pkg/PLIST   11 Apr 2011 22:56:06 -0000
@@ -13,9 +13,8 @@ ${GEM_LIB}/gems/${DISTNAME}/examples/blo
 ${GEM_LIB}/gems/${DISTNAME}/examples/bootstrap.rb
 ${GEM_LIB}/gems/${DISTNAME}/examples/define_aggregate.rb
 ${GEM_LIB}/gems/${DISTNAME}/examples/define_function.rb
-${GEM_LIB}/gems/${DISTNAME}/examples/filestore.db
+${GEM_LIB}/gems/${DISTNAME}/examples/fts3.rb
 ${GEM_LIB}/gems/${DISTNAME}/examples/gem-db.rb
-${GEM_LIB}/gems/${DISTNAME}/examples/gems.db
 ${GEM_LIB}/gems/${DISTNAME}/examples/require_me.rb
 ${GEM_LIB}/gems/${DISTNAME}/examples/requires.rb
 ${GEM_LIB}/gems/${DISTNAME}/examples/schema-info.rb

Reply via email to