Page MenuHomeFreeBSD

www/node8: copy from www/node, update 8.8.1 -> 8.9.0 (LTS)
ClosedPublic

Authored by bhughes on Nov 3 2017, 4:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 1:15 PM
Unknown Object (File)
Mar 22 2024, 6:05 AM
Unknown Object (File)
Feb 26 2024, 5:27 AM
Unknown Object (File)
Feb 23 2024, 5:52 PM
Unknown Object (File)
Jan 14 2024, 6:19 PM
Unknown Object (File)
Dec 22 2023, 3:45 AM
Unknown Object (File)
Dec 20 2023, 4:17 AM
Unknown Object (File)
Dec 5 2023, 6:21 AM
Subscribers
None

Details

Summary

www/node8: copy from www/node, update 8.8.1 -> 8.9.0 (LTS)

Create a new port for the latest Node.js 8.9.0 LTS release. Update
CONFLICTS for the existing Node.js ports to include the new node8
port and remove non-existent ports.

https://nodejs.org/en/blog/release/v8.9.0/

Test Plan

$ pwd
/usr/ports/www/node8
$ portlint -C
WARN: Makefile: possible use of absolute pathname "/etc/make.conf".
WARN: Makefile: "IGNORE" has to appear earlier.
WARN: Makefile: "ONLY_FOR_ARCHS" has to appear earlier.
0 fatal errors and 3 warnings found.

http://35.176.84.170/data/latest-per-pkg/node8/8.9.0/

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

robak requested changes to this revision.Nov 5 2017, 5:55 PM

Minor changes requested.

www/node/Makefile
45 ↗(On Diff #34725)

Is there node-devel in ports tree? If not, it shouldn't be here.

www/node4/Makefile
35 ↗(On Diff #34725)

Same as above.

www/node6/Makefile
44 ↗(On Diff #34725)

Same as above.

www/node8/Makefile
11 ↗(On Diff #34725)

Could add a word about it being upstream LTS.

46 ↗(On Diff #34725)

Again, node-devel.

This revision now requires changes to proceed.Nov 5 2017, 5:55 PM
bhughes marked 3 inline comments as done.

Removing non-existent ports from CONFLICTS

www/node/Makefile
45 ↗(On Diff #34725)

No, there is no node-devel, node010, node012, or iojs in the ports tree anymore. I will remove all references to them now.

bhughes marked an inline comment as done.
This revision is now accepted and ready to land.Nov 6 2017, 2:08 PM
This revision was automatically updated to reflect the committed changes.