From owner-freebsd-python@FreeBSD.ORG Sun Jan 5 11:57:58 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBC2A2B0; Sun, 5 Jan 2014 11:57:58 +0000 (UTC) Received: from mail-ea0-x236.google.com (mail-ea0-x236.google.com [IPv6:2a00:1450:4013:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E69318C2; Sun, 5 Jan 2014 11:57:58 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id a15so7501336eae.27 for ; Sun, 05 Jan 2014 03:57:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; bh=bRsIQrfikbomMPfSxoEVUFbUGRudjYJGV2gqqTo56Gw=; b=zlTmoTpkXA9xUXNcudFpOJz8jOVskGRRdwmGC5XDVst49xSn3kQbkYp8Tze1TLcl10 CqwxC+04z6s1BaTMXgU277+tEY17q9H/cB4IfShaMHyyFNq5MxhJ0gcS3UWjs1WB4AE2 qmnVrzmNQzcEe3pF+FN/NGFo5Awy3Xm+QmGkkYVIk4iU2yj680PYbUoEf7r/ypruNI12 jvWpUtYPkYiMcxNc/C0kgeLwR6pbGOoUaTzztTl/Q94uc8lBqpxsX5hg+PdaCe9JwBhC Ao8DnXr6dImg4bb8KZ2EGGndbNdKxdLotkhNw7MsnBXlR5LCbnjRuIShYbAKpc43XNcp XdtQ== X-Received: by 10.14.5.12 with SMTP id 12mr83605183eek.9.1388923076664; Sun, 05 Jan 2014 03:57:56 -0800 (PST) Received: from [192.168.178.28] (a82-161-212-209.adsl.xs4all.nl. [82.161.212.209]) by mx.google.com with ESMTPSA id h3sm161497109eem.15.2014.01.05.03.57.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 05 Jan 2014 03:57:55 -0800 (PST) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <52C948C2.4080506@freebsd.org> Date: Sun, 05 Jan 2014 12:57:54 +0100 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: python@freebsd.org Subject: [CFR] lang/python26 removal X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: Mathieu Arnold X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2014 11:57:59 -0000 Hi, lang/python26 expired a few days ago, so I patched Mk/bsd.pyton.mk to exclude lang/python26 and patched the USE_PYTHON* lines of all ports referring to Python < 2.7. You must remove lang/python26 manually to not break INDEX. The patch is available at http://people.freebsd.org/~rene/patches/python-to-27.diff The bsd.python.mk patch itself is also here: http://people.freebsd.org/~rene/patches/Mk__bsd.python.mk.diff mat@ already gave an "OK" for the USE_PYTHON* bumps. Does this patch and removing lang/python26 look OK to you? I'm not on python@ , so please CC me. Regards, René