svn commit: r342313 - head/mail/isync

Emanuel Haupt ehaupt at FreeBSD.org
Sun Feb 2 15:10:40 UTC 2014


Author: ehaupt
Date: Sun Feb  2 15:10:39 2014
New Revision: 342313
URL: http://svnweb.freebsd.org/changeset/ports/342313
QAT: https://qat.redports.org/buildarchive/r342313/

Log:
  Make portscout skip version 1.1.0. This version does not compile.

Modified:
  head/mail/isync/Makefile

Modified: head/mail/isync/Makefile
==============================================================================
--- head/mail/isync/Makefile	Sun Feb  2 15:09:00 2014	(r342312)
+++ head/mail/isync/Makefile	Sun Feb  2 15:10:39 2014	(r342313)
@@ -24,6 +24,9 @@ LDFLAGS+=	-L${BDB_LIB_DIR} -L${OPENSSLLI
 
 OPTIONS_DEFINE=	DOCS
 
+# does not compile
+PORTSCOUT=	skipv:1.1.0
+
 .include <bsd.port.options.mk>
 
 post-patch:


More information about the svn-ports-all mailing list