diff --git a/devel/node-gir/Makefile b/devel/node-gir/Makefile index 8566dd45a5b..82fa0a0d129 100644 --- a/devel/node-gir/Makefile +++ b/devel/node-gir/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2013/03/11 10:50:12 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2013/06/01 14:19:31 landry Exp $ COMMENT = GObject Introspection bindings for Node.js @@ -6,7 +6,7 @@ NPM_VERSION = 0.1.0 NPM_NAME = gir CATEGORIES = devel -REVISION = 1 +REVISION = 2 HOMEPAGE = https://github.com/creationix/node-gir diff --git a/graphics/node-canvas/Makefile b/graphics/node-canvas/Makefile index 61b7adbe219..8c452507c7d 100644 --- a/graphics/node-canvas/Makefile +++ b/graphics/node-canvas/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2013/03/11 11:10:54 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2013/06/01 14:19:31 landry Exp $ COMMENT = Cairo-backed Canvas implementation for Node.js NPM_VERSION = 1.0.0 NPM_NAME = canvas CATEGORIES = graphics +REVISION = 0 HOMEPAGE = https://github.com/learnboost/node-canvas