diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-25 18:24:39 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-25 18:24:39 +0000 |
commit | 9414f5aa81d3cfe2e637ebe7071e9a8c8993eef0 (patch) | |
tree | 9de1a8141db2b3388a8f59f035dd075eb507bd05 /devel | |
parent | 3af90fc9ce95d08103480920335d85045c4791f3 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-git-annex/Makefile | 9 | ||||
-rw-r--r-- | devel/hs-git-annex/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-git-annex/files/patch-git-annex.cabal | 8 |
3 files changed, 11 insertions, 10 deletions
diff --git a/devel/hs-git-annex/Makefile b/devel/hs-git-annex/Makefile index f8bb74ee5649..cefbc9a3495a 100644 --- a/devel/hs-git-annex/Makefile +++ b/devel/hs-git-annex/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= git-annex -PORTVERSION= 5.20140717 +PORTVERSION= 5.20140817 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -33,9 +33,10 @@ RUN_DEPENDS+= rsync:${PORTSDIR}/net/rsync \ EXECUTABLE= git-annex git-annex-shell STANDALONE= yes -FLAGS_DEFINE= S3 ASSISTANT INOTIFY WEBDAV WEBAPP WEBAPP_SECURE PAIRING \ - XMPP DNS PRODUCTION TDFA FEED QUVI CRYPTOHASH EKG TAHOE -FLAGS_DEFAULT= S3 ASSISTANT +FLAGS_DEFINE= S3 WEBDAV INOTIFY ASSISTANT WEBAPP WEBAPP_SECURE PAIRING \ + XMPP DNS PRODUCTION TDFA FEED QUVI TAHOE CRYPTOHASH EKG +FLAGS_DEFAULT= S3 WEBDAV INOTIFY ASSISTANT WEBAPP WEBAPP_SECURE PAIRING \ + XMPP DNS PRODUCTION TDFA FEED QUVI TAHOE CRYPTOHASH S3_DESC= S3 support S3_FLAG_ENABLE= S3 diff --git a/devel/hs-git-annex/distinfo b/devel/hs-git-annex/distinfo index ab6ca678c4f7..b7e575cf3d80 100644 --- a/devel/hs-git-annex/distinfo +++ b/devel/hs-git-annex/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/git-annex-5.20140717.tar.gz) = 746570ffafc92b3acd19bef84ffea6ee126cf2b043e8adc7f3b61b57d0c52fa5 -SIZE (cabal/git-annex-5.20140717.tar.gz) = 4390361 +SHA256 (cabal/git-annex-5.20140817.tar.gz) = acc3c1ef2875b16864448b6d00f204a7fc5eb268ea7dfd678c1814d1720a9e32 +SIZE (cabal/git-annex-5.20140817.tar.gz) = 4464505 diff --git a/devel/hs-git-annex/files/patch-git-annex.cabal b/devel/hs-git-annex/files/patch-git-annex.cabal index ec18d885ef7f..b9fb9769e8b6 100644 --- a/devel/hs-git-annex/files/patch-git-annex.cabal +++ b/devel/hs-git-annex/files/patch-git-annex.cabal @@ -1,6 +1,6 @@ ---- ./git-annex.cabal.orig 2014-07-17 17:53:21.000000000 +0200 -+++ ./git-annex.cabal 2014-07-28 19:40:41.000000000 +0200 -@@ -187,10 +187,11 @@ +--- ./git-annex.cabal.orig 2014-08-17 16:50:18.000000000 +0200 ++++ ./git-annex.cabal 2014-08-25 13:15:46.000000000 +0200 +@@ -185,10 +185,11 @@ CPP-Options: -DANDROID_SPLICES if flag(Webapp) @@ -8,7 +8,7 @@ Build-Depends: - yesod, yesod-default, yesod-static, yesod-form, yesod-core, + yesod (>= 1.2), yesod-static, yesod-form, yesod-core, - http-types, transformers, wai, wai-extra, warp, warp-tls, + wai, wai-extra, warp, warp-tls, - blaze-builder, crypto-api, hamlet, clientsession, + blaze-builder, crypto-api, clientsession, template-haskell, data-default, aeson, path-pieces, |