diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 05:42:50 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 05:42:50 +0800 |
commit | 5739ea38696eb1997404b4c2d0f8fcdf3f2ecd43 (patch) | |
tree | a098a13b89493fddea0ebbe0737d5ac502e5ba0c | |
parent | 0b5d53ef59966b2e2b01de67f6586c96d46e7709 (diff) | |
download | freebsd-ports-gnome-5739ea38696eb1997404b4c2d0f8fcdf3f2ecd43.tar.gz freebsd-ports-gnome-5739ea38696eb1997404b4c2d0f8fcdf3f2ecd43.tar.zst freebsd-ports-gnome-5739ea38696eb1997404b4c2d0f8fcdf3f2ecd43.zip |
- Update to 3.20120123
PR: ports/165256
Submitted by: pgj
Approved by: maintainer (timeout)
Obtained from: FreeBSD Haskell
-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 () |