diff options
author | paul <paul@FreeBSD.org> | 2000-05-14 01:18:14 +0800 |
---|---|---|
committer | paul <paul@FreeBSD.org> | 2000-05-14 01:18:14 +0800 |
commit | e058c6ce806db1d1c6d39c95671f680ee73bb786 (patch) | |
tree | 63fa7e9b96b071d2dae9c170b50d4e2a45e451bc /mail/cyrus/Makefile | |
parent | 9f9222bc70eab5da79aed315905d1b0974efa602 (diff) | |
download | freebsd-ports-gnome-e058c6ce806db1d1c6d39c95671f680ee73bb786.tar.gz freebsd-ports-gnome-e058c6ce806db1d1c6d39c95671f680ee73bb786.tar.zst freebsd-ports-gnome-e058c6ce806db1d1c6d39c95671f680ee73bb786.zip |
Update port to release 1.6.22
Diffstat (limited to 'mail/cyrus/Makefile')
-rw-r--r-- | mail/cyrus/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/cyrus/Makefile b/mail/cyrus/Makefile index 36413bc3efd9..16c41008f8ce 100644 --- a/mail/cyrus/Makefile +++ b/mail/cyrus/Makefile @@ -6,12 +6,12 @@ # PORTNAME= cyrus -PORTVERSION= 1.5.19 +PORTVERSION= 1.6.22 CATEGORIES= mail tcl82 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ http://people.FreeBSD.org/~stb/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ -DISTNAME= ${PORTNAME}-imapd-v${PORTVERSION} +DISTNAME= ${PORTNAME}-imapd-${PORTVERSION} MAINTAINER= stb@FreeBSD.org @@ -23,7 +23,7 @@ BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ --with-cyrus-group=cyrus \ - --with-login=unix_pwcheck \ + --with-sasldir=/usr/local \ --with-tclsh=${PREFIX}/bin/tclsh8.2 \ --with-auth=unix \ --with-com-err @@ -44,7 +44,7 @@ pre-install: DOCS= README acl-extension anoncvs bugs changes copyrights install \ mailing-list overview quota-extension server-design HTDOCS= anoncvs bugs changes index install mailing-list overview \ - readme unpack + questions readme sieve-protocol sieve post-install: @ ${MV} ${PREFIX}/cyrus/bin/quota ${PREFIX}/cyrus/bin/cyrquota .if !defined(NOPORTDOCS) |