diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-05-26 05:44:12 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-05-26 05:44:12 +0800 |
commit | 266909a81ee9b32a24cbc0c796151df9dbecd31b (patch) | |
tree | 86e71c0056b8414191c8b421101694a177fec03e /audio | |
parent | af77a773663952af545150a39ecb4d87a6d4b365 (diff) | |
download | freebsd-ports-gnome-266909a81ee9b32a24cbc0c796151df9dbecd31b.tar.gz freebsd-ports-gnome-266909a81ee9b32a24cbc0c796151df9dbecd31b.tar.zst freebsd-ports-gnome-266909a81ee9b32a24cbc0c796151df9dbecd31b.zip |
Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest
Thanks a lot to arrowd for doing all the heavy lifting :)
PR: 227968
Exp-run by: antoine
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D15005
Diffstat (limited to 'audio')
-rw-r--r-- | audio/hs-ALUT/Makefile | 2 | ||||
-rw-r--r-- | audio/hs-OpenAL/Makefile | 2 | ||||
-rw-r--r-- | audio/hs-libmpd/Makefile | 5 | ||||
-rw-r--r-- | audio/hs-libmpd/distinfo | 6 |
4 files changed, 7 insertions, 8 deletions
diff --git a/audio/hs-ALUT/Makefile b/audio/hs-ALUT/Makefile index b030d6a25cd8..b1d6ec6c94e9 100644 --- a/audio/hs-ALUT/Makefile +++ b/audio/hs-ALUT/Makefile @@ -3,7 +3,7 @@ PORTNAME= ALUT PORTVERSION= 2.4.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org diff --git a/audio/hs-OpenAL/Makefile b/audio/hs-OpenAL/Makefile index a19b94fbd14a..8b8dc555c08a 100644 --- a/audio/hs-OpenAL/Makefile +++ b/audio/hs-OpenAL/Makefile @@ -3,7 +3,7 @@ PORTNAME= OpenAL PORTVERSION= 1.7.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org diff --git a/audio/hs-libmpd/Makefile b/audio/hs-libmpd/Makefile index 6f3461255784..e83ac6a635ce 100644 --- a/audio/hs-libmpd/Makefile +++ b/audio/hs-libmpd/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libmpd -PORTVERSION= 0.9.0.6 -PORTREVISION= 1 +PORTVERSION= 0.9.0.8 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org @@ -11,7 +10,7 @@ COMMENT= MPD client library LICENSE= MIT USE_CABAL= attoparsec>=0.10.1 data-default-class>=0.0.1 mtl>=2.0 \ - network>=2.1 old-locale>=1.0 text>=0.11 utf8-string>=0.3.1 + network>=2.1 old-locale>=1.0 utf8-string>=0.3.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/audio/hs-libmpd/distinfo b/audio/hs-libmpd/distinfo index 6a36eac296bd..4a520cedd255 100644 --- a/audio/hs-libmpd/distinfo +++ b/audio/hs-libmpd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499538914 -SHA256 (cabal/libmpd-0.9.0.6.tar.gz) = bdebb946bba078ed85de12d71ef2e7efa7f28c1ed806d9a390a20d5e4590c937 -SIZE (cabal/libmpd-0.9.0.6.tar.gz) = 38707 +TIMESTAMP = 1524150587 +SHA256 (cabal/libmpd-0.9.0.8.tar.gz) = 582b0a405e39148d3a5046e8ad00c9e217688e60c70393eb36cd651e1991ed4e +SIZE (cabal/libmpd-0.9.0.8.tar.gz) = 38932 |