Date: Sun, 6 Jan 2019 12:48:29 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489486 - in head: devel math Message-ID: <201901061248.x06CmT5K041880@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901061248.x06CmT5K041880>