diff options
author | eik <eik@FreeBSD.org> | 2004-03-31 22:33:42 +0000 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-03-31 22:33:42 +0000 |
commit | 7965fb7b67d0135237d020fe5d52e0cefd99312e (patch) | |
tree | 833d0257f8e41074e41df3cb91605977398db032 /mail/exim | |
parent | 88862e6110a48ca08ec4b9742340c8d94711c76a (diff) | |
download | FreeBSD-ports-7965fb7b67d0135237d020fe5d52e0cefd99312e.zip FreeBSD-ports-7965fb7b67d0135237d020fe5d52e0cefd99312e.tar.gz |
- update to Exim 4.31:
A surprisingly large number of minor bugs have been fixed.
Support for maildirsize files has been completely rewritten.
A limited number of feature enhancements are included.
For instance, TLS now supports Certificate Revocation Lists (CRL),
and the dnslookup router now (optionally) supports the use of SRV
records (see RFC 2782) in addition to MX and address records.
- /usr/local/share/doc/exim/NewStuff
- /usr/local/share/doc/exim/ChangeLog
- /usr/local/share/doc/exim/README.UPDATING
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 8 | ||||
-rw-r--r-- | mail/exim/distinfo | 8 | ||||
-rw-r--r-- | mail/exim/pkg-plist | 10 |
3 files changed, 17 insertions, 9 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index c12012b..7c0040c 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -6,8 +6,8 @@ # PORTNAME= exim -PORTVERSION= 4.30 -PORTREVISION= 2 +PORTVERSION= 4.31 +PORTREVISION= 0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_EXIM} MASTER_SITE_SUBDIR= exim4 @@ -42,6 +42,7 @@ USE_PERL5= yes USE_REINPLACE= yes MAN8= exim.8 +PORTDOC_BASE= ACKNOWLEDGMENTS NOTICE README.UPDATING PORTDOC_FILES= ChangeLog Exim3.upgrade Exim4.upgrade NewStuff \ OptionLists.txt README README.SIEVE dbm.discuss.txt \ filter.txt pcrepattern.txt pcretest.txt spec.txt @@ -444,6 +445,9 @@ post-install: .if !defined(WITHOUT_EXISCAN) @${INSTALL_DATA} ${WRKDIR}/POST-INSTALL-NOTES.clamd ${DOCSDIR} .endif +.for docfile in ${PORTDOC_BASE} + @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} +.endfor .for docfile in ${PORTDOC_FILES} @${INSTALL_DATA} ${WRKSRC}/doc/${docfile} ${DOCSDIR} .endfor diff --git a/mail/exim/distinfo b/mail/exim/distinfo index d0181f5..b93280f 100644 --- a/mail/exim/distinfo +++ b/mail/exim/distinfo @@ -1,4 +1,4 @@ -MD5 (exim/exim-4.30.tar.bz2) = be53ba6801a019452f06b68c112a2ec1 -SIZE (exim/exim-4.30.tar.bz2) = 1292417 -MD5 (exim/exiscan-acl-4.30-16.patch.bz2) = 4c46c27757463feb918707fed6c36cee -SIZE (exim/exiscan-acl-4.30-16.patch.bz2) = 66893 +MD5 (exim/exim-4.31.tar.bz2) = bebc828a649233db271c37e5f1015989 +SIZE (exim/exim-4.31.tar.bz2) = 1317161 +MD5 (exim/exiscan-acl-4.31-16.patch.bz2) = 98c1545082f4221ada81e41e90ba87b4 +SIZE (exim/exiscan-acl-4.31-16.patch.bz2) = 66752 diff --git a/mail/exim/pkg-plist b/mail/exim/pkg-plist index 2aca878..b4b89a0 100644 --- a/mail/exim/pkg-plist +++ b/mail/exim/pkg-plist @@ -3,18 +3,22 @@ sbin/exim sbin/exim-%%EXIM_VERSION%% sbin/exim_checkaccess +sbin/exim_dbmbuild sbin/exim_dumpdb sbin/exim_fixdb sbin/exim_lock sbin/exim_tidydb -sbin/exinext -sbin/exiwhat -sbin/exim_dbmbuild sbin/exicyclog sbin/exigrep sbin/eximstats +sbin/exinext +sbin/exipick sbin/exiqgrep sbin/exiqsumm +sbin/exiwhat +%%PORTDOCS%%%%DOCSDIR%%/ACKNOWLEDGMENTS +%%PORTDOCS%%%%DOCSDIR%%/NOTICE +%%PORTDOCS%%%%DOCSDIR%%/README.UPDATING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/Exim3.upgrade %%PORTDOCS%%%%DOCSDIR%%/Exim4.upgrade |