diff options
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 |