diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 12:36:46 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 12:36:46 +0800 |
commit | 9a76e06a114c665d0025aa6e43105f285963517d (patch) | |
tree | 7c1fc8443b887e435e1d90af59d2b7a68f4456da /devel | |
parent | d6f7203f2b0921ee6b326ecf4cc83e87b518e4a9 (diff) | |
download | freebsd-ports-gnome-9a76e06a114c665d0025aa6e43105f285963517d.tar.gz freebsd-ports-gnome-9a76e06a114c665d0025aa6e43105f285963517d.tar.zst freebsd-ports-gnome-9a76e06a114c665d0025aa6e43105f285963517d.zip |
- Update to 4.2.8
- Un-break build on FreeBSD/amd64 9.0 and higher
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-hoogle/Makefile | 13 | ||||
-rw-r--r-- | devel/hs-hoogle/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-hoogle/files/patch-hoogle.cabal | 40 |
3 files changed, 4 insertions, 53 deletions
diff --git a/devel/hs-hoogle/Makefile b/devel/hs-hoogle/Makefile index 4bee480ca3b1..f0abdf36856b 100644 --- a/devel/hs-hoogle/Makefile +++ b/devel/hs-hoogle/Makefile @@ -6,8 +6,7 @@ # PORTNAME= hoogle -PORTVERSION= 4.2.5 -PORTREVISION= 3 +PORTVERSION= 4.2.8 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -23,13 +22,5 @@ USE_CABAL= binary blaze-builder>=0.2 case-insensitive>=0.2 cmdargs>=0.7 \ EXECUTABLE= hoogle -PORTDATA= * - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" && ${OSVERSION} >= 900000 -BROKEN= does not link on FreeBSD 9.X amd64 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/hs-hoogle/distinfo b/devel/hs-hoogle/distinfo index 35e47063ee65..c9e093aaaa24 100644 --- a/devel/hs-hoogle/distinfo +++ b/devel/hs-hoogle/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/hoogle-4.2.5.tar.gz) = f6b01a065f486db0432784e2065bdf789dde7921258b2cfec3b382fa8b64d995 -SIZE (cabal/hoogle-4.2.5.tar.gz) = 114297 +SHA256 (cabal/hoogle-4.2.8.tar.gz) = 2991e531eb799828648bce16679e9c155e490e8b7a626fd94d33b79edb82818c +SIZE (cabal/hoogle-4.2.8.tar.gz) = 115054 diff --git a/devel/hs-hoogle/files/patch-hoogle.cabal b/devel/hs-hoogle/files/patch-hoogle.cabal deleted file mode 100644 index ab4a7dc5a9f1..000000000000 --- a/devel/hs-hoogle/files/patch-hoogle.cabal +++ /dev/null @@ -1,40 +0,0 @@ ---- ./hoogle.cabal.orig 2011-06-12 15:14:55.000000000 +0200 -+++ ./hoogle.cabal 2011-06-25 19:26:25.000000000 +0200 -@@ -40,10 +40,10 @@ - array, bytestring, containers, directory, filepath, process, random, - safe, - binary, -- parsec >= 2.1, -- transformers == 0.2.*, -- uniplate == 1.6.*, -- haskell-src-exts >= 1.9 && < 1.12 -+ parsec, -+ transformers >= 0.2, -+ uniplate >= 1.6, -+ haskell-src-exts >= 1.9 - - if !os(mingw32) - build-depends: unix -@@ -107,14 +107,14 @@ - - build-depends: - time, old-time, old-locale, -- cmdargs == 0.7.*, -- tagsoup >= 0.11 && < 0.13, -- enumerator == 0.4.*, -- blaze-builder >= 0.2 && < 0.4, -- http-types == 0.6.*, -- case-insensitive == 0.2.*, -- wai == 0.4.*, -- warp == 0.4.*, -+ cmdargs >= 0.7, -+ tagsoup >= 0.11, -+ enumerator >= 0.4, -+ blaze-builder >= 0.2, -+ http-types >= 0.6, -+ case-insensitive >= 0.2, -+ wai >= 0.4, -+ warp >= 0.4, - Cabal >= 1.8 && < 1.11 - - other-modules: |