svn commit: r468954 - head/databases/mongodb36

Kirill Ponomarev krion at FreeBSD.org
Thu May 3 18:29:30 UTC 2018


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


More information about the svn-ports-all mailing list