diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-31 22:33:42 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-31 22:33:42 +0000 |
commit | 2bcf92159ea75416f3a2e75833443c8d98019e95 (patch) | |
tree | 5b333257fc77a968ac2d6430f6654eea8a83c442 /mail/exim | |
parent | 0ef511cb2ca8bd851d714320c7e3a50f92f96f72 (diff) |
Notes
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 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 diff --git a/mail/exim/distinfo b/mail/exim/distinfo index d0181f587386..b93280fd8fa1 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 2aca87808e6c..b4b89a06007f 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 |