lang/ghc: Update to 8.10.3 and bump devel/hs-cabal-install.

While there, add GHC_VERSION and CABAL_VERSION to the PLIST_SUB to reduce pkg-plist diffs between updates.
This commit is contained in:
Gleb Popov 2021-01-01 15:03:48 +00:00
parent 266d1cee01
commit ea5e89e25b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559832
4 changed files with 5659 additions and 5655 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= cabal-install
DISTVERSION= 3.2.0.0
PORTREVISION= 1
CATEGORIES= devel haskell
EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${CABAL_EXTRACT_SUFX}

View File

@ -74,12 +74,15 @@ BOOT_SUB_LIST_OFF= HSC2HS=${BOOT_HSC2HS}
PROFILE_SUB_LIST= WITH_PROFILE="YES"
PROFILE_SUB_LIST_OFF= WITH_PROFILE="NO"
GHC_VERSION= 8.10.2
GHC_VERSION= 8.10.3
CABAL_VERSION= 3.2.1.0
HSCOLOUR_VERSION= 1.24.4
LLVM_VERSION= 90
# LLVM version that bootstrap compiler uses
BOOT_LLVM_VERSION= 60
PLIST_SUB= GHC_VERSION=${GHC_VERSION} CABAL_VERSION=${CABAL_VERSION}
.include <bsd.port.pre.mk>
# This version of ncurses is needed by bootstrap compiler

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1597842731
SHA256 (ghc-8.10.2-src.tar.xz) = 9c573a4621a78723950617c223559bdc325ea6a3409264aedf68f05510b0880b
SIZE (ghc-8.10.2-src.tar.xz) = 21880680
TIMESTAMP = 1609358949
SHA256 (ghc-8.10.3-src.tar.xz) = ccdc8319549028a708d7163e2967382677b1a5a379ff94d948195b5cf46eb931
SIZE (ghc-8.10.3-src.tar.xz) = 19872356
SHA256 (ghc-8.6.5-boot-amd64-freebsd.tar.xz) = aeaf8c0fee0d83de5088aa7ab92e92ee6999b4830e01e33bf3dd450b115c0208
SIZE (ghc-8.6.5-boot-amd64-freebsd.tar.xz) = 70213260
SHA256 (ghc-8.6.5-boot-i386-freebsd.tar.xz) = 47cc24cdcfa19601bb81a7f5660d1d72fec1110119e8ffe1daa0cddc7959206f

File diff suppressed because it is too large Load Diff