diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
commit | 39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch) | |
tree | 607a5ca77efd301a2b4dc49b05d108829fcffa77 /www/hs-recaptcha | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) | |
download | ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip |
Notes
Diffstat (limited to 'www/hs-recaptcha')
-rw-r--r-- | www/hs-recaptcha/Makefile | 7 | ||||
-rw-r--r-- | www/hs-recaptcha/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/hs-recaptcha/Makefile b/www/hs-recaptcha/Makefile index ec1184ef98ac..14d91e218ec7 100644 --- a/www/hs-recaptcha/Makefile +++ b/www/hs-recaptcha/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= recaptcha -PORTVERSION= 0.1.0.2 -PORTREVISION= 1 +PORTVERSION= 0.1.0.3 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +9,9 @@ COMMENT= Functions for using the reCAPTCHA service in web applications LICENSE= BSD3CLAUSE -USE_CABAL= HTTP>=3001.1.4 network>=2.2.0.1 +USE_CABAL= HTTP>=3001.1.4 network>=2.6 network-uri>=2.6 + +FLAGS_ENABLE= network-uri .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-recaptcha/distinfo b/www/hs-recaptcha/distinfo index 34fd88dd3812..3194b7b95378 100644 --- a/www/hs-recaptcha/distinfo +++ b/www/hs-recaptcha/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/recaptcha-0.1.0.2.tar.gz) = 30ae898cc39381b4e54bd984562a3a0e1385a393b1e318fec4a3b1bacc754d13 -SIZE (cabal/recaptcha-0.1.0.2.tar.gz) = 2667 +SHA256 (cabal/recaptcha-0.1.0.3.tar.gz) = 29a898bc7a063be88c05ac3ec0446a23117ed04c501dbd99c83684683fd638a3 +SIZE (cabal/recaptcha-0.1.0.3.tar.gz) = 2742 |