Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2019 05:12:01 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502850 - head/japanese/mutt-devel
Message-ID:  <201905280512.x4S5C1BS078590@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue May 28 05:12:01 2019
New Revision: 502850
URL: https://svnweb.freebsd.org/changeset/ports/502850

Log:
  japanese/mutt-devel: MAILDIR_HEADER_CACHE implies IMAP_HEADER_CACHE
  
  Before r316624 the port had
  
  .if defined(WITH_MUTT_MAILDIR_HEADER_CACHE)
  WITH_MUTT_IMAP_HEADER_CACHE=	yes
  .endif
  
  which was wrongly converted to the current construct.  It looks
  like MAILDIR_HEADER_CACHE=on was meant to imply IMAP_HEADER_CACHE=on.

Modified:
  head/japanese/mutt-devel/Makefile

Modified: head/japanese/mutt-devel/Makefile
==============================================================================
--- head/japanese/mutt-devel/Makefile	Tue May 28 04:25:02 2019	(r502849)
+++ head/japanese/mutt-devel/Makefile	Tue May 28 05:12:01 2019	(r502850)
@@ -6,7 +6,7 @@
 
 PORTNAME=	mutt
 PORTVERSION=	${VERSION}.j${JP_VERSION}
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	japanese mail
 MASTER_SITES=	ftp://ftp.mutt.org/mutt/devel/:body \
 		ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/devel/:body \
@@ -86,6 +86,8 @@ MAILDIR_HEADER_CACHE_DESC=	maildir header cache
 
 DOCS_EXTRA_PATCHES_OFF=	${PATCHDIR}/extra-patch-nodoc-contrib
 
+MAILDIR_HEADER_CACHE_IMPLIES=	IMAP_HEADER_CACHE
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
@@ -93,9 +95,6 @@ USES+=	gettext
 .endif
 .if ${PORT_OPTIONS:MCYRUS_SASL2}
 LIB_DEPENDS+=	libsasl2.so:security/cyrus-sasl2
-.endif
-.if ${PORT_OPTIONS:MMAILDIR_HEADER_CACHE}
-PORT_OPTIONS+=	MAILDIR_HEADER_CACHE
 .endif
 .if ${PORT_OPTIONS:MIMAP_HEADER_CACHE}
 USES+=		bdb



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