diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 05:02:42 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 05:02:42 +0000 |
commit | 22c62d4bcccc3e4234755d84530897622df8dc9d (patch) | |
tree | 8848859484a3383fe94430185f9b262c0207f394 /mail/hs-mime | |
parent | 1e8ea61c3c1e255ce293148e79fbb8d5c0168fb2 (diff) |
Notes
Diffstat (limited to 'mail/hs-mime')
-rw-r--r-- | mail/hs-mime/Makefile | 3 | ||||
-rw-r--r-- | mail/hs-mime/distinfo | 4 | ||||
-rw-r--r-- | mail/hs-mime/files/patch-mime.cabal | 11 |
3 files changed, 3 insertions, 15 deletions
diff --git a/mail/hs-mime/Makefile b/mail/hs-mime/Makefile index ebc8ece26716..df324213aea6 100644 --- a/mail/hs-mime/Makefile +++ b/mail/hs-mime/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mime -PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTVERSION= 0.3.3 CATEGORIES= mail haskell MAINTAINER= haskell@FreeBSD.org diff --git a/mail/hs-mime/distinfo b/mail/hs-mime/distinfo index 31db47873ea7..23bd1922141c 100644 --- a/mail/hs-mime/distinfo +++ b/mail/hs-mime/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/mime-0.3.2.tar.gz) = 39a80fd4d84c8017e78183ff17f8a436ad772bd21816a1ecffe903916a05c413 -SIZE (cabal/mime-0.3.2.tar.gz) = 8899 +SHA256 (cabal/mime-0.3.3.tar.gz) = 64997d5e13afc7e9b46c9b940ff7623ec24def897bd0748d5592e5e2cd27ffd2 +SIZE (cabal/mime-0.3.3.tar.gz) = 8747 diff --git a/mail/hs-mime/files/patch-mime.cabal b/mail/hs-mime/files/patch-mime.cabal deleted file mode 100644 index 025cbafa6fee..000000000000 --- a/mail/hs-mime/files/patch-mime.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- ./mime.cabal.orig 2009-12-21 07:52:20.000000000 +0100 -+++ ./mime.cabal 2011-03-13 15:20:32.890642014 +0100 -@@ -16,7 +16,7 @@ -
- library
- if flag(split-base)
-- build-depends: base >= 3 && <= 4
-+ build-depends: base >= 3 - else
- build-depends: base >= 2 && <= 4
-
|