Date: Wed, 27 May 2009 10:18:33 -0500 From: "Zane C.B." <vvelox@vvelox.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/134995: Update port: net/p5-ZConf-Mail correct port location and update from 0.0.0_2 to 0.3.1... major update Message-ID: <1243437513.27672@vixen42.vulpes> Resent-Message-ID: <200905271520.n4RFK2bB018589@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134995 >Category: ports >Synopsis: Update port: net/p5-ZConf-Mail correct port location and update from 0.0.0_2 to 0.3.1... major update >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed May 27 15:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Zane C.B. >Release: FreeBSD 6.4-STABLE i386 >Organization: >Environment: System: FreeBSD 6.4-STABLE #3: Sun Mar 29 22:03:29 CDT 2009 kitsune@vixen42.vulpes:/usr/obj/usr/src/sys/vixen42 >Description: 0.3.1 2009-04-01/8:30 -Fix mime-signing. 0.2.0 2009-03-04/6:00 -Added 'deliverIMAP' and 'createMimeEntity'. -SMTP can now save the sent mail. -'createEmailSimple' now no longer tries to create 'To' or 'CC' headers if it has nothing. 0.2.0 2009-02-23/02:30 -Add 'getSet', 'listSets', and 'readSet'. 0.1.0 2009-02-20/03:40 -Add 'bin/zcmailaccountmanage'. -Fix 'getAccounts'. -'createAccount' actually saves the config now. -'createAccount' now works for the type 'exec'. -Correct requirement checks in IMAP, MBox, and Maildir connectors. -No longer error if ending the data session fails. -'delAccount' now works. -Add pod docs for all scripts. >How-To-Repeat: 1: Notice 0.0.0 sort of sucks and is under net instead of mail 2: 3: Apply patches and enjoy the goodness of 0.3.1. >Fix: --- MOVED.diff begins here --- --- MOVED.orig 2009-05-27 09:12:03.000000000 -0500 +++ MOVED 2009-05-27 09:46:58.000000000 -0500 @@ -3959,3 +3959,4 @@ www/p5-WWW-Nicovideo-Download|www/p5-WWW-NicoVideo-Download|2009-05-07|directory renamed german/swissgerman-ding|german/ding|2009-05-12|integrated into german/ding net/ntp-rc|net/ntp|2009-05-22|NTP is no longer in release candidate status. Use net/ntp instead. +net/p5-ZConf-Mail|2009-05-27|This should really be under mail instead of net. --- MOVED.diff ends here --- --- p5-ZConf-Mail_Makefile.diff begins here --- --- Makefile.orig 2009-05-27 09:55:02.000000000 -0500 +++ Makefile 2009-05-27 10:10:54.000000000 -0500 @@ -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 @@ ${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 --- p5-ZConf-Mail_Makefile.diff ends here --- --- p5-ZConf-Mail_distinfo.orig begins here --- --- distinfo.orig 2009-05-27 09:54:58.000000000 -0500 +++ distinfo 2009-05-27 09:56:09.000000000 -0500 @@ -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 --- p5-ZConf-Mail_distinfo.orig ends here --- --- p5-ZConf-Mail_pkg-descr.diff begins here --- --- pkg-descr.orig 2009-05-27 09:55:08.000000000 -0500 +++ pkg-descr 2009-05-27 10:14:05.000000000 -0500 @@ -1,9 +1,9 @@ This module implements various functions needed for making a ZConf backed mail cleint. It also currently includes two small utilities, listed below. +zcmailaccountmanage A Curses::UI interface to ZConf::Mail accounts. zcmailcompose - Composes a mail message and sends it using the specified account. zcgetmail - A getmail replacement using ZConf::Mail. - WWW: http://search.cpan.org/dist/ZConf-Mail/ --- p5-ZConf-Mail_pkg-descr.diff ends here --- --- p5-ZConf-Mail_pkg-plist.diff begins here --- --- pkg-plist.orig 2009-05-27 09:55:14.000000000 -0500 +++ pkg-plist 2009-05-27 10:15:01.000000000 -0500 @@ -1,3 +1,4 @@ +bin/zcmailaccountmanage bin/zcmailcompose bin/zcgetmail %%SITE_PERL%%/ZConf/Mail.pm --- p5-ZConf-Mail_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?1243437513.27672>