svn commit: r489486 - in head: devel math

Tobias C. Berner tcberner at FreeBSD.org
Sun Jan 6 12:48:30 UTC 2019


Author: tcberner
Date: Sun Jan  6 12:48:28 2019
New Revision: 489486
URL: https://svnweb.freebsd.org/changeset/ports/489486

Log:
  Fix index after r489474.
  
  Reported by:	antoine

Modified:
  head/devel/Makefile
  head/math/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan  6 12:39:48 2019	(r489485)
+++ head/devel/Makefile	Sun Jan  6 12:48:28 2019	(r489486)
@@ -974,7 +974,7 @@
     SUBDIR += hs-basement
     SUBDIR += hs-basic-prelude
     SUBDIR += hs-bifunctors
-    SUBDIR += hs-bitarrays
+    SUBDIR += hs-bitarray
     SUBDIR += hs-bits-atomic
     SUBDIR += hs-blaze-builder
     SUBDIR += hs-blaze-textual

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Jan  6 12:39:48 2019	(r489485)
+++ head/math/Makefile	Sun Jan  6 12:48:28 2019	(r489486)
@@ -270,7 +270,7 @@
     SUBDIR += hs-contravariant
     SUBDIR += hs-data-lens
     SUBDIR += hs-data-lens-template
-    SUBDIR += hs-dense-algebra
+    SUBDIR += hs-dense-linear-algebra
     SUBDIR += hs-distributive
     SUBDIR += hs-erf
     SUBDIR += hs-fixed


More information about the svn-ports-head mailing list