mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- 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
This commit is contained in:
parent
0ef511cb2c
commit
2bcf92159e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105828
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user