diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-16 03:30:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-16 03:30:52 +0800 |
commit | 3f49bfff49b1d9391c02cfb54c484ff27c61b4e6 (patch) | |
tree | 85ff5c58086f2905b8fe84fa3e7342a4f59570c8 /mail | |
parent | 20118c61ad6e27219e51822ff2b439878850e1a4 (diff) | |
download | freebsd-ports-gnome-3f49bfff49b1d9391c02cfb54c484ff27c61b4e6.tar.gz freebsd-ports-gnome-3f49bfff49b1d9391c02cfb54c484ff27c61b4e6.tar.zst freebsd-ports-gnome-3f49bfff49b1d9391c02cfb54c484ff27c61b4e6.zip |
- Update to 0.3.1
PR: 134995
Submitted by: Zane C.B. <vvelox@vvelox.net> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-ZConf-Mail/Makefile | 10 | ||||
-rw-r--r-- | mail/p5-ZConf-Mail/distinfo | 6 | ||||
-rw-r--r-- | mail/p5-ZConf-Mail/pkg-descr | 1 | ||||
-rw-r--r-- | mail/p5-ZConf-Mail/pkg-plist | 1 |
4 files changed, 11 insertions, 7 deletions
diff --git a/mail/p5-ZConf-Mail/Makefile b/mail/p5-ZConf-Mail/Makefile index 4944efde8c3b..a8e2686137b4 100644 --- a/mail/p5-ZConf-Mail/Makefile +++ b/mail/p5-ZConf-Mail/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ZConf-Mail -PORTVERSION= 0.0.0 -PORTREVISION= 2 +PORTVERSION= 0.3.1 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX @@ -20,13 +19,16 @@ RUN_DEPENDS= ${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple \ ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \ ${SITE_PERL}/Email/Simple/Creator.pm:${PORTSDIR}/mail/p5-Email-Simple-Creator \ ${SITE_PERL}/Mail/IMAPTalk.pm:${PORTSDIR}/mail/p5-Mail-IMAPTalk \ - ${SITE_PERL}/Mail/IMAPTalk.pm:${PORTSDIR}/mail/p5-Mail-IMAPTalk \ ${SITE_PERL}/Mail/POP3Client.pm:${PORTSDIR}/mail/p5-Mail-POP3Client \ ${SITE_PERL}/Net/SMTP_auth.pm:${PORTSDIR}/mail/p5-Net-SMTP_auth \ ${SITE_PERL}/Net/SMTP/TLS.pm:${PORTSDIR}/mail/p5-Net-SMTP-TLS \ ${SITE_PERL}/Mail/Box.pm:${PORTSDIR}/mail/p5-Mail-Box \ ${SITE_PERL}/Curses/UI.pm:${PORTSDIR}/devel/p5-Curses-UI \ - ${SITE_PERL}/IO/MultiPipe.pm:${PORTSDIR}/devel/p5-IO-MultiPipe + ${SITE_PERL}/IO/MultiPipe.pm:${PORTSDIR}/devel/p5-IO-MultiPipe \ + ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ + ${SITE_PERL}/File/MimeInfo/Magic.pm:${PORTSDIR}/devel/p5-File-MimeInfo \ + ${SITE_PERL}/Email/Date.pm:${PORTSDIR}/mail/p5-Email-Date \ + ${SITE_PERL}/mach/MIME/QuotedPrint.pm:${PORTSDIR}/converters/p5-MIME-Base64 PERL_CONFIGURE= yes diff --git a/mail/p5-ZConf-Mail/distinfo b/mail/p5-ZConf-Mail/distinfo index f3497623f70d..6eb3c2faf728 100644 --- a/mail/p5-ZConf-Mail/distinfo +++ b/mail/p5-ZConf-Mail/distinfo @@ -1,3 +1,3 @@ -MD5 (ZConf-Mail-0.0.0.tar.gz) = f3ba77ee987db2dccf51d42bdbeca501 -SHA256 (ZConf-Mail-0.0.0.tar.gz) = ee2e8c151b5fe4500d00af70b1ff86bf4ebc2141ba61c1d38361d38699a9329f -SIZE (ZConf-Mail-0.0.0.tar.gz) = 13694 +MD5 (ZConf-Mail-0.3.1.tar.gz) = 0e83323c3b4f3616bb0a8b650ac49eb2 +SHA256 (ZConf-Mail-0.3.1.tar.gz) = c92d7b39ac9d79fb7ce11e9c7b086a93e16628b96fa972c4fbca099e5a53c2d0 +SIZE (ZConf-Mail-0.3.1.tar.gz) = 23434 diff --git a/mail/p5-ZConf-Mail/pkg-descr b/mail/p5-ZConf-Mail/pkg-descr index 1f19fcbe8093..ba154b51368d 100644 --- a/mail/p5-ZConf-Mail/pkg-descr +++ b/mail/p5-ZConf-Mail/pkg-descr @@ -4,6 +4,7 @@ cleint. It also currently includes two small utilities, listed below. zcmailcompose - Composes a mail message and sends it using the specified account. zcgetmail - A getmail replacement using ZConf::Mail. +zcmailaccountmanage - A Curses::UI interface to ZConf::Mail accounts. WWW: http://search.cpan.org/dist/ZConf-Mail/ diff --git a/mail/p5-ZConf-Mail/pkg-plist b/mail/p5-ZConf-Mail/pkg-plist index 6713eed2f237..2d214fcd268d 100644 --- a/mail/p5-ZConf-Mail/pkg-plist +++ b/mail/p5-ZConf-Mail/pkg-plist @@ -1,5 +1,6 @@ bin/zcmailcompose bin/zcgetmail +bin/zcmailacountmanage %%SITE_PERL%%/ZConf/Mail.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Mail/.packlist @dirrmtry %%SITE_PERL%%/ZConf |