diff options
author | eik <eik@FreeBSD.org> | 2004-04-01 06:33:42 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-04-01 06:33:42 +0800 |
commit | 7965fb7b67d0135237d020fe5d52e0cefd99312e (patch) | |
tree | 833d0257f8e41074e41df3cb91605977398db032 /mail/exim/Makefile | |
parent | 88862e6110a48ca08ec4b9742340c8d94711c76a (diff) | |
download | freebsd-ports-gnome-7965fb7b67d0135237d020fe5d52e0cefd99312e.tar.gz freebsd-ports-gnome-7965fb7b67d0135237d020fe5d52e0cefd99312e.tar.zst freebsd-ports-gnome-7965fb7b67d0135237d020fe5d52e0cefd99312e.zip |
- 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/Makefile')
-rw-r--r-- | mail/exim/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index c12012bca5e7..7c0040c7736c 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 |