Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2019 09:30:16 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514125 - in head/mail: dovecot dovecot-fts-xapian
Message-ID:  <201910090930.x999UG2n005596@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Oct  9 09:30:16 2019
New Revision: 514125
URL: https://svnweb.freebsd.org/changeset/ports/514125

Log:
  dovecot-fts-xapian: Bump portrevision after dovecot upgrade
  Add a note to the dovecot port about the requirement to bump the portrevision
  each time dovecot is updated
  
  PR:		241147
  Reported by:	Matthias Pfaller <matthias.pfaller@familie-pfaller.de>

Modified:
  head/mail/dovecot-fts-xapian/Makefile
  head/mail/dovecot/Makefile

Modified: head/mail/dovecot-fts-xapian/Makefile
==============================================================================
--- head/mail/dovecot-fts-xapian/Makefile	Wed Oct  9 07:45:57 2019	(r514124)
+++ head/mail/dovecot-fts-xapian/Makefile	Wed Oct  9 09:30:16 2019	(r514125)
@@ -3,7 +3,7 @@
 PORTNAME=	fts-xapian
 PORTVERSION=	1.2.1
 DISTVERSIONPREFIX=	${PORTNAME}-
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail
 PKGNAMEPREFIX=	dovecot-
 

Modified: head/mail/dovecot/Makefile
==============================================================================
--- head/mail/dovecot/Makefile	Wed Oct  9 07:45:57 2019	(r514124)
+++ head/mail/dovecot/Makefile	Wed Oct  9 09:30:16 2019	(r514125)
@@ -2,8 +2,9 @@
 # $FreeBSD$
 
 ######################################################################
-# Anytime PORTVERSION changes please bump PORTREVISION of            #
-# mail/dovecot-pigeonhole. See ports/146029 for an explanation.      #
+# Anytime PORTVERSION changes please bump PORTREVISION of:           #
+# - mail/dovecot-pigeonhole. See ports/146029 for an explanation.    #
+# - mail/dovecot-fts-xapian.                                         #
 ######################################################################
 
 PORTNAME=	dovecot
@@ -83,7 +84,7 @@ VPOPMAIL_CONFIGURE_WITH=vpopmail
 CDB_CONFIGURE_WITH=	cdb
 CDB_LIB_DEPENDS=	libcdb.so:databases/tinycdb
 
-LDAP_USE=		OPENLDAP=yes
+LDAP_LIB_DEPENDS=	libldap.so:net/openldap24-client
 LDAP_CONFIGURE_WITH=	ldap
 
 MYSQL_USES=		mysql



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910090930.x999UG2n005596>