- update to courier-imap-1.3.4

- dont override the SYSCONFDIR variable to /etc/courier-imap anymore; use ${SYSCONFDIR}/courier-imap now
This commit is contained in:
avsm 2001-02-21 19:04:56 +00:00
parent 7857e8e65e
commit 16050567e5
4 changed files with 19 additions and 14 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.10 2001/02/09 12:06:40 avsm Exp $
# $OpenBSD: Makefile,v 1.11 2001/02/21 19:04:56 avsm Exp $
DISTNAME= courier-imap-1.3.3
DISTNAME= courier-imap-1.3.4
CATEGORIES= mail
NEED_VERSION= 1.351
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@ -18,21 +18,24 @@ PERMIT_DISTFILES_FTP= Yes
FLAVORS= pop3
FLAVOR?=
CONFIGURE_STYLE= gnu
SEPARATE_BUILD= concurrent
COURIERCONF= ${SYSCONFDIR}/courier-imap
SUBST_VARS= COURIERCONF
EXAMPLE_DIR= ${PREFIX}/share/examples/courier-imap
CONFIGURE_STYLE= gnu old
CONFIGURE_ARGS= --disable-root-check --datadir=${PREFIX}/sbin \
--with-userdb=/etc/userdb --with-authuserdb \
--without-authmysql --without-authldap
SYSCONFDIR= /etc/courier-imap
EXAMPLE_DIR= ${PREFIX}/share/examples/courier-imap
--without-authmysql --without-authldap \
--sysconfdir=${COURIERCONF}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/courier-imap
.for i in pop3d-ssl imapd-ssl pop3d imapd
${INSTALL_DATA} ${WRKINST}/${SYSCONFDIR}/${i}.dist ${EXAMPLE_DIR}/${i}
${INSTALL_DATA} ${WRKINST}${COURIERCONF}/${i}.dist ${EXAMPLE_DIR}/${i}
.endfor
.for i in imapd pop3d
${INSTALL_DATA} ${WRKINST}/${SYSCONFDIR}/${i}.cnf ${EXAMPLE_DIR}
${INSTALL_DATA} ${WRKINST}${COURIERCONF}/${i}.cnf ${EXAMPLE_DIR}
.endfor
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (courier-imap-1.3.3.tar.gz) = 031e1e976be61c059b08cd097efdb672
RMD160 (courier-imap-1.3.3.tar.gz) = ce8d76a009179162c682500680df13bb87cc3324
SHA1 (courier-imap-1.3.3.tar.gz) = c96f5c2fb3102025c4348c3b257f16dcd89d657d
MD5 (courier-imap-1.3.4.tar.gz) = e3e6c3047e6cd33cb48973469c235716
RMD160 (courier-imap-1.3.4.tar.gz) = 721f3b88a5a4acdd9ae2d6723143d9db101d9c6a
SHA1 (courier-imap-1.3.4.tar.gz) = fff16e97ca20a6b664842b517d98eb53b1e853da

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $OpenBSD: INSTALL,v 1.1 2000/12/29 18:51:57 avsm Exp $
# $OpenBSD: INSTALL,v 1.2 2001/02/21 19:04:57 avsm Exp $
#
# courier-imap installation to detect old-format config files
@ -10,12 +10,14 @@ set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
COURIERCONF=${SYSCONFDIR}/courier-imap
do_notice()
{
echo
echo "+---------------"
echo "| As of Courier-IMAP 1.3.0, configuration files have"
echo "| been moved into /etc/courier-imap, and have a new"
echo "| been moved into ${COURIERCONF}, and have a new"
echo "| format."
echo "| "
echo "| The older format files have been detected on your"

View File

@ -2,7 +2,7 @@
Example config files for Courier-IMAP have been installed
in ${PREFIX}/share/examples/courier-imap.
Copy imapd, imapd-ssl and imapd.cnf to /etc/courier-imap, and
Copy imapd, imapd-ssl and imapd.cnf to ${COURIERCONF} and
edit them to your site's needs. Pay particular attention to
the details in imapd.cnf, and read ssl(8) if necessary.
You MUST set the CN in imapd.cnf to the hostname by which