summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Box1
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2002-07-28 07:10:10 +0000
committerAnton Berezin <tobez@FreeBSD.org>2002-07-28 07:10:10 +0000
commit316b19d9640a70b9243977e533c9d77e328b3d5e (patch)
treeb2224e368daa82cea71eba7e5251002517f3965d /mail/p5-Mail-Box1
parentUpdate to 1.60. (diff)
Update to 1.324.
Notes
Notes: svn path=/head/; revision=63658
Diffstat (limited to 'mail/p5-Mail-Box1')
-rw-r--r--mail/p5-Mail-Box1/Makefile5
-rw-r--r--mail/p5-Mail-Box1/distinfo2
-rw-r--r--mail/p5-Mail-Box1/pkg-descr4
3 files changed, 6 insertions, 5 deletions
diff --git a/mail/p5-Mail-Box1/Makefile b/mail/p5-Mail-Box1/Makefile
index 4c886ca6355c..dff9ecc5e149 100644
--- a/mail/p5-Mail-Box1/Makefile
+++ b/mail/p5-Mail-Box1/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Mail-Box
-PORTVERSION= 1.323
+PORTVERSION= 1.324
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
-BUILD_DEPENDS= ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \
+BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
+ ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \
${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \
${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
RUN_DEPENDS= ${BUILD_DEPENDS}
diff --git a/mail/p5-Mail-Box1/distinfo b/mail/p5-Mail-Box1/distinfo
index 131cdb551ba8..f9e830797c32 100644
--- a/mail/p5-Mail-Box1/distinfo
+++ b/mail/p5-Mail-Box1/distinfo
@@ -1 +1 @@
-MD5 (Mail-Box-1.323.tar.gz) = 1b7f7c984ea32efd18a34b971f9b6e43
+MD5 (Mail-Box-1.324.tar.gz) = aecc24868fb16d97c910d3c59ca787fa
diff --git a/mail/p5-Mail-Box1/pkg-descr b/mail/p5-Mail-Box1/pkg-descr
index 86d5311fe68b..440d2deb696f 100644
--- a/mail/p5-Mail-Box1/pkg-descr
+++ b/mail/p5-Mail-Box1/pkg-descr
@@ -1,5 +1,5 @@
-The Mail::Box folder is a modern mail-folder managerat least on
-the moment of this writing) It is written to replace Mail::Folder,
+The Mail::Box folder is a modern mail-folder manager (at least on the
+moment of this writing). It is written to replace Mail::Folder,
although it interface is different.
Author: Mark Overmeer <mark@overmeer.net>