Created attachment 182474 [details] www/node: Update to v7.10.0 Update to the latest v7 Current release. Refresh patches using 'make makepatch'. portlint: OK (-C, spurious warnings about /etc/make.conf and python use) testport: OK (poudriere, 10.3-R, amd64/i386, default options) testport: OK (poudriere, 10.3-R, amd64/i386, BUNDLED_SSL) testport: OK (poudriere, 11.0-R, amd64/i386/armv6, default options) testport: OK (poudriere, 11.0-R, amd64/i386/armv6, BUNDLED_SSL)
Regarding of the changes of files/patch-*, most of them are no-op except files/patch-node.gyp. Since 'make makepatch' will re-generate the patch file(s) and the date of *.orig will be changed (if you run it again newer tarball). I would suggest you revert the change if that's the only change of the patch file. Thanks!
Yes, that's a good point. I hadn't intended to include the noop patch changes. I'll fix it :)
A commit references this bug: Author: sunpoet Date: Wed May 10 17:52:22 UTC 2017 New revision: 440580 URL: https://svnweb.freebsd.org/changeset/ports/440580 Log: Update to 7.10.0 - Regenerate patch file with makepatch: Changes: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V7.md PR: 219193 Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer) Changes: head/www/node/Makefile head/www/node/distinfo head/www/node/files/patch-node.gyp
Committed. Thanks!
Thanks again! :)