aboutsummaryrefslogtreecommitdiffstats
path: root/www/node
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2015-12-15 12:40:21 +0800
committerkoobs <koobs@FreeBSD.org>2015-12-15 12:40:21 +0800
commit4d0ac230e3f6727f38b434fe581f7c5a5f06679a (patch)
tree01e11d3c324d51e5226d7797bbf0d64633988ef3 /www/node
parentf74f6cccfd6856e51257079c8f3b35cafae79150 (diff)
downloadfreebsd-ports-gnome-4d0ac230e3f6727f38b434fe581f7c5a5f06679a.tar.gz
freebsd-ports-gnome-4d0ac230e3f6727f38b434fe581f7c5a5f06679a.tar.zst
freebsd-ports-gnome-4d0ac230e3f6727f38b434fe581f7c5a5f06679a.zip
www/node: Update to 5.2.0, Create www/node4, Update to 4.2.3
www/node: * Update PORTVERSION and distinfo checksum (5.2.0) [1] * Add CONFLICTS to www/node4 www/node4: * Create www/node4 port for LTS users * Update www/node4 to 4.2.3 [2] * Add CONFLICTS to www/node * Add UPDATING entry for users wishing to remain on LTS (4.x) Based on: PR: 204653 [1][2] Submitted by: Randy Westlund <rwestlun gmail com> [1][2] Approved by: maintainer <linpct gmail com>
Diffstat (limited to 'www/node')
-rw-r--r--www/node/Makefile6
-rw-r--r--www/node/distinfo4
2 files changed, 5 insertions, 5 deletions
diff --git a/www/node/Makefile b/www/node/Makefile
index 103b624299de..017e89ba4cfa 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -2,13 +2,13 @@
# $FreeBSD$
PORTNAME= node
-PORTVERSION= 4.2.1
+PORTVERSION= 5.2.0
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
MAINTAINER= linpct@gmail.com
-COMMENT= V8 JavaScript for client and server
+COMMENT= V8 JavaScript for client and server (5.x)
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
@@ -19,7 +19,7 @@ USES= compiler execinfo gmake python:2
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
-CONFLICTS_INSTALL= node-0.[02-9][0-9]* node-devel-0.[0-9]* node010-[0-9]* node012-[0-9]* iojs-[0-9]*
+CONFLICTS_INSTALL= node4-* node-0.[02-9][0-9]* node-devel-0.[0-9]* node010-[0-9]* node012-[0-9]* iojs-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} --without-npm --shared-zlib
diff --git a/www/node/distinfo b/www/node/distinfo
index 3b20c05adbe7..1791eb4d5812 100644
--- a/www/node/distinfo
+++ b/www/node/distinfo
@@ -1,2 +1,2 @@
-SHA256 (node-v4.2.1.tar.gz) = 8861b9f4c3b4db380fcda19a710c0430c3d62d03ee176c64db63eef95a672663
-SIZE (node-v4.2.1.tar.gz) = 22505860
+SHA256 (node-v5.2.0.tar.gz) = 5df5682f9fdd8e747f652e0b09fed46478a1e3df159797852787a074b8787664
+SIZE (node-v5.2.0.tar.gz) = 22445745