From owner-svn-ports-all@freebsd.org Thu May 3 18:18:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC7E6FB4AEA; Thu, 3 May 2018 18:18:23 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7313D8107B; Thu, 3 May 2018 18:18:23 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 6B907A653; Thu, 3 May 2018 18:18:23 +0000 (UTC) From: Jan Beich To: Kirill Ponomarev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r468952 - in head/databases/mongodb36: . files References: <201805031752.w43HqfbZ016578@repo.freebsd.org> Date: Thu, 03 May 2018 20:18:19 +0200 In-Reply-To: <201805031752.w43HqfbZ016578@repo.freebsd.org> (Kirill Ponomarev's message of "Thu, 3 May 2018 17:52:41 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2018 18:18:23 -0000 Kirill Ponomarev writes: > .include > > .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 Did you forget to remove the previous version?