diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 11:49:32 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 11:49:32 +0800 |
commit | 07aa9b00440a2c57356aff67f194359a28298175 (patch) | |
tree | 275e4e6ec1de52d9789359048a5003b55c50df4e /www | |
parent | 928c146cb33b0b4c1fa5471d848a391e0287c3be (diff) | |
download | freebsd-ports-gnome-07aa9b00440a2c57356aff67f194359a28298175.tar.gz freebsd-ports-gnome-07aa9b00440a2c57356aff67f194359a28298175.tar.zst freebsd-ports-gnome-07aa9b00440a2c57356aff67f194359a28298175.zip |
- Please welcome GHC 7.0.4
GHC in the ports tree has been updated to version 7.0.4 and the port revision
for all the Haskell ports without version changes are bumped. Other per-port
updates are coming soon.
This update also incorporates some improvements for bsd.cabal.mk that makes
working with Haskell ports even easier.
Thanks ashish@ for the help!
Obtained from: FreeBSD Haskell
Diffstat (limited to 'www')
-rw-r--r-- | www/hs-cgi/Makefile | 2 | ||||
-rw-r--r-- | www/hs-fastcgi/Makefile | 2 | ||||
-rw-r--r-- | www/hs-hS3/Makefile | 1 | ||||
-rw-r--r-- | www/hs-http-server/Makefile | 3 | ||||
-rw-r--r-- | www/hs-oeis/Makefile | 3 | ||||
-rw-r--r-- | www/hs-scgi/Makefile | 2 | ||||
-rw-r--r-- | www/hs-url/Makefile | 2 |
7 files changed, 7 insertions, 8 deletions
diff --git a/www/hs-cgi/Makefile b/www/hs-cgi/Makefile index 2d07ae9f7ba5..6640af089d47 100644 --- a/www/hs-cgi/Makefile +++ b/www/hs-cgi/Makefile @@ -7,7 +7,7 @@ PORTNAME= cgi PORTVERSION= 3001.1.7.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www haskell diff --git a/www/hs-fastcgi/Makefile b/www/hs-fastcgi/Makefile index 2db48389500c..213d98f64fe1 100644 --- a/www/hs-fastcgi/Makefile +++ b/www/hs-fastcgi/Makefile @@ -7,7 +7,7 @@ PORTNAME= fastcgi PORTVERSION= 3001.0.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-hS3/Makefile b/www/hs-hS3/Makefile index ad2570231bec..6cf8224e086d 100644 --- a/www/hs-hS3/Makefile +++ b/www/hs-hS3/Makefile @@ -7,6 +7,7 @@ PORTNAME= hS3 PORTVERSION= 0.5.6 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-http-server/Makefile b/www/hs-http-server/Makefile index 42e788069a78..77ed28c69664 100644 --- a/www/hs-http-server/Makefile +++ b/www/hs-http-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= http-server PORTVERSION= 1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -18,7 +18,6 @@ LICENSE= BSD CABAL_SETUP= Setup.hs USE_CABAL= HTTP>=4000.0.7 mime>=0.3 network>=2 url>=2 utf8-string>=0.3.4 -PORTEXAMPLES= * INSTALL_PORTEXAMPLES= cd ${WRKSRC}/example && \ ${COPYTREE_SHARE} \* ${EXAMPLESDIR} diff --git a/www/hs-oeis/Makefile b/www/hs-oeis/Makefile index 27246d4bdf56..099721e09fc3 100644 --- a/www/hs-oeis/Makefile +++ b/www/hs-oeis/Makefile @@ -7,6 +7,7 @@ PORTNAME= oeis PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -17,7 +18,5 @@ LICENSE= BSD CABAL_SETUP= Setup.hs USE_CABAL= HTTP>=4000.0.2 network>=2 -PORTDATA= * - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-scgi/Makefile b/www/hs-scgi/Makefile index 2ab15bf76826..11c748c3cb21 100644 --- a/www/hs-scgi/Makefile +++ b/www/hs-scgi/Makefile @@ -9,7 +9,7 @@ PORTNAME= scgi PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-url/Makefile b/www/hs-url/Makefile index 87a10f2fecb9..dbc3c9177ac2 100644 --- a/www/hs-url/Makefile +++ b/www/hs-url/Makefile @@ -7,7 +7,7 @@ PORTNAME= url PORTVERSION= 2.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org |