Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2009 19:32:47 -0500
From:      "Zane C.B." <vvelox@vvelox.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/135847: update port: mail/p5-ZConf-Mail update from 0.3.1 to 1.1.0
Message-ID:  <1245457967.31216@vixen42.vulpes>
Resent-Message-ID: <200906200040.n5K0e1hL020877@freefall.freebsd.org>

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

>Number:         135847
>Category:       ports
>Synopsis:       update port: mail/p5-ZConf-Mail    update from 0.3.1 to 1.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 20 00:40:00 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:


1.1.0	2009-06-17/11:50
		-Correct ZConf::Mail::GUI->compose documentation as the info
			on the account args hash was missing.
		-Add 'composeFromURI' to 'ZConf::Mail::GUI'.
		-Add 'bin/zcmailuri'.
		-Correct some POD naming stuff for 'bin/zcmailcompose' and
			'bin/curses-zcmailcompose'.
		-Update manifest.
		-Default sendable and fetchable stuff implemented.

1.0.1	2009-06-17/00:00
		-Fix error when the compose script fails.
		-Fix the pod for ZConf::Mail::GUI.
		-All modules are now load tested.
		-useX fixed.

1.0.0	2009-06-15/19:00
		-Add ZConf::GUI support.
		-Reimplement 'bin/zcmailcompose' and 'bin/zcmailaccountmanage'
			under 'ZConf::Mail::GUI'.

0.3.1	2009-04-01/8:30
		-Fix mime-signing.



>How-To-Repeat:


1: apply diffs
2:
3: enjoy


>Fix:


--- p5-ZConf-Mail_Makefile.diff begins here ---
--- Makefile.orig	2009-06-19 19:21:16.000000000 -0500
+++ Makefile	2009-06-19 19:24:01.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ZConf-Mail
-PORTVERSION=	0.3.1
+PORTVERSION=	1.1.0
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	../../authors/id/V/VV/VVELOX
@@ -28,7 +28,9 @@
     		${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
+		${SITE_PERL}/mach/MIME/QuotedPrint.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
+		${SITE_PERL}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI \
+		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
 
 PERL_CONFIGURE=	yes
 
--- p5-ZConf-Mail_Makefile.diff ends here ---

--- p5-ZConf-Mail_distinfo.diff begins here ---
--- distinfo.orig	2009-06-19 19:21:40.000000000 -0500
+++ distinfo	2009-06-19 19:25:11.000000000 -0500
@@ -1,3 +1,3 @@
-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
+MD5 (ZConf-Mail-1.1.0.tar.gz) = 57d57b65577284251b1cf092ab4c5b0d
+SHA256 (ZConf-Mail-1.1.0.tar.gz) = 2ca7253867e7165394d1d3e6959b5f57eb2acf5b1f37c16922bbb070a6be2af2
+SIZE (ZConf-Mail-1.1.0.tar.gz) = 28226
--- p5-ZConf-Mail_distinfo.diff ends here ---

--- p5-ZConf-Mail_pkg-descr.diff begins here ---
--- pkg-descr.orig	2009-06-19 19:26:15.000000000 -0500
+++ pkg-descr	2009-06-19 19:27:19.000000000 -0500
@@ -4,7 +4,7 @@
 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.
-
+zcmailaccountmanage - A GUI interface to ZConf::Mail accounts.
+zcmailuri - Invokes ZConf::Mail::GUI->compose via a mailto URI.
 
 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-06-19 19:21:49.000000000 -0500
+++ pkg-plist	2009-06-19 19:26:08.000000000 -0500
@@ -1,6 +1,9 @@
 bin/zcmailcompose
 bin/zcgetmail
 bin/zcmailacountmanage
+bin/zcmailuri
+bin/curses-zcmailacountmanage
+bin/curses-zcmailcompose
 %%SITE_PERL%%/ZConf/Mail.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Mail/.packlist
 @dirrmtry %%SITE_PERL%%/ZConf
--- 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?1245457967.31216>