svn commit: r391567 - head/mail/cyrus-imapd24

Hajimu UMEMOTO ume at FreeBSD.org
Wed Jul 8 15:19:41 UTC 2015


Author: ume
Date: Wed Jul  8 15:19:40 2015
New Revision: 391567
URL: https://svnweb.freebsd.org/changeset/ports/391567

Log:
  Mark BROKEN when AUTOSIEVE is ON, as autosieve patch
  is not available.
  
  Spotted by:	mat

Modified:
  head/mail/cyrus-imapd24/Makefile

Modified: head/mail/cyrus-imapd24/Makefile
==============================================================================
--- head/mail/cyrus-imapd24/Makefile	Wed Jul  8 14:44:15 2015	(r391566)
+++ head/mail/cyrus-imapd24/Makefile	Wed Jul  8 15:19:40 2015	(r391567)
@@ -121,6 +121,7 @@ PLIST_FILES+=	cyrus/bin/compile_sieve
 .if ${PORT_OPTIONS:MAUTOSIEVE}
 AUTOSIEVE_VERSION=	0.6.0
 PATCHFILES+=	${PORTNAME}-2.4.12-autosieve-${AUTOSIEVE_VERSION}.patch
+BROKEN=		Not buildable with autosieve patch
 .endif
 
 .if ${PORT_OPTIONS:MBDB}


More information about the svn-ports-head mailing list