svn commit: r445232 - head/lang/scala-docs

Alex Dupre ale at FreeBSD.org
Fri Jul 7 09:59:29 UTC 2017


Author: ale
Date: Fri Jul  7 09:59:28 2017
New Revision: 445232
URL: https://svnweb.freebsd.org/changeset/ports/445232

Log:
  Add portscout version limit.

Modified:
  head/lang/scala-docs/Makefile

Modified: head/lang/scala-docs/Makefile
==============================================================================
--- head/lang/scala-docs/Makefile	Fri Jul  7 09:58:35 2017	(r445231)
+++ head/lang/scala-docs/Makefile	Fri Jul  7 09:59:28 2017	(r445232)
@@ -19,6 +19,8 @@ OPTIONS_DEFINE=	DOCS
 
 WRKSRC=		${WRKDIR}/scala-${PORTVERSION}
 
+PORTSCOUT=	limit:^2\.12\.
+
 .include <bsd.port.options.mk>
 
 .if ! ${PORT_OPTIONS:MDOCS}


More information about the svn-ports-all mailing list