Date: Tue, 20 Dec 2005 19:22:06 -0500 From: Frank Laszlo <laszlof@vonostingroup.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/90721: [UPDATE]: mail/cmail: Update to version 4.02 Message-ID: <E1Eork6-000P38-UT@ritamari.vonostingroup.com> Resent-Message-ID: <200512210030.jBL0UB1E043553@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 90721 >Category: ports >Synopsis: [UPDATE]: mail/cmail: Update to version 4.02 >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: Wed Dec 21 00:30:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Frank Laszlo >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD ritamari.vonostingroup.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Nov 7 12:06:15 EST 2005 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386 >Description: This patch will update mail/cmail to version 4.02. This version adds support for POP3S and IMAPS. Take maintainership. >How-To-Repeat: >Fix: --- cmail-4.02.diff begins here --- diff -NrU3 cmail.orig/Makefile cmail/Makefile --- cmail.orig/Makefile Tue Dec 20 19:14:01 2005 +++ cmail/Makefile Tue Dec 20 19:19:35 2005 @@ -6,11 +6,11 @@ # PORTNAME= cmail -PORTVERSION= 4.01 +PORTVERSION= 4.02 CATEGORIES= mail MASTER_SITES= ftp://ftp.eboai.org/pub/users/chip/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= laszlof@vonostingroup.com COMMENT= A simple mail counter, useful for multiple mailfiles RUN_DEPENDS= ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor @@ -19,6 +19,7 @@ PERL_CONFIGURE= yes MAN1= cmail.1 +MAN3= CMail::In::Base.3 CMail::Out::Base.3 DOCS= LICENSE README post-install: diff -NrU3 cmail.orig/distinfo cmail/distinfo --- cmail.orig/distinfo Tue Dec 20 19:14:01 2005 +++ cmail/distinfo Tue Dec 20 19:15:04 2005 @@ -1,3 +1,3 @@ -MD5 (cmail-4.01.tar.bz2) = 7ce5ef0ccd11744f304d9a52df0d059d -SHA256 (cmail-4.01.tar.bz2) = cfc1e449a3432b9e4d5990b8e250a3a3046b828694ea6242f4f14f5597be1d75 -SIZE (cmail-4.01.tar.bz2) = 7735 +MD5 (cmail-4.02.tar.bz2) = 5e73b3166618e158070f65547398d942 +SHA256 (cmail-4.02.tar.bz2) = 74c11e3c220307dd2f6d416940ef1a60334a97a748cf27dca93fd48dbd1f5214 +SIZE (cmail-4.02.tar.bz2) = 9120 diff -NrU3 cmail.orig/pkg-plist cmail/pkg-plist --- cmail.orig/pkg-plist Tue Dec 20 19:14:01 2005 +++ cmail/pkg-plist Tue Dec 20 19:17:45 2005 @@ -8,7 +8,9 @@ @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/cmail %%SITE_PERL%%/CMail/In/Base.pm %%SITE_PERL%%/CMail/In/file.pm +%%SITE_PERL%%/CMail/In/imaps.pm %%SITE_PERL%%/CMail/In/pop3.pm +%%SITE_PERL%%/CMail/In/pop3s.pm %%SITE_PERL%%/CMail/In/maildir.pm %%SITE_PERL%%/CMail/In/mbox.pm %%SITE_PERL%%/CMail/In/imap.pm --- cmail-4.02.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?E1Eork6-000P38-UT>