ports/181081: maintainer update: mail/dovecot2
Attila Nagy
bra at fsn.hu
Tue Aug 6 09:10:01 UTC 2013
>Number: 181081
>Category: ports
>Synopsis: maintainer update: mail/dovecot2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Aug 06 09:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Attila Nagy
>Release:
>Organization:
>Environment:
>Description:
Update dovecot to 2.2.5 and also fix some plist entries.
Increment related ports' portrevision.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: dovecot2/Makefile
===================================================================
--- dovecot2/Makefile (revision 324304)
+++ dovecot2/Makefile (working copy)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dovecot
-PORTVERSION= 2.2.4
+PORTVERSION= 2.2.5
CATEGORIES= mail ipv6
MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/
@@ -94,7 +94,9 @@
#
.if ${PORT_OPTIONS:MSSL}
PROTOCOLS+= imaps pop3s
+PLIST_SUB+= SSL=""
.else
+PLIST_SUB+= SSL="@comment "
CONFIGURE_ARGS+=--without-ssl
.endif
Index: dovecot2/distinfo
===================================================================
--- dovecot2/distinfo (revision 324304)
+++ dovecot2/distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (dovecot-2.2.4.tar.gz) = 018ffa5eb3a77772cb7ae932a67449536d92a3fa9781202481a4203c003dbdc4
-SIZE (dovecot-2.2.4.tar.gz) = 4335791
+SHA256 (dovecot-2.2.5.tar.gz) = 15b2cd607e6533f4805f471a61dd1c8bd81675cecc6ea6361504247dd9af5cf8
+SIZE (dovecot-2.2.5.tar.gz) = 4356745
Index: dovecot2/pkg-plist
===================================================================
--- dovecot2/pkg-plist (revision 324304)
+++ dovecot2/pkg-plist (working copy)
@@ -76,6 +76,8 @@
include/dovecot/doveadm-util.h
include/dovecot/doveadm.h
include/dovecot/dovecot-version.h
+include/dovecot/dsasl-client-private.h
+include/dovecot/dsasl-client.h
include/dovecot/duplicate.h
include/dovecot/eacces-error.h
include/dovecot/env-util.h
@@ -111,7 +113,10 @@
include/dovecot/http-client.h
include/dovecot/http-date.h
include/dovecot/http-header-parser.h
+include/dovecot/http-message-parser.h
include/dovecot/http-parser.h
+include/dovecot/http-request-parser.h
+include/dovecot/http-response.h
include/dovecot/http-response-parser.h
include/dovecot/http-transfer.h
include/dovecot/http-url.h
@@ -371,8 +376,6 @@
include/dovecot/safe-memset.h
include/dovecot/safe-mkdir.h
include/dovecot/safe-mkstemp.h
-include/dovecot/sasl-client-private.h
-include/dovecot/sasl-client.h
include/dovecot/sasl-server.h
include/dovecot/sdbox-file.h
include/dovecot/sdbox-storage.h
@@ -529,9 +532,9 @@
lib/dovecot/libdovecot.la
lib/dovecot/libdovecot.so
lib/dovecot/libdovecot.so.0
-lib/dovecot/libssl_iostream_openssl.a
-lib/dovecot/libssl_iostream_openssl.la
-lib/dovecot/libssl_iostream_openssl.so
+%%SSL%%lib/dovecot/libssl_iostream_openssl.a
+%%SSL%%lib/dovecot/libssl_iostream_openssl.la
+%%SSL%%lib/dovecot/libssl_iostream_openssl.so
libexec/dovecot/aggregator
libexec/dovecot/anvil
libexec/dovecot/auth
Index: dovecot2-antispam-plugin/Makefile
===================================================================
--- dovecot2-antispam-plugin/Makefile (revision 324304)
+++ dovecot2-antispam-plugin/Makefile (working copy)
@@ -3,7 +3,7 @@
PORTNAME= dovecot2-antispam-plugin
PORTVERSION= 20130429
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \
LOCAL/olgeni
Index: dovecot2-pigeonhole/Makefile
===================================================================
--- dovecot2-pigeonhole/Makefile (revision 324304)
+++ dovecot2-pigeonhole/Makefile (working copy)
@@ -3,7 +3,7 @@
PORTNAME= dovecot-pigeonhole
PORTVERSION= 0.4.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list