From owner-dev-commits-ports-all@freebsd.org Wed May 19 14:15:21 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8496B6437F2; Wed, 19 May 2021 14:15:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FlZdj3Ck9z3Gl7; Wed, 19 May 2021 14:15:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E7D4143C3; Wed, 19 May 2021 14:15:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14JEFLXh028002; Wed, 19 May 2021 14:15:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14JEFLXt028001; Wed, 19 May 2021 14:15:21 GMT (envelope-from git) Date: Wed, 19 May 2021 14:15:21 GMT Message-Id: <202105191415.14JEFLXt028001@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gleb Popov Subject: git: f9f6c305fb4d - main - games/hs-scroll: Adapt to recent USES=cabal changes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: arrowd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f9f6c305fb4d0926f0c006fa53bdcc9690e88922 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2021 14:15:21 -0000 The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=f9f6c305fb4d0926f0c006fa53bdcc9690e88922 commit f9f6c305fb4d0926f0c006fa53bdcc9690e88922 Author: Gleb Popov AuthorDate: 2021-05-19 08:04:42 +0000 Commit: Gleb Popov 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"