From owner-cvs-all@FreeBSD.ORG Wed Oct 15 22:58:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F91416A4D5; Wed, 15 Oct 2003 22:58:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4E0243F75; Wed, 15 Oct 2003 22:58:53 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9G5wrXJ050749; Wed, 15 Oct 2003 22:58:53 -0700 (PDT) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9G5wrrv050748; Wed, 15 Oct 2003 22:58:53 -0700 (PDT) (envelope-from perky) Message-Id: <200310160558.h9G5wrrv050748@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 15 Oct 2003 22:58:53 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.python.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2003 05:58:54 -0000 perky 2003/10/15 22:58:53 PDT FreeBSD ports repository Modified files: Mk bsd.python.mk Log: - Enable restricting compatible python versions by USE_PYTHON eg) USE_PYTHON= yes # backward compatible USE_PYTHON= 2.2 # same as PYTHON_VERSION=python2.2 USE_PYTHON= 2.1+ # 2.1 at least USE_PYTHON= 2.0-2.2 # from 2.0 to 2.2 USE_PYTHON= -2.3 # up to 2.3. 2.4 is not allowed. - Introduce a new variable, PYTHON_PKGNAMESUFFIX for ports that is more popular without 'py-' prefix like Mailman or Zope. Reviewed by: silence on ports@ Revision Changes Path 1.37 +71 -11 ports/Mk/bsd.python.mk