From owner-svn-ports-all@FreeBSD.ORG Fri Mar 7 07:02:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C50ECC27; Fri, 7 Mar 2014 07:02:43 +0000 (UTC) Date: Fri, 7 Mar 2014 07:02:43 +0000 From: Alexey Dokuchaev To: Ruslan Makhmatkhanov Subject: Re: svn commit: r345147 - in head/net-im/gajim: . files Message-ID: <20140307070243.GA48720@FreeBSD.org> References: <201402192041.s1JKfsIZ057278@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201402192041.s1JKfsIZ057278@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 07 Mar 2014 07:02:43 -0000 On Wed, Feb 19, 2014 at 08:41:54PM +0000, Ruslan Makhmatkhanov wrote: > New Revision: 345147 > URL: http://svnweb.freebsd.org/changeset/ports/345147 > QAT: https://qat.redports.org/buildarchive/r345147/ > > +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 > +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-common_resolver.py > +.endif Per UPDATING, BIND was removed on 20130930. It looks like OSVERSION was not properly bumped to reflect it (or I didn't find it). Anyways, on Sep 10th (that is, before 20130930) it was 1000055, so 1000000 looks wrong in this commit. ./danfe