diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-31 09:18:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-31 09:18:00 +0000 |
commit | 276acc56c38f29d1964ff79deb50d729252be42b (patch) | |
tree | 554abb80cb4a2f6fedff8780ba7226d36a8f2aaf /mail/dovecot | |
parent | 8c5b443649d66edea8eee86cc983873c21f3454d (diff) | |
download | ports-276acc56c38f29d1964ff79deb50d729252be42b.tar.gz ports-276acc56c38f29d1964ff79deb50d729252be42b.zip |
Notes
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 10 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 2 | ||||
-rw-r--r-- | mail/dovecot/pkg-plist | 3 |
3 files changed, 10 insertions, 5 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 4c3a7a99baea..015bbcbd9e8c 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -6,13 +6,12 @@ # PORTNAME= dovecot -PORTVERSION= 0.99.8 +PORTVERSION= 0.99.8.1 CATEGORIES= mail ipv6 -MASTER_SITES= http://dovecot.procontrol.fi/test/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-test5 +MASTER_SITES= http://dovecot.procontrol.fi/ MAINTAINER= d.marks@student.umist.ac.uk -COMMENT= Secure and compact IMAP server +COMMENT= Secure and compact IMAP and POP3 servers USE_REINPLACE= yes GNU_CONFIGURE= yes @@ -87,6 +86,9 @@ post-install: ${WRKSRC}/doc/nfs.txt \ ${WRKSRC}/doc/configuration.txt \ ${WRKSRC}/doc/mail-storages.txt \ + ${WRKSRC}/doc/dovecot-ldap.conf \ + ${WRKSRC}/doc/dovecot-openssl.cnf \ + ${WRKSRC}/doc/mkcert.sh \ ${PREFIX}/share/doc/dovecot .endif diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index af657360c52b..feeba5ac2baa 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1 +1 @@ -MD5 (dovecot-0.99.8-test5.tar.gz) = 53708ed6602ff6b572d46b4af55aafa8 +MD5 (dovecot-0.99.8.1.tar.gz) = eea63172310a0d154f32b03ed5127657 diff --git a/mail/dovecot/pkg-plist b/mail/dovecot/pkg-plist index 02327417f02e..6e95416d98db 100644 --- a/mail/dovecot/pkg-plist +++ b/mail/dovecot/pkg-plist @@ -13,5 +13,8 @@ sbin/dovecot %%PORTDOCS%%share/doc/dovecot/multiaccess.txt %%PORTDOCS%%share/doc/dovecot/configuration.txt %%PORTDOCS%%share/doc/dovecot/mail-storages.txt +%%PORTDOCS%%share/doc/dovecot/dovecot-ldap.conf +%%PORTDOCS%%share/doc/dovecot/dovecot-openssl.cnf +%%PORTDOCS%%share/doc/dovecot/mkcert.sh %%PORTDOCS%%@dirrm share/doc/dovecot @dirrm lib/dovecot |