Index: head/www/hs-yesod-auth/Makefile =================================================================== --- head/www/hs-yesod-auth/Makefile (revision 298303) +++ head/www/hs-yesod-auth/Makefile (revision 298304) @@ -1,26 +1,28 @@ # New ports collection makefile for: hs-yesod-auth # Date created: December 26, 2011 # Whom: haskell@FreeBSD.org # # $FreeBSD$ # PORTNAME= yesod-auth -PORTVERSION= 0.7.9 +PORTVERSION= 1.0.2.1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Authentication for Yesod -LICENSE= BSD +LICENSE= MIT -USE_CABAL= aeson>=0.3 authenticate>=0.10.4 blaze-html>=0.4.1.3 \ - control-monad-attempt>=0.3.0 hamlet>=0.10 http-enumerator>=0.6 \ - mime-mail>=0.3 persistent>=0.6 persistent-template>=0.6 \ - pureMD5>=2.0 pwstore-fast>=2.2 SHA>=1.4.1.3 \ - shakespeare-css>=0.10 text>=0.7 transformers>=0.2.2 \ - unordered-containers wai>=0.4 yesod-core>=0.9.3.4 \ - yesod-form>=0.3 yesod-json>=0.2 yesod-persistent>=0.2 +USE_CABAL= aeson>=0.5 authenticate>=1.2 blaze-html>=0.4.1.3 \ + hamlet>=1.0 http-conduit>=1.4.1.1 lifted-base>=0.1 \ + mime-mail>=0.3 persistent>=0.9 persistent-template>=0.9 \ + pureMD5>=2.0 pwstore-fast>=2.2 random>=1.0.0.2 SHA>=1.4.1.3 \ + shakespeare-css>=1.0 text>=0.7 transformers>=0.2.2 \ + unordered-containers wai>=1.2 yesod-core>=1.0 yesod-form>=1.0 \ + yesod-json>=1.0 yesod-persistent>=1.0 + +CONFIGURE_ARGS+= --flags="-blaze_html_0_5" .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Property changes on: head/www/hs-yesod-auth/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/hs-yesod-auth/distinfo =================================================================== --- head/www/hs-yesod-auth/distinfo (revision 298303) +++ head/www/hs-yesod-auth/distinfo (revision 298304) @@ -1,2 +1,2 @@ -SHA256 (cabal/yesod-auth-0.7.9.tar.gz) = 24080f397c9f90d961b0b63b208d8a8ce9c2b9f3b339dbd006fbb3e183917423 -SIZE (cabal/yesod-auth-0.7.9.tar.gz) = 15626 +SHA256 (cabal/yesod-auth-1.0.2.1.tar.gz) = 796397582e4d54d4592a83ff32ff722569a326392e9cd3cec9307db4fc4e733a +SIZE (cabal/yesod-auth-1.0.2.1.tar.gz) = 15268 Property changes on: head/www/hs-yesod-auth/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property