Update to hs-snap-server-0.9.2.4.

This commit is contained in:
kili 2012-10-19 18:52:54 +00:00
parent 24ee533b26
commit 35ab6ef905
3 changed files with 9 additions and 15 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.14 2012/09/02 21:48:31 kili Exp $ # $OpenBSD: Makefile,v 1.15 2012/10/19 18:52:54 kili Exp $
COMMENT = Snap Haskell Web Framework Server COMMENT = Snap Haskell Web Framework Server
DISTNAME = snap-server-0.8.1.1 DISTNAME = snap-server-0.9.2.4
CATEGORIES = www CATEGORIES = www
HOMEPAGE = http://snapframework.com/ HOMEPAGE = http://snapframework.com/
@ -28,17 +28,17 @@ RUN_DEPENDS += devel/hs-binary>=0.5,<0.6 \
devel/hs-MonadCatchIO-transformers>=0.2.1,<0.4 \ devel/hs-MonadCatchIO-transformers>=0.2.1,<0.4 \
devel/hs-murmur-hash>=0.1,<0.2 \ devel/hs-murmur-hash>=0.1,<0.2 \
devel/hs-mtl>=2,<3 \ devel/hs-mtl>=2,<3 \
devel/hs-network>=2.3,<2.4 \ devel/hs-network>=2.3,<2.5 \
devel/hs-PSQueue>=1.1,<1.2 \ devel/hs-PSQueue>=1.1,<1.2 \
devel/hs-transformers>=0.2,<0.4 \ devel/hs-transformers>=0.2,<0.4 \
devel/hs-text>=0.11,<0.12 \ devel/hs-text>=0.11,<0.12 \
devel/hs-unix-compat>=0.2,<0.4 \ devel/hs-unix-compat>=0.2,<0.5 \
devel/hs-vector>=0.7,<0.10 \ devel/hs-vector>=0.7,<0.10 \
devel/hs-vector-algorithms>=0.4,<0.6 \ devel/hs-vector-algorithms>=0.4,<0.6 \
textproc/hs-attoparsec>=0.10,<0.11 \ textproc/hs-attoparsec>=0.10,<0.11 \
textproc/hs-attoparsec-enumerator>=0.3,<0.4 \ textproc/hs-attoparsec-enumerator>=0.3,<0.4 \
textproc/hs-bytestring-nums \ textproc/hs-bytestring-nums \
www/hs-snap-core>=0.8.1,<0.9 www/hs-snap-core>=0.9.2,<0.10
BUILD_DEPENDS += ${RUN_DEPENDS} BUILD_DEPENDS += ${RUN_DEPENDS}
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,5 +1,2 @@
MD5 (ghc/snap-server-0.8.1.1.tar.gz) = 2DZRouiLWJTI7/05z6lTJg== SHA256 (ghc/snap-server-0.9.2.4.tar.gz) = 9MNW8bdGge1r+Afl3Ckv3HITUrZOFYANHAPklibNlc8=
RMD160 (ghc/snap-server-0.8.1.1.tar.gz) = plu89XHWqXIvpZbjo9XydToVKzs= SIZE (ghc/snap-server-0.9.2.4.tar.gz) = 56202
SHA1 (ghc/snap-server-0.8.1.1.tar.gz) = 15Hl1iCalAJ6fFdsRGabuoCwBns=
SHA256 (ghc/snap-server-0.8.1.1.tar.gz) = hmg+1Dm3ytKSt8XV4S0SEx7Gm91d9WjQtosYBl36h0w=
SIZE (ghc/snap-server-0.8.1.1.tar.gz) = 63196

View File

@ -1,8 +1,5 @@
@comment $OpenBSD: PLIST,v 1.6 2012/04/28 19:33:06 kili Exp $ @comment $OpenBSD: PLIST,v 1.7 2012/10/19 18:52:54 kili Exp $
lib/ghc/${DISTNAME}/ lib/ghc/${DISTNAME}/
lib/ghc/${DISTNAME}/Data/
lib/ghc/${DISTNAME}/Data/Concurrent/
lib/ghc/${DISTNAME}/Data/Concurrent/HashMap.hi
lib/ghc/${DISTNAME}/HS${DISTNAME}.o lib/ghc/${DISTNAME}/HS${DISTNAME}.o
lib/ghc/${DISTNAME}/Paths_snap_server.hi lib/ghc/${DISTNAME}/Paths_snap_server.hi
lib/ghc/${DISTNAME}/Snap/ lib/ghc/${DISTNAME}/Snap/
@ -17,9 +14,9 @@ lib/ghc/${DISTNAME}/Snap/Internal/Http/Server/
lib/ghc/${DISTNAME}/Snap/Internal/Http/Server.hi lib/ghc/${DISTNAME}/Snap/Internal/Http/Server.hi
lib/ghc/${DISTNAME}/Snap/Internal/Http/Server/Address.hi lib/ghc/${DISTNAME}/Snap/Internal/Http/Server/Address.hi
lib/ghc/${DISTNAME}/Snap/Internal/Http/Server/Backend.hi lib/ghc/${DISTNAME}/Snap/Internal/Http/Server/Backend.hi
lib/ghc/${DISTNAME}/Snap/Internal/Http/Server/Config.hi
lib/ghc/${DISTNAME}/Snap/Internal/Http/Server/Date.hi lib/ghc/${DISTNAME}/Snap/Internal/Http/Server/Date.hi
lib/ghc/${DISTNAME}/Snap/Internal/Http/Server/HttpPort.hi lib/ghc/${DISTNAME}/Snap/Internal/Http/Server/HttpPort.hi
lib/ghc/${DISTNAME}/Snap/Internal/Http/Server/LibevBackend.hi
lib/ghc/${DISTNAME}/Snap/Internal/Http/Server/ListenHelpers.hi lib/ghc/${DISTNAME}/Snap/Internal/Http/Server/ListenHelpers.hi
lib/ghc/${DISTNAME}/Snap/Internal/Http/Server/SimpleBackend.hi lib/ghc/${DISTNAME}/Snap/Internal/Http/Server/SimpleBackend.hi
lib/ghc/${DISTNAME}/Snap/Internal/Http/Server/TLS.hi lib/ghc/${DISTNAME}/Snap/Internal/Http/Server/TLS.hi