svn commit: r514125 - in head/mail: dovecot dovecot-fts-xapian

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 9 09:30:17 UTC 2019


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 at 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


More information about the svn-ports-head mailing list