From owner-svn-ports-all@freebsd.org Thu Nov 19 10:00:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE883A331AD; Thu, 19 Nov 2015 10:00:04 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE8AA1386; Thu, 19 Nov 2015 10:00:04 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pacej9 with SMTP id ej9so76479391pac.2; Thu, 19 Nov 2015 02:00:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=lN5h5B03/Cl0B3r2rKhsSLcCVuldmRO3FfkxrJOZq2I=; b=sYfuzaUMOM1KitqoTW+9lUbbnZiPIbUOCGphP6AQQ5lP45mt7eDhTBbZJ4xzG6q9Gz nWFlEaKzG2UjHWRSjkAGr0EpzAHgj0OuJTn6SUBAXP17+wNR/Bz48Do9uGX7DG71gkRt jijIU7HqUhl9bWH35NI0Sxuy9p3ws9nNXPFMFAB99zdsgTd69eG9QIEAKW+dTRJ0h1NI y8sO4+pBz0whlsS3wGE/dQTOf6xqISA0+DiM5auvm68hDsjerkOnLEhlKXIp5GSZlBR6 wLrBuJ5hV+VFNcvhdIMakftZG0/KN2KqQd3JDDop5XY8BhIr+x+0+hg85g44bCdMybi5 khVA== X-Received: by 10.68.203.132 with SMTP id kq4mr9395584pbc.82.1447927203806; Thu, 19 Nov 2015 02:00:03 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:2800:ae08:1193:f782? (2001-44b8-31ae-7b01-2800-ae08-1193-f782.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:2800:ae08:1193:f782]) by smtp.gmail.com with ESMTPSA id of1sm9507078pbc.11.2015.11.19.02.00.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Nov 2015 02:00:03 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r401923 - in head/devel: . py-pytz py-pytz3 References: <201511190954.tAJ9seJB090415@repo.freebsd.org> To: Muhammad Moinur Rahman , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <564D9D9C.6080703@FreeBSD.org> Date: Thu, 19 Nov 2015 20:59:56 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <201511190954.tAJ9seJB090415@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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, 19 Nov 2015 10:00:05 -0000 On 19/11/2015 8:54 PM, Muhammad Moinur Rahman wrote: > +PYTHON_VERSION= python${PYTHON3_DEFAULT} This should probably be a different PYTHON_* variable too. The mechanism in bsd.default-versions.mk ends up setting the correct "PYTHON_VERSION" variable (I believe, please check), which should be used instead.