diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 03:49:32 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 03:49:32 +0000 |
commit | c4aebd467cd2c219c6870c0ef038a76bc2850c80 (patch) | |
tree | c0866f6e74ae506e4a037c4c7092b52e8f145318 /devel/hs-darcs | |
parent | aac32349c902a5c9abd567ac3388e17b7c422eff (diff) |
Notes
Diffstat (limited to 'devel/hs-darcs')
-rw-r--r-- | devel/hs-darcs/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-darcs/files/patch-darcs.cabal | 38 |
2 files changed, 39 insertions, 1 deletions
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index bab7154cb457..8233c81b868d 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -7,7 +7,7 @@ PORTNAME= darcs PORTVERSION= 2.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-darcs/files/patch-darcs.cabal b/devel/hs-darcs/files/patch-darcs.cabal new file mode 100644 index 000000000000..8d5bf83a6a70 --- /dev/null +++ b/devel/hs-darcs/files/patch-darcs.cabal @@ -0,0 +1,38 @@ +--- ./darcs.cabal.orig 2011-03-13 23:40:47.000000000 +0100 ++++ ./darcs.cabal 2011-12-10 15:26:09.000000000 +0100 +@@ -170,7 +170,7 @@ + + build-depends: base < 5, + extensible-exceptions >= 0.1 && < 0.2, +- regex-compat >= 0.71 && < 0.94, ++ regex-compat >= 0.71, + mtl >= 1.0 && < 2.1, + parsec >= 2.0 && < 3.2, + html == 1.0.*, +@@ -375,7 +375,7 @@ + + build-depends: base < 5, + extensible-exceptions >= 0.1 && < 0.2, +- regex-compat >= 0.71 && < 0.94, ++ regex-compat >= 0.71, + mtl >= 1.0 && < 2.1, + parsec >= 2.0 && < 3.2, + html == 1.0.*, +@@ -523,7 +523,7 @@ + + build-depends: base < 5, + extensible-exceptions >= 0.1 && < 0.2, +- regex-compat >= 0.71 && < 0.94, ++ regex-compat >= 0.71, + mtl >= 1.0 && < 2.1, + parsec >= 2.0 && < 3.2, + html == 1.0.*, +@@ -619,7 +619,7 @@ + + build-depends: base < 5, + extensible-exceptions >= 0.1 && < 0.2, +- regex-compat >= 0.71 && < 0.94, ++ regex-compat >= 0.71, + mtl >= 1.0 && < 2.1, + parsec >= 2.0 && < 3.2, + html == 1.0.*, |