Bug 209215 - [maintainer update][patch] www/node5: copy from www/node
Summary: [maintainer update][patch] www/node5: copy from www/node
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Kurt Jaeger
URL:
Keywords: patch
Depends on:
Blocks: 209216
  Show dependency treegraph
 
Reported: 2016-05-02 21:26 UTC by Bradley T. Hughes
Modified: 2016-05-05 19:50 UTC (History)
1 user (show)

See Also:


Attachments
patch from a git commit, apply with patch -p1 (15.13 KB, text/plain)
2016-05-02 21:26 UTC, Bradley T. Hughes
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bradley T. Hughes freebsd_committer freebsd_triage 2016-05-02 21:26:19 UTC
Created attachment 169895 [details]
patch from a git commit, apply with patch -p1

Prepare to change www/node to v6.0.0 by moving v5.x to a new port of its own. Update the CONFLICTS_INSTALL rules for all www/node* ports to take the new port into account.
    
node.js v5.x will only be supported for a few months to give people time to move to v6. This new port is marked as deprecated with an expiration date of July 1, allowing all of May and June to transition. See https://nodejs.org/en/blog/release/v6.0.0/#what-about-node-js-v5
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-05 13:01:14 UTC
Testbuilds@work
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-05-05 13:45:11 UTC
A commit references this bug:

Author: pi
Date: Thu May  5 13:45:01 UTC 2016
New revision: 414646
URL: https://svnweb.freebsd.org/changeset/ports/414646

Log:
  www/node: 5.11.0 -> 6.0.0
  New port: www/node5, to ease migration from node-5.x to node-6.x

  This new major version of Node.js delivers significant improvements
  in performance, reliability, usability and security. Module loading
  is nearly four times faster than in Node.js v4, tests and documentation
  have seen significant improvements, usability of the Buffer and
  File System APIs have been improved, and Node.js now supports 93%
  of ES6 language features, thanks to V8 version 5.0.

  The full release announcement can be read here:
  https://nodejs.org/en/blog/release/v6.0.0/

  The full changelog is available on Github:
  https://github.com/nodejs/node/commit/ce3e3c5fe15479475c068482c48eb9cbf1ac9df5

  For node5:
  node.js v5.x will only be supported for a few months to give people
  time to move to v6. This new port is marked as deprecated with an
  expiration date of July 1, allowing all of May and June to transition.
  See https://nodejs.org/en/blog/release/v6.0.0/#what-about-node-js-v5

  PR:		209215, 209216
  Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)

Changes:
  head/UPDATING
  head/www/Makefile
  head/www/node/Makefile
  head/www/node/distinfo
  head/www/node/files/patch-deps_v8_src_compiler_instruction.h
  head/www/node/files/patch-deps_v8_src_compiler_js-type-feedback.h
  head/www/node/files/patch-deps_v8_src_zone-containers.h
  head/www/node/pkg-plist
  head/www/node5/
  head/www/node5/Makefile
  head/www/node5/files/patch-deps_v8_src_compiler_instruction.h
  head/www/node5/files/patch-deps_v8_src_compiler_js-type-feedback.h
  head/www/node5/files/patch-deps_v8_src_zone-containers.h
  head/www/node5/pkg-plist
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-05 13:45:58 UTC
Committed, thanks very much!
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-05-05 19:50:03 UTC
A commit references this bug:

Author: pi
Date: Thu May  5 19:49:38 UTC 2016
New revision: 414659
URL: https://svnweb.freebsd.org/changeset/ports/414659

Log:
  www/node010, node012, node4: fix CONFLICTS

  - Forgot this in the last commit

  PR:		209215
  Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)

Changes:
  head/www/node010/Makefile
  head/www/node012/Makefile
  head/www/node4/Makefile