From owner-freebsd-pkg@freebsd.org Sat Aug 22 10:44:34 2020 Return-Path: Delivered-To: freebsd-pkg@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 024AC3B649B for ; Sat, 22 Aug 2020 10:44:34 +0000 (UTC) (envelope-from bsdpkg@cloudzeeland.nl) Received: from poseidon.cloudzeeland.nl (cloudzeeland.xs4all.nl [83.161.133.58]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "cloudzeeland.nl", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BYZl41xNzz4SZF for ; Sat, 22 Aug 2020 10:44:31 +0000 (UTC) (envelope-from bsdpkg@cloudzeeland.nl) Received: from poseidon.cloudzeeland.nl (cloudzeeland.nl [10.10.10.36]) by poseidon.cloudzeeland.nl (Postfix) with ESMTP id 0FA84269A7 for ; Sat, 22 Aug 2020 12:44:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cloudzeeland.nl; s=cloud; t=1598093064; bh=aTQsaZigSXtVUhHod1ne3vb6qUvWqV0PiPpleXkLbzo=; h=To:From:Subject:Date; b=SQXPe5qjM4zJH7B/PPnH2BCmGRpb6FtJG4c2tldTiCMmmOLnJlm/hg/bJzNXvV7ke xvkgJQ4GCg046hKfoQOE8LMEx+ggrrV3X4tRjkuoTdIQJ50mqIc+dn1pZPBKxECadv IbKFYnqwkz74SF21pEyXTaHs1TU+iW5UU13kUrG8= Received: from [10.10.10.34] (pion1.rpicloud.nl [82.176.127.71]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by poseidon.cloudzeeland.nl (Postfix) with ESMTPSA id 9D1AA269A6 for ; Sat, 22 Aug 2020 12:44:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cloudzeeland.nl; s=cloud; t=1598093063; bh=aTQsaZigSXtVUhHod1ne3vb6qUvWqV0PiPpleXkLbzo=; h=To:From:Subject:Date; b=0FZiTR6o7YfjBAFxNgfkkawYvkbr8Bb4mSEbn5U3ulejSDOwjP1CJzXeWRIdG6Mnu PjltuPFGx2H/3hirZlMxDrEnrMm9ZnRC7JOKvtOhheBtlKyxj9Agkg1igqoShoHWd0 x2oELRfj2zrE33PH43WQfNdP2zpGsHnFaa+S7iN4= To: freebsd-pkg@freebsd.org From: Tilly Subject: Packages | Default python version Message-ID: <81ef8852-5fbe-f82e-b28f-4f13d6cf6f2c@cloudzeeland.nl> Date: Sat, 22 Aug 2020 12:44:23 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: 4BYZl41xNzz4SZF X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cloudzeeland.nl header.s=cloud header.b=SQXPe5qj; dkim=pass header.d=cloudzeeland.nl header.s=cloud header.b=0FZiTR6o; dmarc=none; spf=pass (mx1.freebsd.org: domain of bsdpkg@cloudzeeland.nl designates 83.161.133.58 as permitted sender) smtp.mailfrom=bsdpkg@cloudzeeland.nl X-Spamd-Result: default: False [-1.05 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[cloudzeeland.nl:s=cloud]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-pkg@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[cloudzeeland.nl]; DKIM_TRACE(0.00)[cloudzeeland.nl:+]; NEURAL_HAM_SHORT(-0.55)[-0.554]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:3265, ipnet:83.160.0.0/14, country:NL]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-pkg] X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Aug 2020 10:44:34 -0000 Can you tell me where I can set the default python version when I use packages instead of ports? Don't have a make file were I should put that when using ports. Thanks, Tilly