Hi ports@, Below is a diff that updates hs-json to 0.9.2. According to the upstream commit log, the only change in this release ``avoids a name clash with GHC 8.4'' [1]. This diff also updates the MODGHC_PACKAGE_KEY of the port that depends on hs-json (devel/shellcheck).
Tested on amd64. Thanks, Caspar Schutijser 1: https://github.com/GaloisInc/json/commit/9292150bbe02c2d126ad6a876242578b1a9d1bf2 Index: textproc/hs-json/Makefile =================================================================== RCS file: /cvs/ports/textproc/hs-json/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- textproc/hs-json/Makefile 8 Mar 2018 20:30:48 -0000 1.1.1.1 +++ textproc/hs-json/Makefile 14 Apr 2018 06:43:31 -0000 @@ -2,7 +2,7 @@ COMMENT = JSON library -DISTNAME = json-0.9.1 +DISTNAME = json-0.9.2 CATEGORIES = textproc MAINTAINER = Caspar Schutijser <[email protected]> @@ -14,7 +14,7 @@ MODULES = lang/ghc MODGHC_BUILD = cabal hackage haddock register -MODGHC_PACKAGE_KEY = LsxwzMHf4pS7O5VCo6vFnl +MODGHC_PACKAGE_KEY = 7rB8qNGKE8tQN0WTAH0G5 RUN_DEPENDS += devel/hs-mtl \ devel/hs-parsec \ Index: textproc/hs-json/distinfo =================================================================== RCS file: /cvs/ports/textproc/hs-json/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- textproc/hs-json/distinfo 8 Mar 2018 20:30:48 -0000 1.1.1.1 +++ textproc/hs-json/distinfo 14 Apr 2018 06:43:31 -0000 @@ -1,2 +1,2 @@ -SHA256 (ghc/json-0.9.1.tar.gz) = lrV+TRZ+RdyArv+HKpIq6c25U6He0p67tRAZto8AhaI= -SIZE (ghc/json-0.9.1.tar.gz) = 22568 +SHA256 (ghc/json-0.9.2.tar.gz) = 5rsW+nkcw4M657RZt+eIXBwrEbDSlLfglSh8VPpzc44= +SIZE (ghc/json-0.9.2.tar.gz) = 22650 Index: devel/shellcheck/Makefile =================================================================== RCS file: /cvs/ports/devel/shellcheck/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- devel/shellcheck/Makefile 8 Mar 2018 20:47:50 -0000 1.1.1.1 +++ devel/shellcheck/Makefile 14 Apr 2018 06:43:31 -0000 @@ -7,6 +7,7 @@ COMMENT-lib = ShellCheck library V = 0.4.7 DISTNAME = ShellCheck-${V} +REVISION = 0 PKGNAME-main = shellcheck-${V} PKGNAME-lib = hs-shellcheck-${V} CATEGORIES = devel @@ -25,7 +26,7 @@ MODULES = lang/ghc MODGHC_BUILD = cabal hackage haddock register -MODGHC_PACKAGE_KEY = 2v3KY7caHZkFqKIPumZT3l +MODGHC_PACKAGE_KEY = FGszl8wDu4DoQ1UCsbZPa BUILD_DEPENDS += devel/hs-mtl>=2.2.1 \ devel/hs-parsec \
