Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2017 17:45:36 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432523 - head/devel
Message-ID:  <201701261745.v0QHjavt020490@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701261745.v0QHjavt020490>