Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jun 2015 17:30:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388602 - head/mail/maildirsync
Message-ID:  <201506051730.t55HUCWY032782@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jun  5 17:30:11 2015
New Revision: 388602
URL: https://svnweb.freebsd.org/changeset/ports/388602

Log:
  Re-apply r371526 and r384771
  
  Reported by:	pkg-fallout

Modified:
  head/mail/maildirsync/Makefile

Modified: head/mail/maildirsync/Makefile
==============================================================================
--- head/mail/maildirsync/Makefile	Fri Jun  5 17:19:55 2015	(r388601)
+++ head/mail/maildirsync/Makefile	Fri Jun  5 17:30:11 2015	(r388602)
@@ -34,4 +34,12 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/contrib/mailbalance-0.2.0/* \
 		${STAGEDIR}${EXAMPLESDIR}/mailbalance
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_VER} >= 5.18
+BROKEN=		Does not build with Perl 5.18 or above
+.endif
+DEPRECATED=	Requires an unsupported version of Perl
+EXPIRATION_DATE=	2015-07-31
+
+.include <bsd.port.post.mk>



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