svn commit: r568651 - in head/devel: . node-gyp node-nan

Juraj Lutter otis at FreeBSD.org
Wed Mar 17 12:55:27 UTC 2021


Author: otis
Date: Wed Mar 17 12:55:27 2021
New Revision: 568651
URL: https://svnweb.freebsd.org/changeset/ports/568651

Log:
  textproc: Remove node-gyp and node-nan
  
  Their only consumer was textproc/node-re2 that was also removed.
  Also disconnect them from category's Makefile.

Deleted:
  head/devel/node-gyp/
  head/devel/node-nan/
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Mar 17 12:45:18 2021	(r568650)
+++ head/devel/Makefile	Wed Mar 17 12:55:27 2021	(r568651)
@@ -1568,8 +1568,6 @@
     SUBDIR += nini
     SUBDIR += ninja
     SUBDIR += nlohmann-json
-    SUBDIR += node-gyp
-    SUBDIR += node-nan
     SUBDIR += node-thrift
     SUBDIR += notcurses
     SUBDIR += notify-sharp


More information about the svn-ports-head mailing list