diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-07-10 16:30:20 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-07-10 16:30:20 +0000 |
commit | 72aec0acb142e791287e7f81df2783bc36b1d5c9 (patch) | |
tree | 1a1112b344e67e61eb62e2581d4e12e803b55466 /devel/hs-darcs | |
parent | a5b68f24f9a5537c9e9814147d61d6f50b624686 (diff) | |
download | ports-72aec0acb142e791287e7f81df2783bc36b1d5c9.tar.gz ports-72aec0acb142e791287e7f81df2783bc36b1d5c9.zip |
Notes
Diffstat (limited to 'devel/hs-darcs')
-rw-r--r-- | devel/hs-darcs/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-darcs/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-darcs/files/patch-darcs.cabal | 38 |
3 files changed, 3 insertions, 42 deletions
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index 2e481e65bf88..78530d925123 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -6,8 +6,7 @@ # PORTNAME= darcs -PORTVERSION= 2.5.1 -PORTREVISION= 1 +PORTVERSION= 2.5.2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-darcs/distinfo b/devel/hs-darcs/distinfo index a2d0377d6b0e..ff94434ff799 100644 --- a/devel/hs-darcs/distinfo +++ b/devel/hs-darcs/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/darcs-2.5.1.tar.gz) = 48e66ddb01424baf506ab9b40481856da1eed6da98b1fff8cead4e17b815f140 -SIZE (cabal/darcs-2.5.1.tar.gz) = 1233049 +SHA256 (cabal/darcs-2.5.2.tar.gz) = 8953f9d64f8013876466b8ad5474a212ee4e164f419ba4012b5dcc9e590fb386 +SIZE (cabal/darcs-2.5.2.tar.gz) = 1231903 diff --git a/devel/hs-darcs/files/patch-darcs.cabal b/devel/hs-darcs/files/patch-darcs.cabal deleted file mode 100644 index 0216265a9956..000000000000 --- a/devel/hs-darcs/files/patch-darcs.cabal +++ /dev/null @@ -1,38 +0,0 @@ ---- ./darcs.cabal.orig 2011-02-11 00:35:43.000000000 +0100 -+++ ./darcs.cabal 2011-03-13 18:05:27.057566301 +0100 -@@ -172,7 +172,7 @@ - extensible-exceptions >= 0.1 && < 0.2, - regex-compat >= 0.71 && < 0.94, - mtl >= 1.0 && < 2.1, -- parsec >= 2.0 && < 3.1, -+ parsec >= 2.0, - html == 1.0.*, - filepath >= 1.1.0.0 && < 1.3.0.0, - haskeline >= 0.6.2.2 && < 0.7, -@@ -377,7 +377,7 @@ - extensible-exceptions >= 0.1 && < 0.2, - regex-compat >= 0.71 && < 0.94, - mtl >= 1.0 && < 2.1, -- parsec >= 2.0 && < 3.1, -+ parsec >= 2.0, - html == 1.0.*, - filepath >= 1.1.0.0 && < 1.3.0.0, - haskeline >= 0.6.2.2 && < 0.7, -@@ -525,7 +525,7 @@ - extensible-exceptions >= 0.1 && < 0.2, - regex-compat >= 0.71 && < 0.94, - mtl >= 1.0 && < 2.1, -- parsec >= 2.0 && < 3.1, -+ parsec >= 2.0, - html == 1.0.*, - filepath >= 1.1.0.0 && < 1.3.0.0, - haskeline >= 0.6.2.2 && < 0.7, -@@ -621,7 +621,7 @@ - extensible-exceptions >= 0.1 && < 0.2, - regex-compat >= 0.71 && < 0.94, - mtl >= 1.0 && < 2.1, -- parsec >= 2.0 && < 3.1, -+ parsec >= 2.0, - html == 1.0.*, - filepath >= 1.1.0.0 && < 1.3.0.0, - QuickCheck >= 2.1.0.0, |