diff options
author | Xin LI <delphij@FreeBSD.org> | 2008-05-04 09:28:55 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2008-05-04 09:28:55 +0000 |
commit | e85ed59f417376b6ac37bec1f6a88f4adea9fd1c (patch) | |
tree | 812da7e0c296b48f8a07b982ebc0b1228d133560 /mail/dovecot-devel/Makefile | |
parent | 95a2dfb27ab6b58dc516eb87df8a176fd123e98c (diff) |
Notes
Diffstat (limited to 'mail/dovecot-devel/Makefile')
-rw-r--r-- | mail/dovecot-devel/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile index 726594aebcf2..6d68debc500f 100644 --- a/mail/dovecot-devel/Makefile +++ b/mail/dovecot-devel/Makefile @@ -7,10 +7,12 @@ # PORTNAME= dovecot -DISTVERSION= 1.0.13 -PORTREVISION= 2 +DISTVERSION= 1.1.rc4 +PORTREVISION= 0 CATEGORIES= mail ipv6 -MASTER_SITES= http://www.dovecot.org/releases/1.0/ +MASTER_SITES= http://www.dovecot.org/releases/1.1/rc/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles MAINTAINER= robin@isometry.net COMMENT= Secure and compact IMAP and POP3 servers @@ -18,6 +20,8 @@ COMMENT= Secure and compact IMAP and POP3 servers USE_ICONV= yes USE_RC_SUBR= dovecot.sh +CONFLICTS?= ${PORTNAME}-1.[02-9].* + GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --without-shadow --localstatedir=/var |