Simple version bump for ruby-amalgalite, changelog is at
http://copiousfreetime.rubyforge.org/amalgalite/HISTORY_rdoc.html.

Requires bumps to textproc/ruby-fastercsv and devel/ruby-arrayfields,
included in the diff.

Tested on i386, also builds fine on amd64. Looking for OKs.

Jeremy

Index: databases/ruby-amalgalite/Makefile
===================================================================
RCS file: /cvs/ports/databases/ruby-amalgalite/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- databases/ruby-amalgalite/Makefile  3 Jan 2011 22:23:06 -0000       1.3
+++ databases/ruby-amalgalite/Makefile  23 Feb 2011 23:04:08 -0000
@@ -4,7 +4,7 @@ BROKEN-mips64el= hangs when compiling sq
 
 COMMENT =      ruby SQLite3 embedded database library
 
-DISTNAME =     amalgalite-0.15.0
+DISTNAME =     amalgalite-1.0.0
 CATEGORIES =   databases
 
 HOMEPAGE =     http://copiousfreetime.rubyforge.org/amalgalite/
@@ -22,8 +22,8 @@ MODULES =             lang/ruby
 CONFIGURE_STYLE =      ruby gem ext
 
 BUILD_DEPENDS =                ${RUN_DEPENDS}
-RUN_DEPENDS =          devel/ruby-arrayfields,${MODRUBY_FLAVOR} \
-                       textproc/ruby-fastercsv,${MODRUBY_FLAVOR}>=1.5.3
+RUN_DEPENDS =          devel/ruby-arrayfields,${MODRUBY_FLAVOR}>=4.7.4,<4.8 \
+                       textproc/ruby-fastercsv,${MODRUBY_FLAVOR}>=1.5.4,<1.6
 
 AMALGALITE_SO_DIR =    amalgalite/${MODRUBY_REV}
 SUBST_VARS +=          AMALGALITE_SO_DIR
Index: databases/ruby-amalgalite/distinfo
===================================================================
RCS file: /cvs/ports/databases/ruby-amalgalite/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- databases/ruby-amalgalite/distinfo  20 Dec 2010 17:34:10 -0000      1.1.1.1
+++ databases/ruby-amalgalite/distinfo  23 Feb 2011 23:07:54 -0000
@@ -1,5 +1,5 @@
-MD5 (amalgalite-0.15.0.gem) = uGkUrBahBabjF6WY9Shx8w==
-RMD160 (amalgalite-0.15.0.gem) = oas7jXlU+uWT6qsJYnZib/Jx10o=
-SHA1 (amalgalite-0.15.0.gem) = BC8xgfZgdKpP0PfEBxkMA1qwbmI=
-SHA256 (amalgalite-0.15.0.gem) = 6PDjFQV2rpBd2Qxm328wn9Rg0drpdSGatmob4txtFZc=
-SIZE (amalgalite-0.15.0.gem) = 1324544
+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
Index: databases/ruby-amalgalite/pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/ruby-amalgalite/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- databases/ruby-amalgalite/pkg/PLIST 20 Dec 2010 17:34:10 -0000      1.1.1.1
+++ databases/ruby-amalgalite/pkg/PLIST 23 Feb 2011 23:11:32 -0000
@@ -2,9 +2,9 @@
 ${GEM_BIN}/amalgalite-pack${GEM_BIN_SUFFIX}
 ${GEM_LIB}/cache/${DISTNAME}.gem
 ${GEM_LIB}/gems/${DISTNAME}/
-${GEM_LIB}/gems/${DISTNAME}/HISTORY
+${GEM_LIB}/gems/${DISTNAME}/HISTORY.rdoc
 ${GEM_LIB}/gems/${DISTNAME}/LICENSE
-${GEM_LIB}/gems/${DISTNAME}/README
+${GEM_LIB}/gems/${DISTNAME}/README.rdoc
 ${GEM_LIB}/gems/${DISTNAME}/bin/
 ${GEM_LIB}/gems/${DISTNAME}/bin/amalgalite-pack
 ${GEM_LIB}/gems/${DISTNAME}/examples/
