diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:39:16 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:39:16 +0800 |
commit | 1d6a6d856b7394cb2721508870bdca73ee64b992 (patch) | |
tree | 7fb6631950905950aa2ba1c0df4c4e9b1c30cae8 /www | |
parent | 792e36db04d07c6143a583005b0df900fc2cf36f (diff) | |
download | freebsd-ports-gnome-1d6a6d856b7394cb2721508870bdca73ee64b992.tar.gz freebsd-ports-gnome-1d6a6d856b7394cb2721508870bdca73ee64b992.tar.zst freebsd-ports-gnome-1d6a6d856b7394cb2721508870bdca73ee64b992.zip |
- Update to 7.0.0
Obtained from: FreeBSD Haskell
Diffstat (limited to 'www')
-rw-r--r-- | www/hs-happstack/Makefile | 7 | ||||
-rw-r--r-- | www/hs-happstack/distinfo | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/www/hs-happstack/Makefile b/www/hs-happstack/Makefile index ed9451ba5cf0..ae92a198a811 100644 --- a/www/hs-happstack/Makefile +++ b/www/hs-happstack/Makefile @@ -6,7 +6,7 @@ # PORTNAME= happstack -PORTVERSION= 6.0.6 +PORTVERSION= 7.0.0 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -17,10 +17,7 @@ FILE_LICENSE= COPYING CABAL_SETUP= Setup.hs -USE_CABAL= happstack-data>=6.0 happstack-ixset>=6.0 happstack-server>=6.0 \ - happstack-state>=6.0 happstack-util>=6.0 syb - -EXECUTABLE= happstack +USE_CABAL= happstack-server>=7.0 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-happstack/distinfo b/www/hs-happstack/distinfo index 9c95e088872d..349893d51053 100644 --- a/www/hs-happstack/distinfo +++ b/www/hs-happstack/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/happstack-6.0.6.tar.gz) = aa6c45993e66c18f31db08ffc61713c82215f25ead660018364d6bc738fc6d91 -SIZE (cabal/happstack-6.0.6.tar.gz) = 34242 +SHA256 (cabal/happstack-7.0.0.tar.gz) = c827d71becacc971f856f722bef0258af06b86e06dcc0cd4c6804aeca654b35c +SIZE (cabal/happstack-7.0.0.tar.gz) = 2092 |