git: f9f6c305fb4d - main - games/hs-scroll: Adapt to recent USES=cabal changes

Gleb Popov arrowd at FreeBSD.org
Wed May 19 14:15:21 UTC 2021


The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f9f6c305fb4d0926f0c006fa53bdcc9690e88922

commit f9f6c305fb4d0926f0c006fa53bdcc9690e88922
Author:     Gleb Popov <arrowd at FreeBSD.org>
AuthorDate: 2021-05-19 08:04:42 +0000
Commit:     Gleb Popov <arrowd at FreeBSD.org>
CommitDate: 2021-05-19 14:13:51 +0000

    games/hs-scroll: Adapt to recent USES=cabal changes
---
 games/hs-scroll/files/patch-lib_UI_NCurses.chs                      | 2 +-
 games/hs-scroll/files/patch-ncurses-0.2.16_lib_UI_NCurses_Enums.chs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games/hs-scroll/files/patch-lib_UI_NCurses.chs b/games/hs-scroll/files/patch-lib_UI_NCurses.chs
index a1045151d627..7e5a2d8c9ef4 100644
--- a/games/hs-scroll/files/patch-lib_UI_NCurses.chs
+++ b/games/hs-scroll/files/patch-lib_UI_NCurses.chs
@@ -1,5 +1,5 @@
 --- ncurses-0.2.16/lib/UI/NCurses.chs.orig	2016-08-29 01:09:37 UTC
-+++ ncurses-0.2.16/lib/UI/NCurses.chs
++++ _cabal_deps/ncurses-0.2.16/lib/UI/NCurses.chs
 @@ -435,12 +435,12 @@ setColor (ColorID pair) = withWindow_ "s
  -- | Add some text to the window, at the current cursor position.
  drawString :: String -> Update ()
diff --git a/games/hs-scroll/files/patch-ncurses-0.2.16_lib_UI_NCurses_Enums.chs b/games/hs-scroll/files/patch-ncurses-0.2.16_lib_UI_NCurses_Enums.chs
index b7c40c960a47..44ccb6305405 100644
--- a/games/hs-scroll/files/patch-ncurses-0.2.16_lib_UI_NCurses_Enums.chs
+++ b/games/hs-scroll/files/patch-ncurses-0.2.16_lib_UI_NCurses_Enums.chs
@@ -1,5 +1,5 @@
 --- ncurses-0.2.16/lib/UI/NCurses/Enums.chs.orig	2016-08-29 01:09:37 UTC
-+++ ncurses-0.2.16/lib/UI/NCurses/Enums.chs
++++ _cabal_deps/ncurses-0.2.16/lib/UI/NCurses/Enums.chs
 @@ -41,7 +41,7 @@ class Enum a where
  	pred, succ :: a -> a
  	pred = error "ncurses Enum: pred"


More information about the dev-commits-ports-all mailing list