Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jul 2011 08:02:04 -0500
From:      "Zane C.B." <vvelox@vvelox.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/158595: update mail/p5-ZConf-Mail update to 2.0.0.... including lots of various bug fixes
Message-ID:  <1309611724.21710@vixen42.vulpes.vvelox.net>
Resent-Message-ID: <201107021320.p62DK9Fp038173@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158595
>Category:       ports
>Synopsis:       update mail/p5-ZConf-Mail    update to 2.0.0.... including lots of various bug fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 02 13:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Zane C.B.
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:


System: FreeBSD 8.2-PRERELEASE #0: Sun Feb  6 00:18:40 CST 2011
    kitsune@vixen42.vulpes.vvelox.net:/usr/obj/usr/src/sys/vixen42



>Description:


2.0.0   2011-07-02/08:00
                -Lots of misc cleanups.
                -Remove all GUI stuff as it got broken some place and I've not had time to fix it.
                -Add "bin/zcmailaccount".
                -Cleanup Makefile.PL and README.
                -Update MANIFEST.

1.5.0   2011-04-08/02:15
                -Change the order of use statements as using Net::SMTP_auth before ZConf can cause a segfault on some Perl compilations
                        for unknown reason.
                -Some POD cleanup.
                -Add errorblanking to some methods missing it.
                -Add the ability to error permanently in new if it can't initialize properly.
                -Actually implement the 'formatterSet' and 'formatterGet' instead of them being undocumented place holders.
                -Cleanup error handling code.
                -Document the 'deliverToFolder' option.
                -Add 'error' and 'errorString'.
                -MIME::Lite objects now have the quiet method called on them do to brain dead warning messages when doing GPG signing.
                -Add 'quiet' to the args for 'createMimeLite'.
                -Remove 'bin/zcmailimapcache'. It is not really being used for any thing currently. It is being moved into a more
                        comprehensive IMAP utility set that will be named 'ZConf::Mail::IMAPhelper'.
                        http://eesdp.org/svnweb/index.cgi/pubsvn/browse/Perl/ZConf%3A%3AMail%3A%3AIMAPhelper



>How-To-Repeat:





>Fix:


--- Makefile.diff begins here ---
--- Makefile.orig	2011-07-02 07:53:10.899055491 -0500
+++ Makefile	2011-07-02 07:55:39.459324744 -0500
@@ -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 @@
 		${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>
--- Makefile.diff ends here ---


--- distinfo.diff begins here ---
--- distinfo.orig	2010-11-21 00:30:24.985141765 -0600
+++ distinfo	2011-07-02 07:57:23.456011473 -0500
@@ -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
--- distinfo.diff ends here ---


--- pkg-descr.diff begins here ---
--- pkg-descr.orig	2011-07-02 07:53:29.616239938 -0500
+++ pkg-descr	2011-07-02 07:56:24.667015106 -0500
@@ -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/
--- pkg-descr.diff ends here ---



--- pkg-plist.diff begins here ---
--- pkg-plist.orig	2011-07-02 07:53:22.938102912 -0500
+++ pkg-plist	2011-07-02 07:57:15.634683902 -0500
@@ -1,18 +1,7 @@
-bin/curses-zcmailacountmanage
-bin/curses-zcmailcompose
-bin/curses-zcmailimapclient
 bin/zcgetmail
-bin/zcmailacountmanage
-bin/zcmailcompose
-bin/zcmailimapcache
-bin/zcmailuri
+bin/zcmailacount
 %%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
--- pkg-plist.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1309611724.21710>