diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-01-10 18:19:06 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-01-10 18:19:06 +0000 |
commit | cb53142d8df0e6e422ed8ae458bbe2cc752ec17b (patch) | |
tree | 358a42e1bda6df4c07570182fbeb5e10ef8599c9 /www/node/Makefile | |
parent | - Add missing BUILD_DEPENDS to silence build warnings (diff) |
- Update to 0.6.7
Changes: https://raw.github.com/joyent/node/v0.6.7/ChangeLog
PR: ports/163990
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=288907
Diffstat (limited to 'www/node/Makefile')
-rw-r--r-- | www/node/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/node/Makefile b/www/node/Makefile index 1d4ae760d494..dbf179fbbe26 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -6,7 +6,7 @@ # PORTNAME= node -PORTVERSION= 0.6.6 +PORTVERSION= 0.6.7 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} |