bump to pick up the node libv8 change.
OK sthen@
This commit is contained in:
parent
64c5962fb7
commit
24b11f3986
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2013/08/13 21:18:09 abieber Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2013/11/05 16:24:51 abieber Exp $
|
||||
|
||||
COMMENT = postgresql client for Node.js
|
||||
|
||||
NPM_VERSION = 1.1.0
|
||||
NPM_NAME = pg
|
||||
CATEGORIES = databases
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
MAINTAINER = Roman Kravchuk <kravchuk.kp@gmail.com>
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2013/08/13 21:19:52 abieber Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2013/11/05 16:24:14 abieber Exp $
|
||||
|
||||
COMMENT = sqlite3 bindings for Node.js
|
||||
|
||||
NPM_VERSION = 2.1.7
|
||||
NPM_NAME = sqlite3
|
||||
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = databases
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2013/08/28 20:09:42 abieber Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2013/11/05 16:25:36 abieber Exp $
|
||||
|
||||
# Currently node itself is only for amd64 and i386, but
|
||||
# the coroutine library this uses only works on amd64
|
||||
@ -9,6 +9,7 @@ ONLY_FOR_ARCHS= amd64 i386
|
||||
COMMENT = fiber/coroutine support for Node.js
|
||||
|
||||
NPM_VERSION = 1.0.1
|
||||
REVISION = 0
|
||||
NPM_NAME = fibers
|
||||
CATEGORIES = devel
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2013/08/13 21:19:15 abieber Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2013/11/05 16:26:05 abieber Exp $
|
||||
|
||||
COMMENT = GObject Introspection bindings for Node.js
|
||||
|
||||
@ -6,7 +6,7 @@ NPM_VERSION = 0.1.0
|
||||
NPM_NAME = gir
|
||||
CATEGORIES = devel
|
||||
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
|
||||
HOMEPAGE = https://github.com/creationix/node-gir
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2013/09/25 07:58:41 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2013/11/05 16:26:29 abieber Exp $
|
||||
|
||||
COMMENT = Cairo-backed Canvas implementation for Node.js
|
||||
|
||||
NPM_VERSION = 1.0.0
|
||||
NPM_NAME = canvas
|
||||
CATEGORIES = graphics
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
HOMEPAGE = https://github.com/learnboost/node-canvas
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2013/08/13 21:20:24 abieber Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2013/11/05 16:27:00 abieber Exp $
|
||||
|
||||
COMMENT = bcrypt hashing library for Node.js
|
||||
|
||||
NPM_VERSION = 0.7.5
|
||||
NPM_NAME = bcrypt
|
||||
CATEGORIES = security
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
HOMEPAGE = https://github.com/ncb000gt/node.bcrypt.js
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2013/08/13 21:20:50 abieber Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2013/11/05 16:27:27 abieber Exp $
|
||||
|
||||
COMMENT = module to support sending messages to syslog
|
||||
|
||||
@ -6,7 +6,7 @@ NPM_VERSION = 1.1.7
|
||||
NPM_NAME = node-syslog
|
||||
CATEGORIES = sysutils
|
||||
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
HOMEPAGE = https://github.com/schamane/node-syslog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user