diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 21:42:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 21:42:50 +0000 |
commit | 893476f7cca86c2668cb090b486b514ada4d748e (patch) | |
tree | f91b8be0726fbf96dca0e0bb033ce6306e3b8f51 | |
parent | da1080df8a7b021168ce047e6a127906d20fdf88 (diff) | |
download | ports-893476f7cca86c2668cb090b486b514ada4d748e.tar.gz ports-893476f7cca86c2668cb090b486b514ada4d748e.zip |
Notes
-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-Makefile | 6 | ||||
-rw-r--r-- | devel/hs-git-annex/files/patch-Setup.hs | 6 |
4 files changed, 13 insertions, 12 deletions
diff --git a/devel/hs-git-annex/Makefile b/devel/hs-git-annex/Makefile index 0e86c34eb3ed..933c56b2a14a 100644 --- a/devel/hs-git-annex/Makefile +++ b/devel/hs-git-annex/Makefile @@ -6,8 +6,7 @@ # PORTNAME= git-annex -PORTVERSION= 3.20110707 -PORTREVISION= 1 +PORTVERSION= 3.20120123 CATEGORIES= devel haskell MAINTAINER= frase@frase.id.au @@ -16,10 +15,12 @@ COMMENT= Manage files with git, without checking their contents into git LICENSE= GPLv3 FILE_LICENSE= GPL -USE_CABAL= dataenc hS3 hslogger HTTP MissingH mtl network pcre-light \ - SHA utf8-string CABAL_SETUP= Setup.hs +USE_CABAL= dataenc hS3 hslogger HTTP json lifted-base MissingH \ + monad-control mtl network pcre-light QuickCheck>=2.1 \ + SHA transformers-base utf8-string + USE_GMAKE= yes USE_PERL5_BUILD= yes diff --git a/devel/hs-git-annex/distinfo b/devel/hs-git-annex/distinfo index 459e1573f5e4..226b17ba678d 100644 --- a/devel/hs-git-annex/distinfo +++ b/devel/hs-git-annex/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/git-annex-3.20110707.tar.gz) = 174713eb7af035d10f90b8189ed1dc241ce379f70eba9ca416ac2c66089a0461 -SIZE (cabal/git-annex-3.20110707.tar.gz) = 374279 +SHA256 (cabal/git-annex-3.20120123.tar.gz) = 827d56d78d55523433735d413a10e0628cff7e98424fa7ac3dcd1d73362eb868 +SIZE (cabal/git-annex-3.20120123.tar.gz) = 590873 diff --git a/devel/hs-git-annex/files/patch-Makefile b/devel/hs-git-annex/files/patch-Makefile index 0773f6ba1e72..ef1edc58c8da 100644 --- a/devel/hs-git-annex/files/patch-Makefile +++ b/devel/hs-git-annex/files/patch-Makefile @@ -1,6 +1,6 @@ ---- ./Makefile.orig 2011-07-02 23:11:38.000000000 +0200 -+++ ./Makefile 2011-07-08 23:10:32.979799493 +0200 -@@ -73,6 +73,8 @@ +--- ./Makefile.orig 2011-11-22 20:21:04.000000000 +0100 ++++ ./Makefile 2011-12-03 14:33:37.000000000 +0100 +@@ -90,6 +90,8 @@ IKIWIKI=ikiwiki endif diff --git a/devel/hs-git-annex/files/patch-Setup.hs b/devel/hs-git-annex/files/patch-Setup.hs index 87f75bc9fbc0..4cad494d6c81 100644 --- a/devel/hs-git-annex/files/patch-Setup.hs +++ b/devel/hs-git-annex/files/patch-Setup.hs @@ -1,5 +1,5 @@ ---- ./Setup.hs.orig 2011-07-02 23:11:40.000000000 +0200 -+++ ./Setup.hs 2011-07-08 23:11:28.256484379 +0200 +--- ./Setup.hs.orig 2011-11-22 20:21:05.000000000 +0100 ++++ ./Setup.hs 2011-12-03 14:33:37.000000000 +0100 @@ -9,9 +9,9 @@ } @@ -11,4 +11,4 @@ makeClean _ _ _ _ = do - system "make clean" + system "gmake clean" - return ()
\ No newline at end of file + return () |