diff options
author | arrowd <arrowd@FreeBSD.org> | 2019-01-06 20:18:06 +0800 |
---|---|---|
committer | arrowd <arrowd@FreeBSD.org> | 2019-01-06 20:18:06 +0800 |
commit | d13df92e15ece6cff2f74d34fee0d65c07e9f18b (patch) | |
tree | ec6e8ffeefbf83bfc231412c2c7a6b883ecd5bd8 /security/hs-entropy | |
parent | 58c115034eb64080ff3306464ed8ffe86543b71e (diff) | |
download | freebsd-ports-gnome-d13df92e15ece6cff2f74d34fee0d65c07e9f18b.tar.gz freebsd-ports-gnome-d13df92e15ece6cff2f74d34fee0d65c07e9f18b.tar.zst freebsd-ports-gnome-d13df92e15ece6cff2f74d34fee0d65c07e9f18b.zip |
lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:
# portmaster -w -r ghc
or
# portupgrade -fr lang/ghc
In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch. For
example:
# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
# pkg install -y `cat ghc-pkgs.txt`
During update some hs-* ports got two PORTREVISION bumps in a row. Other ports
got a PORTVERSION update together with one PORTREVISION bump. This is caused
by bulk-bumping PORTREVISION of all hs-* ports. There are a lot of them updated,
so figuring out which ones require a bump and which are not is too tedious.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D18707
Diffstat (limited to 'security/hs-entropy')
-rw-r--r-- | security/hs-entropy/Makefile | 4 | ||||
-rw-r--r-- | security/hs-entropy/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/hs-entropy/Makefile b/security/hs-entropy/Makefile index 68baea6c1d47..094a6e8db728 100644 --- a/security/hs-entropy/Makefile +++ b/security/hs-entropy/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= entropy -PORTVERSION= 0.3.8 -PORTREVISION= 3 +PORTVERSION= 0.4.1.4 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-entropy/distinfo b/security/hs-entropy/distinfo index be433e5a68d9..34b375559a9b 100644 --- a/security/hs-entropy/distinfo +++ b/security/hs-entropy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499538619 -SHA256 (cabal/entropy-0.3.8.tar.gz) = 743a49d5e17ae9d6118ff077f2cd2d5944c0ea6cff501efeec95b68d5f7474d0 -SIZE (cabal/entropy-0.3.8.tar.gz) = 6573 +TIMESTAMP = 1545494256 +SHA256 (cabal/entropy-0.4.1.4.tar.gz) = 2e3f6a65c8fde3551a8fb03b0a519b718762fc3278b1a5750f96d399e821eeb9 +SIZE (cabal/entropy-0.4.1.4.tar.gz) = 7361 |