Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 May 2018 18:29:29 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468954 - head/databases/mongodb36
Message-ID:  <201805031829.w43ITTKj032104@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Thu May  3 18:29:29 2018
New Revision: 468954
URL: https://svnweb.freebsd.org/changeset/ports/468954

Log:
  Remove previous version.
  
  Reported by:	jbeich

Modified:
  head/databases/mongodb36/Makefile

Modified: head/databases/mongodb36/Makefile
==============================================================================
--- head/databases/mongodb36/Makefile	Thu May  3 18:17:38 2018	(r468953)
+++ head/databases/mongodb36/Makefile	Thu May  3 18:29:29 2018	(r468954)
@@ -61,15 +61,6 @@ SSL_MAKE_ARGS=	--ssl
 
 .include <bsd.port.options.mk>
 
-.if ${OPSYS} != FreeBSD || ${OSVERSION} < 1101515 || \
-	${OSVERSION} >= 1200000 && ${OSVERSION} < 1200057
-SUB_LIST+=	LEGACY_LIMITS="" MODERN_LIMITS="@comment "
-.else
-SUB_LIST+=	LEGACY_LIMITS="@comment " MODERN_LIMITS=""
-.endif
-
-.include <bsd.port.options.mk>
-
 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200057
 SUB_LIST+=	LEGACY_LIMITS="@comment " MODERN_LIMITS=""
 .else



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