diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-03-29 00:52:54 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-03-29 00:52:54 +0000 |
commit | 8b1c9714975c2175c8c2da424bfafb3143af3a12 (patch) | |
tree | ddc21a13929c289330620e015fcff9a9b5d452e3 /archivers | |
parent | - Update to build18 (diff) |
- Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and
9.x in order to prevent run-time breakage after the recent changes in
libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=349475
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/hs-tar/Makefile | 2 | ||||
-rw-r--r-- | archivers/hs-zip-archive/Makefile | 2 | ||||
-rw-r--r-- | archivers/hs-zlib-bindings/Makefile | 2 | ||||
-rw-r--r-- | archivers/hs-zlib-conduit/Makefile | 2 | ||||
-rw-r--r-- | archivers/hs-zlib-enum/Makefile | 2 | ||||
-rw-r--r-- | archivers/hs-zlib/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/archivers/hs-tar/Makefile b/archivers/hs-tar/Makefile index e539189d487a..d0cc14e2772c 100644 --- a/archivers/hs-tar/Makefile +++ b/archivers/hs-tar/Makefile @@ -2,7 +2,7 @@ PORTNAME= tar PORTVERSION= 0.4.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zip-archive/Makefile b/archivers/hs-zip-archive/Makefile index 719c3e468599..0217ec183ed2 100644 --- a/archivers/hs-zip-archive/Makefile +++ b/archivers/hs-zip-archive/Makefile @@ -2,7 +2,7 @@ PORTNAME= zip-archive PORTVERSION= 0.1.3.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zlib-bindings/Makefile b/archivers/hs-zlib-bindings/Makefile index 40519dc66392..2919f72851a8 100644 --- a/archivers/hs-zlib-bindings/Makefile +++ b/archivers/hs-zlib-bindings/Makefile @@ -2,7 +2,7 @@ PORTNAME= zlib-bindings PORTVERSION= 0.1.1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zlib-conduit/Makefile b/archivers/hs-zlib-conduit/Makefile index 89a31b8877b6..e39894e926b1 100644 --- a/archivers/hs-zlib-conduit/Makefile +++ b/archivers/hs-zlib-conduit/Makefile @@ -2,7 +2,7 @@ PORTNAME= zlib-conduit PORTVERSION= 1.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zlib-enum/Makefile b/archivers/hs-zlib-enum/Makefile index 5e30b111b4c7..3d3a5ac35cd3 100644 --- a/archivers/hs-zlib-enum/Makefile +++ b/archivers/hs-zlib-enum/Makefile @@ -2,7 +2,7 @@ PORTNAME= zlib-enum PORTVERSION= 0.2.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zlib/Makefile b/archivers/hs-zlib/Makefile index 407bf7caea48..ec0f9e10b476 100644 --- a/archivers/hs-zlib/Makefile +++ b/archivers/hs-zlib/Makefile @@ -3,7 +3,7 @@ PORTNAME= zlib PORTVERSION= 0.5.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org |