Index: Makefile =================================================================== RCS file: /cvs/ports/databases/node-pg/Makefile,v retrieving revision 1.11 diff -u -p -u -p -r1.11 Makefile --- Makefile 19 May 2013 15:22:51 -0000 1.11 +++ Makefile 21 May 2013 20:13:58 -0000 @@ -2,7 +2,7 @@ COMMENT = postgresql client for Node.js -NPM_VERSION = 1.1.0 +NPM_VERSION = 1.1.1 NPM_NAME = pg CATEGORIES = databases Index: distinfo =================================================================== RCS file: /cvs/ports/databases/node-pg/distinfo,v retrieving revision 1.3 diff -u -p -u -p -r1.3 distinfo --- distinfo 19 May 2013 15:22:51 -0000 1.3 +++ distinfo 21 May 2013 20:13:58 -0000 @@ -1,2 +1,2 @@ -SHA256 (pg-1.1.0.tgz) = 81EW5BZgciba7hInOZg2vtBT+mhGh+30wz9t4iyAoPk= -SIZE (pg-1.1.0.tgz) = 216884 +SHA256 (pg-1.1.1.tgz) = IhdE20oyG1Tr/Zus9b48RbkZVVnaB69gcWIOsqnHIYQ= +SIZE (pg-1.1.1.tgz) = 65776 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/databases/node-pg/pkg/PLIST,v retrieving revision 1.3 diff -u -p -u -p -r1.3 PLIST --- pkg/PLIST 19 May 2013 15:22:51 -0000 1.3 +++ pkg/PLIST 21 May 2013 20:13:58 -0000 @@ -84,6 +84,7 @@ lib/node_modules/pg/test/integration/cli lib/node_modules/pg/test/integration/client/prepared-statement-tests.js lib/node_modules/pg/test/integration/client/query-callback-error-tests.js lib/node_modules/pg/test/integration/client/query-error-handling-tests.js +lib/node_modules/pg/test/integration/client/result-as-arrays-tests.js lib/node_modules/pg/test/integration/client/result-metadata-tests.js lib/node_modules/pg/test/integration/client/simple-query-tests.js lib/node_modules/pg/test/integration/client/ssl-tests.js @@ -153,5 +154,4 @@ lib/node_modules/pg/test/unit/pool/basic lib/node_modules/pg/test/unit/pool/timeout-tests.js lib/node_modules/pg/test/unit/test-helper.js lib/node_modules/pg/test/unit/utils-tests.js -lib/node_modules/pg/v8.log lib/node_modules/pg/wscript
