svn commit: r502850 - head/japanese/mutt-devel
Tobias Kortkamp
tobik at FreeBSD.org
Tue May 28 05:12:02 UTC 2019
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
More information about the svn-ports-all
mailing list