Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2023 10:37:51 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 6aa084d8a5ae - 2023Q3 - devel/hs-cabal-install: Bump PORTREVISION after GHC update.
Message-ID:  <202308121037.37CAbpei041797@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by arrowd:

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

commit 6aa084d8a5ae2753ff80b2d62203467da5a5805e
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2023-08-12 08:55:28 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-08-12 10:37:31 +0000

    devel/hs-cabal-install: Bump PORTREVISION after GHC update.
    
    (cherry picked from commit 5431e6ae836873b434619a59e1ee2e271ac4fcbd)
---
 devel/hs-cabal-install/Makefile                    |  2 +-
 .../files/patch-bootstrap_linux-9.4.4.json         | 22 ++++++++++++++++++----
 2 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/devel/hs-cabal-install/Makefile b/devel/hs-cabal-install/Makefile
index 7a812aae5240..7ae8655c84f4 100644
--- a/devel/hs-cabal-install/Makefile
+++ b/devel/hs-cabal-install/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	cabal-install
 PORTVERSION=	3.10.1.0
 DISTVERSIONPREFIX=	${PORTNAME}-v
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel haskell
 EXTRACT_ONLY=	${DISTNAME_DEFAULT}${_GITHUB_EXTRACT_SUFX}
 
diff --git a/devel/hs-cabal-install/files/patch-bootstrap_linux-9.4.4.json b/devel/hs-cabal-install/files/patch-bootstrap_linux-9.4.4.json
index 69bd31c5c4a5..987dfe07c5d5 100644
--- a/devel/hs-cabal-install/files/patch-bootstrap_linux-9.4.4.json
+++ b/devel/hs-cabal-install/files/patch-bootstrap_linux-9.4.4.json
@@ -1,11 +1,20 @@
 --- bootstrap/linux-9.4.4.json.orig	2023-03-09 15:46:30 UTC
 +++ bootstrap/linux-9.4.4.json
+@@ -6,7 +6,7 @@
+         },
+         {
+             "package": "ghc-prim",
+-            "version": "0.9.0"
++            "version": "0.9.1"
+         },
+         {
+             "package": "ghc-bignum",
 @@ -14,7 +14,7 @@
          },
          {
              "package": "base",
 -            "version": "4.17.0.0"
-+            "version": "4.17.1.0"
++            "version": "4.17.2.0"
          },
          {
              "package": "array",
@@ -14,7 +23,7 @@
          {
              "package": "ghc-boot-th",
 -            "version": "9.4.4"
-+            "version": "9.4.5"
++            "version": "9.4.6"
          },
          {
              "package": "pretty",
@@ -23,7 +32,7 @@
          {
              "package": "bytestring",
 -            "version": "0.11.3.1"
-+            "version": "0.11.4.0"
++            "version": "0.11.5.1"
          },
          {
              "package": "containers",
@@ -32,7 +41,7 @@
          },
          {
              "package": "binary",
-@@ -74,11 +74,11 @@
+@@ -74,15 +74,15 @@
          },
          {
              "package": "text",
@@ -46,3 +55,8 @@
          },
          {
              "package": "process",
+-            "version": "1.6.16.0"
++            "version": "1.6.17.0"
+         },
+         {
+             "package": "stm",



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