diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2019-01-06 12:18:06 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2019-01-06 12:18:06 +0000 |
commit | e2c3fdc1fdeca1ffbdfef680e3e712ddc2e7e06f (patch) | |
tree | ec6e8ffeefbf83bfc231412c2c7a6b883ecd5bd8 /math/hs-probability | |
parent | e8d137116e2942f75f1fed8f603384210db17ec0 (diff) |
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
Notes
Notes:
svn path=/head/; revision=489474
Diffstat (limited to 'math/hs-probability')
-rw-r--r-- | math/hs-probability/Makefile | 4 | ||||
-rw-r--r-- | math/hs-probability/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/hs-probability/Makefile b/math/hs-probability/Makefile index 1dd886e09622..57df5167da35 100644 --- a/math/hs-probability/Makefile +++ b/math/hs-probability/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= probability -PORTVERSION= 0.2.5.1 -PORTREVISION= 3 +PORTVERSION= 0.2.5.2 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-probability/distinfo b/math/hs-probability/distinfo index 448e24f4f12f..b303abac658f 100644 --- a/math/hs-probability/distinfo +++ b/math/hs-probability/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499450528 -SHA256 (cabal/probability-0.2.5.1.tar.gz) = d3e67c8b32dda838c455ddd532a668bc464cfe1d49dc74f4502175614af7ed2d -SIZE (cabal/probability-0.2.5.1.tar.gz) = 27278 +TIMESTAMP = 1545562979 +SHA256 (cabal/probability-0.2.5.2.tar.gz) = 0f2b8c734eca6b079109948a28d85733543d5cea1dea2d5a1369f52ffc4a3415 +SIZE (cabal/probability-0.2.5.2.tar.gz) = 27285 |