diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-08-22 13:09:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-08-22 13:09:40 +0800 |
commit | ab59687287433c9786d878a36886c21b6bfd52ed (patch) | |
tree | 7ef8c53b9d2544da07c29d0c24edc9b28b2f98c2 | |
parent | 481cacbfdca5bf200276b732c20c782ffa4530ee (diff) | |
download | freebsd-ports-gnome-ab59687287433c9786d878a36886c21b6bfd52ed.tar.gz freebsd-ports-gnome-ab59687287433c9786d878a36886c21b6bfd52ed.tar.zst freebsd-ports-gnome-ab59687287433c9786d878a36886c21b6bfd52ed.zip |
- Update to 0.6.21
- Add LATEST_LINK
Changes: https://github.com/joyent/node/blob/v0.6.21/ChangeLog
PR: ports/170827
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
-rw-r--r-- | www/node06/Makefile | 4 | ||||
-rw-r--r-- | www/node06/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/www/node06/Makefile b/www/node06/Makefile index fcecdb4af551..79067298a83f 100644 --- a/www/node06/Makefile +++ b/www/node06/Makefile @@ -6,7 +6,7 @@ # PORTNAME= node -PORTVERSION= 0.6.19 +PORTVERSION= 0.6.21 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} @@ -20,6 +20,8 @@ OPTIONS= SHARED_V8 "Build with lang/v8" off CONFLICTS= node-0.[0-57-9]* node-devel-0.[0-9]* +LATEST_LINK= node06 + CONFIGURE_ARGS= --no-ssl2 \ --openssl-includes=${OPENSSLINC} \ --openssl-libpath=${OPENSSLLIB} \ diff --git a/www/node06/distinfo b/www/node06/distinfo index cc5fc50203bd..d3df021a1333 100644 --- a/www/node06/distinfo +++ b/www/node06/distinfo @@ -1,2 +1,2 @@ -SHA256 (node-v0.6.19.tar.gz) = 4e33292477b01dfcf50bc628d580fd5af3e5ff807490ec46472b84100fb52fbb -SIZE (node-v0.6.19.tar.gz) = 10222697 +SHA256 (node-v0.6.21.tar.gz) = 22265fd07e09c22f1d058156d548e7398c9740210f534e2f848eeab5b9772117 +SIZE (node-v0.6.21.tar.gz) = 10235165 |