diff options
author | swills <swills@FreeBSD.org> | 2011-07-03 20:00:54 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-07-03 20:00:54 +0800 |
commit | 41e3037ffef84ef1e16e98712e8d8a71e392a23b (patch) | |
tree | 3d19a89523e6fc8c60839deb10ecc9427fefede4 | |
parent | a045887600a5bfea84c5a493ab36d8242d96b37a (diff) | |
download | freebsd-ports-gnome-41e3037ffef84ef1e16e98712e8d8a71e392a23b.tar.gz freebsd-ports-gnome-41e3037ffef84ef1e16e98712e8d8a71e392a23b.tar.zst freebsd-ports-gnome-41e3037ffef84ef1e16e98712e8d8a71e392a23b.zip |
- Update to 2.0.0
PR: ports/158595
Submitted by: "Zane C.B." <vvelox@vvelox.net>
-rw-r--r-- | mail/p5-ZConf-Mail/Makefile | 12 | ||||
-rw-r--r-- | mail/p5-ZConf-Mail/distinfo | 4 | ||||
-rw-r--r-- | mail/p5-ZConf-Mail/pkg-descr | 6 | ||||
-rw-r--r-- | mail/p5-ZConf-Mail/pkg-plist | 12 |
4 files changed, 7 insertions, 27 deletions
diff --git a/mail/p5-ZConf-Mail/Makefile b/mail/p5-ZConf-Mail/Makefile index b131a3ed614b..a69e455e5b53 100644 --- a/mail/p5-ZConf-Mail/Makefile +++ b/mail/p5-ZConf-Mail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ZConf-Mail -PORTVERSION= 1.4.1 +PORTVERSION= 2.0.0 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -22,21 +22,15 @@ RUN_DEPENDS= ${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple \ ${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}/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}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/Mail/Cache.pm:${PORTSDIR}/mail/p5-Mail-Cache \ - ${SITE_PERL}/Mail/IMAPTalk/MailCache.pm:${PORTSDIR}/mail/p5-Mail-IMAPTalk-MailCache \ - ${SITE_PERL}/Text/SpellChecker/GUI.pm:${PORTSDIR}/textproc/p5-Text-SpellChecker-GUI + ${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny PERL_CONFIGURE= yes -MAN3= ZConf::Mail.3 \ - ZConf::Mail::GUI.3 \ - ZConf::Mail::GUI::Curses.3 +MAN3= ZConf::Mail.3 .include <bsd.port.mk> diff --git a/mail/p5-ZConf-Mail/distinfo b/mail/p5-ZConf-Mail/distinfo index 6046b314845e..8648ed94a1f1 100644 --- a/mail/p5-ZConf-Mail/distinfo +++ b/mail/p5-ZConf-Mail/distinfo @@ -1,2 +1,2 @@ -SHA256 (ZConf-Mail-1.4.1.tar.gz) = 8218d89221d77a8d3626c7841719465641e1070200a5b63f71c3518d36cecb75 -SIZE (ZConf-Mail-1.4.1.tar.gz) = 31493 +SHA256 (ZConf-Mail-2.0.0.tar.gz) = a5d3102fe5d8e71de6d465394f8e7405c84f8c02f7aa428e096ba7d8a3a870d3 +SIZE (ZConf-Mail-2.0.0.tar.gz) = 23487 diff --git a/mail/p5-ZConf-Mail/pkg-descr b/mail/p5-ZConf-Mail/pkg-descr index e72cc85ea557..758b30de0ada 100644 --- a/mail/p5-ZConf-Mail/pkg-descr +++ b/mail/p5-ZConf-Mail/pkg-descr @@ -1,11 +1,7 @@ This module implements various functions needed for making a ZConf backed mail 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 GUI interface to ZConf::Mail accounts. -zcmailuri - Invokes ZConf::Mail::GUI->compose via a mailto URI. -zcmailimapcache - Updates the Mail::Cache cache for the specified IMAP account. +zcmailaccount - Manages the 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 9ff6c72216c5..0ca793790819 100644 --- a/mail/p5-ZConf-Mail/pkg-plist +++ b/mail/p5-ZConf-Mail/pkg-plist @@ -1,18 +1,8 @@ -bin/curses-zcmailacountmanage -bin/curses-zcmailcompose -bin/curses-zcmailimapclient bin/zcgetmail -bin/zcmailacountmanage -bin/zcmailcompose -bin/zcmailimapcache -bin/zcmailuri +bin/zcmailaccount %%SITE_PERL%%/ZConf/Mail.pm -%%SITE_PERL%%/ZConf/Mail/GUI.pm -%%SITE_PERL%%/ZConf/Mail/GUI/Curses.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Mail/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Mail @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% -@dirrmtry %%SITE_PERL%%/ZConf/Mail/GUI -@dirrmtry %%SITE_PERL%%/ZConf/Mail @dirrmtry %%SITE_PERL%%/ZConf |