diff options
author | bhughes <bhughes@FreeBSD.org> | 2018-04-01 17:18:58 +0800 |
---|---|---|
committer | bhughes <bhughes@FreeBSD.org> | 2018-04-01 17:18:58 +0800 |
commit | 2f6ea4c4d8a8b95a57a835d82ade81c488c8c507 (patch) | |
tree | 1a0faf2a7d51eba6c98f0ebbe898d461a8894fb6 /www/node4/Makefile | |
parent | 35c9e36797cd4461e664e6c142eaa4ad3e0d6877 (diff) | |
download | freebsd-ports-gnome-2f6ea4c4d8a8b95a57a835d82ade81c488c8c507.tar.gz freebsd-ports-gnome-2f6ea4c4d8a8b95a57a835d82ade81c488c8c507.tar.zst freebsd-ports-gnome-2f6ea4c4d8a8b95a57a835d82ade81c488c8c507.zip |
www/node4: Update 4.9.0 -> 4.9.1
No changes from the previous verison. This release ensures that the
hosted binaries from the Node.js project adhere to the platform support
contract, which does not apply to the FreeBSD port and packages.
MFH: 2018Q2
Diffstat (limited to 'www/node4/Makefile')
-rw-r--r-- | www/node4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/node4/Makefile b/www/node4/Makefile index fd8a668dc6a8..9c7566a4aad4 100644 --- a/www/node4/Makefile +++ b/www/node4/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 4.9.0 +PORTVERSION= 4.9.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ |