aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 20:52:29 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 20:52:29 +0000
commit46e9ab0ca5e504d3509678b4d43a41d938650e75 (patch)
treea34afe36b374e7894e236fb8cee020928d36c967 /mail
parentbe44ec14c77de91f8ac86e25372545e0e39e9bcb (diff)
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/hs-mime-mail/Makefile4
-rw-r--r--mail/hs-mime/Makefile1
2 files changed, 4 insertions, 1 deletions
diff --git a/mail/hs-mime-mail/Makefile b/mail/hs-mime-mail/Makefile
index 36ef82704594..5c5a72e43718 100644
--- a/mail/hs-mime-mail/Makefile
+++ b/mail/hs-mime-mail/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mime-mail
PORTVERSION= 0.4.1.1
+PORTREVISION= 1
CATEGORIES= mail haskell
MAINTAINER= haskell@FreeBSD.org
@@ -14,7 +15,8 @@ COMMENT= Compose MIME email messages
LICENSE= BSD
-USE_CABAL= base64-bytestring>=0.1 blaze-builder>=0.2.1 text>=0.7
+USE_CABAL= base64-bytestring>=0.1 blaze-builder>=0.2.1 random>=1.0 \
+ text>=0.7
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/mail/hs-mime/Makefile b/mail/hs-mime/Makefile
index df324213aea6..f2b5c2e520c8 100644
--- a/mail/hs-mime/Makefile
+++ b/mail/hs-mime/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mime
PORTVERSION= 0.3.3
+PORTREVISION= 1
CATEGORIES= mail haskell
MAINTAINER= haskell@FreeBSD.org