On Sun, Jul 08, 2012 at 04:17:20PM -0600, Aaron Bieber wrote:
> Hi,
> 
> This update takes node-sqlite3 from 2.1.4 to 2.1.5, which adds a fix for
> semver not liking '0.8.x' ( we had a patch for package.json that
> is no longer needed as it added this fix as well )
> 
> OK? 
> 
> Cheers,
> Aaron

Sorry for all the spam: 

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/node-sqlite3/Makefile,v
retrieving revision 1.3
diff -N -u -p Makefile
--- Makefile    26 Jun 2012 21:41:50 -0000      1.3
+++ Makefile    8 Jul 2012 21:16:54 -0000
@@ -2,11 +2,11 @@
 
 COMMENT =      sqlite3 bindings for nodejs
 
-NPM_VERSION =  2.1.4
+NPM_VERSION =  2.1.5
 NPM_NAME =     sqlite3
 CATEGORIES =   databases
 
-MAINTAINER =   Aaron Bieber <def...@gmail.com>
+MAINTAINER =   Aaron Bieber <abie...@openbsd.org>
 
 HOMEPAGE =     https://github.com/developmentseed/node-sqlite3
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/node-sqlite3/distinfo,v
retrieving revision 1.2
diff -N -u -p distinfo
--- distinfo    26 Jun 2012 21:41:50 -0000      1.2
+++ distinfo    8 Jul 2012 21:16:54 -0000
@@ -1,5 +1,5 @@
-MD5 (sqlite3-2.1.4.tgz) = 7VA4eQaIjpqX62hIj6CD0Q==
-RMD160 (sqlite3-2.1.4.tgz) = +4XwhkMTsOhodG1V5l+/mh9yvpM=
-SHA1 (sqlite3-2.1.4.tgz) = TidXf7qzTkjKZEI9o3DQYsonkWg=
-SHA256 (sqlite3-2.1.4.tgz) = yBdxFjUnZpE8m4k8jbwmq1ItimiZSdXEILp+KUzdY54=
-SIZE (sqlite3-2.1.4.tgz) = 2088785
+MD5 (sqlite3-2.1.5.tgz) = EwM2Nw68vyBSRNiwKqnH4Q==
+RMD160 (sqlite3-2.1.5.tgz) = LV4vbCfPg47QCLt+PeoBNnBt+dg=
+SHA1 (sqlite3-2.1.5.tgz) = hTiBW2mJrgSR/gnwJZKZx69CIKI=
+SHA256 (sqlite3-2.1.5.tgz) = 2159M5iYgKrzvuVA1MttWpu6DsDUVD/ltdLuVP4T+Wo=
+SIZE (sqlite3-2.1.5.tgz) = 2088803
Index: patches/patch-package_json
===================================================================
RCS file: /cvs/ports/databases/node-sqlite3/patches/patch-package_json,v
retrieving revision 1.1
diff -N -u -p patches/patch-package_json
--- patches/patch-package_json  26 Jun 2012 21:41:50 -0000      1.1
+++ /dev/null   8 Jul 2012 20:31:03 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-package_json,v 1.1 2012/06/26 21:41:50 jasper Exp $
---- package.json.orig  Mon Jun 25 13:45:41 2012
-+++ package.json       Mon Jun 25 13:45:49 2012
-@@ -32,7 +32,7 @@
-         "expresso": "*"
-     },
-     "engines": {
--        "node": ">= 0.6.13 && <= 0.8.x"
-+        "node": ">= 0.6.13 && <= 0.9.x"
-     },
-     "scripts": {
-         "test": "expresso -I lib test/*.test.js"

Reply via email to