[Midnightbsd-cvs] mports [16033] trunk/mail/dovecot2: dovecot 2.2.10

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 8 16:57:23 EST 2014


Revision: 16033
          http://svnweb.midnightbsd.org/mports/?rev=16033
Author:   laffer1
Date:     2014-03-08 16:57:22 -0500 (Sat, 08 Mar 2014)
Log Message:
-----------
dovecot 2.2.10

Modified Paths:
--------------
    trunk/mail/dovecot2/Makefile
    trunk/mail/dovecot2/distinfo

Modified: trunk/mail/dovecot2/Makefile
===================================================================
--- trunk/mail/dovecot2/Makefile	2014-03-08 21:44:09 UTC (rev 16032)
+++ trunk/mail/dovecot2/Makefile	2014-03-08 21:57:22 UTC (rev 16033)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	dovecot
-PORTVERSION=	2.2.9
+PORTVERSION=	2.2.10
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://www.dovecot.org/releases/${PORTVERSION:R}/
 PKGNAMESUFFIX=	2
@@ -9,9 +9,9 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Secure and compact IMAP and POP3 servers
 
-LICENSE=	agg
+LICENSE=	lgpl2.1 mit
+LICENSE_COMB=	dual
 
-LATEST_LINK=	dovecot2
 CONFLICTS=	dovecot-1.[0-9]*
 
 USES=		iconv
@@ -18,7 +18,7 @@
 USE_RC_SUBR=	dovecot
 
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd7.0
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd9.1
 CONFIGURE_ARGS=	--localstatedir=/var \
 		--with-statedir=/var/db/dovecot \
 		--without-shadow
@@ -61,20 +61,18 @@
 .if ${PORT_OPTIONS:MDOCS}
 DOCS=		AUTHORS COPYING COPYING.LGPL COPYING.MIT INSTALL NEWS TODO README
 PORTDOCS=	*
-PLIST_SUB+=	PORT=""
 .else
 CONFIGURE_ARGS+=	--without-docs
-PLIST_SUB+=	PORT="@comment "
 .endif
 
-.if ${PORT_OPTIONS:MEXAMPLES}
 PORTEXAMPLES=	*
-.endif
 
 ## kqueue(2) support
 #
 .if ${PORT_OPTIONS:MKQUEUE}
 CONFIGURE_ARGS+=--with-ioloop=kqueue
+.else
+CONFIGURE_ARGS+=--with-ioloop=poll
 .endif
 
 ## SSL support
@@ -83,8 +81,8 @@
 PROTOCOLS+=	imaps pop3s
 PLIST_SUB+=	SSL=""
 .else
+PLIST_SUB+=	SSL="@comment "
 CONFIGURE_ARGS+=--without-ssl
-PLIST_SUB+=	SSL="@comment "
 .endif
 
 ## GSSAPI support

Modified: trunk/mail/dovecot2/distinfo
===================================================================
--- trunk/mail/dovecot2/distinfo	2014-03-08 21:44:09 UTC (rev 16032)
+++ trunk/mail/dovecot2/distinfo	2014-03-08 21:57:22 UTC (rev 16033)
@@ -1,2 +1,2 @@
-SHA256 (dovecot-2.2.9.tar.gz) = 7c3b6b8a05f6ebcc9fd01736fdcac0de12158959f5b99d1f7077f7a8626ee2d5
-SIZE (dovecot-2.2.9.tar.gz) = 4540858
+SHA256 (dovecot-2.2.10.tar.gz) = 75592483d40dc4f76cc3b41af40caa4be80478946a699d46846d5d03e4d2e09b
+SIZE (dovecot-2.2.10.tar.gz) = 4558660



More information about the Midnightbsd-cvs mailing list