svn commit: r432523 - head/devel

Jan Beich jbeich at FreeBSD.org
Thu Jan 26 17:45:38 UTC 2017


Author: jbeich
Date: Thu Jan 26 17:45:36 2017
New Revision: 432523
URL: https://svnweb.freebsd.org/changeset/ports/432523

Log:
  devel/: unbreak whole-tree build after r432468
  
  $ nice poudriere bulk -j ... -a
  [...]
  [00:18:34] ====>> Warning: Nonexistent port listed in category Makefiles: devel/py-typed-asp
  [00:56:50] ====>> (-C) Cleaning specified ports to build
  [00:56:50] ====>> Error: Invalid port origin 'devel/py-typed-asp' not found.
  
  PR:		209871

Modified:
  head/devel/Makefile   (contents, props changed)

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jan 26 17:44:29 2017	(r432522)
+++ head/devel/Makefile	Thu Jan 26 17:45:36 2017	(r432523)
@@ -4722,7 +4722,7 @@
     SUBDIR += py-twistedFlow
     SUBDIR += py-twistedRunner
     SUBDIR += py-txaio
-    SUBDIR += py-typed-asp
+    SUBDIR += py-typed-ast
     SUBDIR += py-typing
     SUBDIR += py-tzlocal
     SUBDIR += py-ua_parser


More information about the svn-ports-all mailing list