1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to version 4.02

- Pass maintainership to submitter

This version adds support for POP3S and IMAPS

PR:		ports/90721
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
This commit is contained in:
Andrej Zverev 2005-12-21 07:01:57 +00:00
parent 7c909c4b5b
commit d7ddc4b90b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151716
3 changed files with 8 additions and 5 deletions

View File

@ -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 @@ USE_BZIP2= yes
PERL_CONFIGURE= yes
MAN1= cmail.1
MAN3= CMail::In::Base.3 CMail::Out::Base.3
DOCS= LICENSE README
post-install:

View File

@ -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

View File

@ -8,7 +8,9 @@ share/examples/cmail/cmail.rc
@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