diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-29 20:28:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-29 20:28:27 +0000 |
commit | 633f76fd42e1f2bbc375ed3133f643e8b87458fa (patch) | |
tree | 77ce7f204b623fc5e630b27c52499edc4e74b323 /databases/cyrus-imspd/Makefile | |
parent | eb9c8abe5f71b87f3ee1023e67eeb72bc094db67 (diff) |
- Update to 1.7b
- Switch to sasl2
PR: ports/69697
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Notes
Notes:
svn path=/head/; revision=115029
Diffstat (limited to 'databases/cyrus-imspd/Makefile')
-rw-r--r-- | databases/cyrus-imspd/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/cyrus-imspd/Makefile b/databases/cyrus-imspd/Makefile index 13ee3d2c6ca8..12a86f971765 100644 --- a/databases/cyrus-imspd/Makefile +++ b/databases/cyrus-imspd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cyrus-imspd -PORTVERSION= 1.6a5 +PORTVERSION= 1.7b CATEGORIES= databases mail MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ @@ -15,8 +15,7 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The cyrus IMSP (Internet Message Support Protocol) server -LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl -BUILD_DEPENDS= ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl +LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 USE_REINPLACE= YES GNU_CONFIGURE= YES @@ -25,14 +24,14 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-auth=unix pre-configure: - ${REINPLACE_CMD} -e "s|<sasl.h>|<sasl1/sasl.h>|" \ + ${REINPLACE_CMD} -e "s|<sasl.h>|<sasl2/sasl.h>|" \ ${WRKSRC}/configure post-install: ${INSTALL_SCRIPT} ${FILESDIR}/imspd.sh \ ${PREFIX}/etc/rc.d/imspd.sh ${INSTALL_DATA} ${FILESDIR}/imspd.conf \ - ${PREFIX}/lib/sasl/imspd.conf + ${PREFIX}/lib/sasl2/imspd.conf ${MKDIR} /var/imsp ${INSTALL_DATA} ${WRKSRC}/imsp/options.sample \ /var/imsp/options.dist |