git: fe0faeb05d3c - main - devel/hs-cabal-install: Catch up with GHC update.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 08:45:09 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe0faeb05d3cc2dedddc4b0ad9f0f6a151817847 commit fe0faeb05d3cc2dedddc4b0ad9f0f6a151817847 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-05-18 18:51:11 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-05-27 08:44:40 +0000 devel/hs-cabal-install: Catch up with GHC update. --- devel/hs-cabal-install/Makefile | 4 +- .../files/patch-bootstrap_linux-9.2.6.json | 11 ----- .../files/patch-bootstrap_linux-9.4.4.json | 48 ++++++++++++++++++++++ 3 files changed, 50 insertions(+), 13 deletions(-) diff --git a/devel/hs-cabal-install/Makefile b/devel/hs-cabal-install/Makefile index d3e2354b538a..7a812aae5240 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= 1 +PORTREVISION= 2 CATEGORIES= devel haskell EXTRACT_ONLY= ${DISTNAME_DEFAULT}${_GITHUB_EXTRACT_SUFX} @@ -61,7 +61,7 @@ post-extract: do-build: cd ${WRKSRC} && \ - ${PYTHON_CMD} bootstrap/bootstrap.py -d bootstrap/linux-9.2.6.json + ${PYTHON_CMD} bootstrap/bootstrap.py -d bootstrap/linux-9.4.4.json do-install: ${INSTALL_PROGRAM} ${WRKSRC}/_build/bin/cabal ${STAGEDIR}${PREFIX}/bin/ diff --git a/devel/hs-cabal-install/files/patch-bootstrap_linux-9.2.6.json b/devel/hs-cabal-install/files/patch-bootstrap_linux-9.2.6.json deleted file mode 100644 index f49c7664f939..000000000000 --- a/devel/hs-cabal-install/files/patch-bootstrap_linux-9.2.6.json +++ /dev/null @@ -1,11 +0,0 @@ ---- bootstrap/linux-9.2.6.json.orig 2023-03-09 15:46:30 UTC -+++ bootstrap/linux-9.2.6.json -@@ -26,7 +26,7 @@ - }, - { - "package": "ghc-boot-th", -- "version": "9.2.6" -+ "version": "9.2.7" - }, - { - "package": "pretty", 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 new file mode 100644 index 000000000000..69bd31c5c4a5 --- /dev/null +++ b/devel/hs-cabal-install/files/patch-bootstrap_linux-9.4.4.json @@ -0,0 +1,48 @@ +--- bootstrap/linux-9.4.4.json.orig 2023-03-09 15:46:30 UTC ++++ bootstrap/linux-9.4.4.json +@@ -14,7 +14,7 @@ + }, + { + "package": "base", +- "version": "4.17.0.0" ++ "version": "4.17.1.0" + }, + { + "package": "array", +@@ -26,7 +26,7 @@ + }, + { + "package": "ghc-boot-th", +- "version": "9.4.4" ++ "version": "9.4.5" + }, + { + "package": "pretty", +@@ -38,11 +38,11 @@ + }, + { + "package": "bytestring", +- "version": "0.11.3.1" ++ "version": "0.11.4.0" + }, + { + "package": "containers", +- "version": "0.6.6" ++ "version": "0.6.7" + }, + { + "package": "binary", +@@ -74,11 +74,11 @@ + }, + { + "package": "text", +- "version": "2.0.1" ++ "version": "2.0.2" + }, + { + "package": "parsec", +- "version": "3.1.15.0" ++ "version": "3.1.16.1" + }, + { + "package": "process",