Simple update to latest version of the amalgalite gem. Changelog at: https://github.com/copiousfreetime/amalgalite/blob/master/HISTORY.md
Tested on amd64. Will be committing in a couple days unless I hear objections. Thanks, Jeremy Index: Makefile =================================================================== RCS file: /cvs/ports/databases/ruby-amalgalite/Makefile,v retrieving revision 1.24 diff -u -p -r1.24 Makefile --- Makefile 12 Nov 2019 06:39:24 -0000 1.24 +++ Makefile 19 May 2021 20:52:21 -0000 @@ -2,7 +2,7 @@ COMMENT = ruby SQLite3 embedded database library -DISTNAME = amalgalite-1.6.3 +DISTNAME = amalgalite-1.7.0 CATEGORIES = databases HOMEPAGE = https://github.com/copiousfreetime/amalgalite Index: distinfo =================================================================== RCS file: /cvs/ports/databases/ruby-amalgalite/distinfo,v retrieving revision 1.8 diff -u -p -r1.8 distinfo --- distinfo 12 Nov 2019 06:39:24 -0000 1.8 +++ distinfo 19 May 2021 20:40:05 -0000 @@ -1,2 +1,2 @@ -SHA256 (amalgalite-1.6.3.gem) = Kidsme8cCVxkKZIZDrMcMuR3M37ffgPZ4hyvW8sWWbc= -SIZE (amalgalite-1.6.3.gem) = 2282496 +SHA256 (amalgalite-1.7.0.gem) = zuNXu6pCuqSp5N04MlfbDvjQ2YeU9r4ZF8EiZCyaIpY= +SIZE (amalgalite-1.7.0.gem) = 2393088 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/databases/ruby-amalgalite/pkg/PLIST,v retrieving revision 1.7 diff -u -p -r1.7 PLIST --- pkg/PLIST 26 Jul 2018 21:34:26 -0000 1.7 +++ pkg/PLIST 19 May 2021 20:42:48 -0000 @@ -26,7 +26,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/ ${GEM_LIB}/gems/${DISTNAME}/lib/amalgalite/ ${GEM_LIB}/gems/${DISTNAME}/lib/amalgalite.rb ${GEM_LIB}/gems/${DISTNAME}/lib/${AMALGALITE_SO_DIR}/ -${GEM_LIB}/gems/${DISTNAME}/lib/${AMALGALITE_SO_DIR}/amalgalite.so +@so ${GEM_LIB}/gems/${DISTNAME}/lib/${AMALGALITE_SO_DIR}/amalgalite.so ${GEM_LIB}/gems/${DISTNAME}/lib/amalgalite/aggregate.rb ${GEM_LIB}/gems/${DISTNAME}/lib/amalgalite/blob.rb ${GEM_LIB}/gems/${DISTNAME}/lib/amalgalite/boolean.rb
