diff options
author | pgj <pgj@FreeBSD.org> | 2012-08-03 11:03:06 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-08-03 11:03:06 +0800 |
commit | 540fcf65000483c99b00d65493d75bfa49936d79 (patch) | |
tree | 36d6175117b2debe96ed72c6ab1b0d32f415d13a /mail/hs-mime | |
parent | d1f4e4bfda3c5841fe55708435c19b16e2da08c2 (diff) | |
download | freebsd-ports-gnome-540fcf65000483c99b00d65493d75bfa49936d79.tar.gz freebsd-ports-gnome-540fcf65000483c99b00d65493d75bfa49936d79.tar.zst freebsd-ports-gnome-540fcf65000483c99b00d65493d75bfa49936d79.zip |
- Update to 0.3.3.2
- Use the new options framework
Obtained from: FreeBSD Haskell
Diffstat (limited to 'mail/hs-mime')
-rw-r--r-- | mail/hs-mime/Makefile | 5 | ||||
-rw-r--r-- | mail/hs-mime/distinfo | 4 | ||||
-rw-r--r-- | mail/hs-mime/pkg-descr | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/mail/hs-mime/Makefile b/mail/hs-mime/Makefile index f2b5c2e520c8..cf1936448e27 100644 --- a/mail/hs-mime/Makefile +++ b/mail/hs-mime/Makefile @@ -6,12 +6,11 @@ # PORTNAME= mime -PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTVERSION= 0.3.3.2 CATEGORIES= mail haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Haskell library for working with MIME types +COMMENT= Working with MIME types LICENSE= BSD diff --git a/mail/hs-mime/distinfo b/mail/hs-mime/distinfo index 23bd1922141c..3f33de07639c 100644 --- a/mail/hs-mime/distinfo +++ b/mail/hs-mime/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/mime-0.3.3.tar.gz) = 64997d5e13afc7e9b46c9b940ff7623ec24def897bd0748d5592e5e2cd27ffd2 -SIZE (cabal/mime-0.3.3.tar.gz) = 8747 +SHA256 (cabal/mime-0.3.3.2.tar.gz) = 7672ef547792f2314a5b28aa57f9793abc474257779a2fcc70c1d00d05f84164 +SIZE (cabal/mime-0.3.3.2.tar.gz) = 8828 diff --git a/mail/hs-mime/pkg-descr b/mail/hs-mime/pkg-descr index b508df37bca6..75d88e191180 100644 --- a/mail/hs-mime/pkg-descr +++ b/mail/hs-mime/pkg-descr @@ -1,3 +1,3 @@ -This package contains a Haskell library for working with MIME types. +Working with MIME types. -WWW: http://hackage.haskell.org/package/mime +WWW: http://github.com/GaloisInc/mime |