aboutsummaryrefslogtreecommitdiffstats
path: root/www/node/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-11-19 18:12:14 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-11-19 18:12:14 +0800
commit885b1aba4ad7dea1d0e7794d999ef5835a1f936a (patch)
treeace490b72a4240ee54383f5dc7b9b6aea3a2b389 /www/node/Makefile
parent5aa8ac394547290c43ea77083bf20e21074af39a (diff)
downloadfreebsd-ports-gnome-885b1aba4ad7dea1d0e7794d999ef5835a1f936a.tar.gz
freebsd-ports-gnome-885b1aba4ad7dea1d0e7794d999ef5835a1f936a.tar.zst
freebsd-ports-gnome-885b1aba4ad7dea1d0e7794d999ef5835a1f936a.zip
- Update to 0.10.22
- Fix PLIST: add missing manpage - While I'm here, add LICENSE Changes: https://github.com/joyent/node/blob/v0.10.22-release/ChangeLog PR: ports/184062 Submitted by: Amim Knabben <amim.knabben@gmail.com> Approved by: Daniel Lin <linpct@gmail.com> (maintainer)
Diffstat (limited to 'www/node/Makefile')
-rw-r--r--www/node/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/node/Makefile b/www/node/Makefile
index 69dfd1c42593..aec54fd99470 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= node
-PORTVERSION= 0.10.21
+PORTVERSION= 0.10.22
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
DISTNAME= ${PORTNAME}-v${PORTVERSION}
@@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= linpct@gmail.com
COMMENT= V8 JavaScript for client and server
+LICENSE= MIT
+
LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
HAS_CONFIGURE= yes