mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to 1.0.0.4
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
a7561a3f46
commit
87da796f6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298306
@ -6,19 +6,21 @@
|
||||
#
|
||||
|
||||
PORTNAME= yesod-form
|
||||
PORTVERSION= 0.3.4.2
|
||||
PORTVERSION= 1.0.0.4
|
||||
CATEGORIES= www haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Form handling support for Yesod Web Framework
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= MIT
|
||||
|
||||
USE_CABAL= blaze-builder>=0.2.1.4 blaze-html>=0.4.1.3 data-default>=0.3 \
|
||||
email-validate>=0.2.6 hamlet>=0.10 network>=2.2 \
|
||||
persistent>=0.6 shakespeare-css>=0.10 shakespeare-js>=0.10 \
|
||||
text>=0.9 transformers>=0.2.2 wai>=0.4 xss-sanitize>=0.3.0.1 \
|
||||
yesod-core>=0.9 yesod-persistent>=0.2
|
||||
email-validate>=0.2.6 hamlet>=1.0 network>=2.2 \
|
||||
persistent>=0.9 shakespeare-css>=1.0 shakespeare-js>=1.0 \
|
||||
text>=0.9 transformers>=0.2.2 wai>=1.2 xss-sanitize>=0.3.0.1 \
|
||||
yesod-core>=1.0 yesod-persistent>=1.0
|
||||
|
||||
CONFIGURE_ARGS+= --flags="-blaze_html_0_5"
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cabal/yesod-form-0.3.4.2.tar.gz) = b1b02a033cb88b77c002bd045f21aabcd249ab791cb9e5faf601cadd995f13aa
|
||||
SIZE (cabal/yesod-form-0.3.4.2.tar.gz) = 16042
|
||||
SHA256 (cabal/yesod-form-1.0.0.4.tar.gz) = cde106258cefb064ce432edbac8266dee922e30fbe2a8189d03fe5e374b687f1
|
||||
SIZE (cabal/yesod-form-1.0.0.4.tar.gz) = 17067
|
||||
|
Loading…
Reference in New Issue
Block a user