Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 15:10:40 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342313 - head/mail/isync
Message-ID:  <201402021510.s12FAexQ093432@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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