aboutsummaryrefslogtreecommitdiff
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-03-31 22:33:42 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-03-31 22:33:42 +0000
commit2bcf92159ea75416f3a2e75833443c8d98019e95 (patch)
tree5b333257fc77a968ac2d6430f6654eea8a83c442 /mail/exim/Makefile
parent0ef511cb2ca8bd851d714320c7e3a50f92f96f72 (diff)
- 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
Notes
Notes: svn path=/head/; revision=105828
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r--mail/exim/Makefile8
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