mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
updating courier-imap to 3.0.0
Don't forget to add MAILDIRPATH=Maildir to your imapd config file (or just recycle your own with the deployed imapd.dist). Otherwise courier-imap won't find your INBOX and so on...
This commit is contained in:
parent
223f884e8b
commit
739dfa3098
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103335
@ -6,8 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= courier-imap
|
||||
PORTVERSION= 2.2.1
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 3.0.0
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
@ -167,7 +167,7 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-drac
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac
|
||||
.endif
|
||||
|
||||
MAN1= couriertcpd.1 maildirkw.1 maildirmake.1
|
||||
MAN1= couriertcpd.1 maildiracl.1 maildirkw.1 maildirmake.1
|
||||
MAN7= authlib.7
|
||||
MAN8= makeuserdb.8 userdb.8 userdbpw.8 \
|
||||
deliverquota.8 imapd.8 mkimapdcert.8 mkpop3dcert.8
|
||||
|
@ -1,2 +1,4 @@
|
||||
MD5 (courier-imap-2.2.1.tar.bz2) = 27c90ce2ac2412bc90994cacbd75616b
|
||||
MD5 (courier-imap-3.0.0.tar.bz2) = 4003a29b6c8efe87f967818eff7f6025
|
||||
MD5 (courier-imap-2.2.1-drac.patch) = 8322356f508c087d0d8672bbbe96a97b
|
||||
SIZE (courier-imap-3.0.0.tar.bz2) = 1585502
|
||||
SIZE (courier-imap-2.2.1-drac.patch) = 7844
|
||||
|
@ -2,6 +2,7 @@ bin/authtest
|
||||
%%OPENSSLFLAG%%bin/couriertls
|
||||
bin/deliverquota
|
||||
bin/imapd
|
||||
bin/maildiracl
|
||||
bin/maildirkw
|
||||
bin/maildirmake
|
||||
bin/pop3d
|
||||
@ -31,19 +32,22 @@ bin/pop3d
|
||||
%%PWDFLAG%%%%LIBEXECDIR%%/authlib/authpwd
|
||||
%%LIBEXECDIR%%/authlib/authuserdb
|
||||
%%VPOPMAILFLAG%%%%LIBEXECDIR%%/authlib/authvchkpw
|
||||
%%LIBEXECDIR%%/courierlogger
|
||||
%%LIBEXECDIR%%/couriertcpd
|
||||
%%LIBEXECDIR%%/imapd-ssl.rc
|
||||
%%LIBEXECDIR%%/imapd.rc
|
||||
%%LIBEXECDIR%%/makedatprog
|
||||
%%LIBEXECDIR%%/pop3d-ssl.rc
|
||||
%%LIBEXECDIR%%/pop3d.rc
|
||||
sbin/authenumerate
|
||||
sbin/courierlogger
|
||||
sbin/imaplogin
|
||||
sbin/makeuserdb
|
||||
sbin/mkimapdcert
|
||||
sbin/mkpop3dcert
|
||||
sbin/pop3login
|
||||
sbin/pw2userdb
|
||||
sbin/sharedindexinstall
|
||||
sbin/sharedindexsplit
|
||||
sbin/userdb
|
||||
sbin/userdbpw
|
||||
sbin/vchkpw2userdb
|
||||
@ -63,4 +67,6 @@ share/courier-imap/vchkpw2userdb
|
||||
@dirrm share/courier-imap
|
||||
@dirrm %%LIBEXECDIR%%/authlib
|
||||
@dirrm %%LIBEXECDIR%%
|
||||
@dirrm %%CONFDIR%%/shared
|
||||
@dirrm %%CONFDIR%%/shared.tmp
|
||||
@dirrm %%CONFDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user