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)
Wed, Dec 18, 11:28 AM
Unknown Object (File)
Fri, Dec 6, 2:59 AM
Unknown Object (File)
Nov 7 2024, 8:30 AM
Unknown Object (File)
Nov 5 2024, 3:36 AM
Unknown Object (File)
Nov 4 2024, 9:21 AM
Unknown Object (File)
Oct 23 2024, 11:44 PM
Unknown Object (File)
Oct 12 2024, 6:27 PM
Unknown Object (File)
Oct 3 2024, 5:30 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 12423
Build 12699: arc lint + arc unit

Event Timeline

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

Minor changes requested.

www/node/Makefile
45

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

www/node4/Makefile
35

Same as above.

www/node6/Makefile
44

Same as above.

www/node8/Makefile
11

Could add a word about it being upstream LTS.

46

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

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.