@@ -13,6 +13,7 @@ ${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/gem-db.rb
 ${GEM_LIB}/gems/${DISTNAME}/examples/gems.db
 ${GEM_LIB}/gems/${DISTNAME}/examples/require_me.rb
@@ -131,6 +132,5 @@ ${GEM_LIB}/gems/${DISTNAME}/tasks/distri
 ${GEM_LIB}/gems/${DISTNAME}/tasks/documentation.rake
 ${GEM_LIB}/gems/${DISTNAME}/tasks/extension.rake
 ${GEM_LIB}/gems/${DISTNAME}/tasks/rspec.rake
-${GEM_LIB}/gems/${DISTNAME}/tasks/rubyforge.rake
 ${GEM_LIB}/gems/${DISTNAME}/tasks/utils.rb
 ${GEM_LIB}/specifications/${DISTNAME}.gemspec
Index: textproc/ruby-fastercsv/Makefile
===================================================================
RCS file: /cvs/ports/textproc/ruby-fastercsv/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- textproc/ruby-fastercsv/Makefile    6 Jan 2011 04:24:24 -0000       1.13
+++ textproc/ruby-fastercsv/Makefile    23 Feb 2011 23:01:47 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=       faster Ruby CSV library
 
-DISTNAME=      fastercsv-1.5.3
-REVISION =     0
+DISTNAME=      fastercsv-1.5.4
 CATEGORIES=    textproc
 
 # GPLv2
Index: textproc/ruby-fastercsv/distinfo
===================================================================
RCS file: /cvs/ports/textproc/ruby-fastercsv/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- textproc/ruby-fastercsv/distinfo    8 Dec 2010 22:38:19 -0000       1.5
+++ textproc/ruby-fastercsv/distinfo    23 Feb 2011 23:02:02 -0000
@@ -1,5 +1,5 @@
-MD5 (fastercsv-1.5.3.gem) = /3AuGmRduKwFW9GvjOkUPA==
-RMD160 (fastercsv-1.5.3.gem) = Xrf1PlaIrrXSFB2+rHZLWU7bQ+Q=
-SHA1 (fastercsv-1.5.3.gem) = jczrsHqIHE1cOBwpwUihmk0COoo=
-SHA256 (fastercsv-1.5.3.gem) = A0LB0iwWHMdJmFxV1ZiPq3J8pp1tg6shF2Np7Gdfsm0=
-SIZE (fastercsv-1.5.3.gem) = 124928
+MD5 (fastercsv-1.5.4.gem) = RRzNjznPX7Tp7ifUt8Q1YQ==
+RMD160 (fastercsv-1.5.4.gem) = l8k07FwBZbgbaIzkwaTFnomTW5M=
+SHA1 (fastercsv-1.5.4.gem) = ewTY39isNzVeoe7uMsyw1XQ1+Pw=
+SHA256 (fastercsv-1.5.4.gem) = EdhMiZdiI03/T/Z8+cP7RnVCr7X3oYTvRltZZLmHsQA=
+SIZE (fastercsv-1.5.4.gem) = 125440
Index: devel/ruby-arrayfields/Makefile
===================================================================
RCS file: /cvs/ports/devel/ruby-arrayfields/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- devel/ruby-arrayfields/Makefile     20 Dec 2010 17:32:49 -0000      1.1.1.1
+++ devel/ruby-arrayfields/Makefile     23 Feb 2011 23:05:40 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               allow keyword access to array instances
 
-DISTNAME=              arrayfields-4.7.0
+DISTNAME=              arrayfields-4.7.4
 CATEGORIES=            devel
 
 HOMEPAGE=              http://codeforpeople.com/lib/ruby/arrayfields/
Index: devel/ruby-arrayfields/distinfo
===================================================================
RCS file: /cvs/ports/devel/ruby-arrayfields/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- devel/ruby-arrayfields/distinfo     20 Dec 2010 17:32:49 -0000      1.1.1.1
+++ devel/ruby-arrayfields/distinfo     23 Feb 2011 23:06:01 -0000
@@ -1,5 +1,5 @@
-MD5 (arrayfields-4.7.0.gem) = tpOUIrxr5QBucguZ9fa7kA==
-RMD160 (arrayfields-4.7.0.gem) = +lvcWlWiSXVlVSzMBOLS4bUGX+U=
-SHA1 (arrayfields-4.7.0.gem) = dXZeF9wPT3CGDQERdx+OdCu2C4Q=
-SHA256 (arrayfields-4.7.0.gem) = NXl+cXu6rWx8uxgk06/AjloF73BPJhOZeW9uWNlfgYM=
-SIZE (arrayfields-4.7.0.gem) = 13312
+MD5 (arrayfields-4.7.4.gem) = Nu/pdVV9iuje5qEYdWWaAQ==
+RMD160 (arrayfields-4.7.4.gem) = 8JJIidl8NsQrf0YGpZDyzS/qVkY=
+SHA1 (arrayfields-4.7.4.gem) = SIRHFEOkHga1ztU+ZyDoDNV7cc0=
+SHA256 (arrayfields-4.7.4.gem) = +BmUtdopZOePxqj9uEGvAccGJCT1UAVOVPDwyeyoK80=
+SIZE (arrayfields-4.7.4.gem) = 14336
Index: devel/ruby-arrayfields/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/ruby-arrayfields/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- devel/ruby-arrayfields/pkg/PLIST    20 Dec 2010 17:32:49 -0000      1.1.1.1
+++ devel/ruby-arrayfields/pkg/PLIST    23 Feb 2011 23:06:23 -0000
@@ -2,12 +2,12 @@
 ${GEM_LIB}/cache/${DISTNAME}.gem
 ${GEM_LIB}/gems/${DISTNAME}/
 ${GEM_LIB}/gems/${DISTNAME}/README
-${GEM_LIB}/gems/${DISTNAME}/README.tmpl
+${GEM_LIB}/gems/${DISTNAME}/arrayfields.gemspec
 ${GEM_LIB}/gems/${DISTNAME}/gemspec.rb
-${GEM_LIB}/gems/${DISTNAME}/gen_readme.rb
 ${GEM_LIB}/gems/${DISTNAME}/install.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/
 ${GEM_LIB}/gems/${DISTNAME}/lib/arrayfields.rb
+${GEM_LIB}/gems/${DISTNAME}/readme.rb
 ${GEM_LIB}/gems/${DISTNAME}/sample/
 ${GEM_LIB}/gems/${DISTNAME}/sample/a.rb
 ${GEM_LIB}/gems/${DISTNAME}/sample/b.rb

Reply via email to