From owner-freebsd-ports Mon Apr 8 21:40:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 183D537B416 for ; Mon, 8 Apr 2002 21:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g394e2J75346; Mon, 8 Apr 2002 21:40:02 -0700 (PDT) (envelope-from gnats) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id 63B1937B41D; Mon, 8 Apr 2002 21:36:13 -0700 (PDT) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.11.6/8.11.6) id g394bRU01477; Tue, 9 Apr 2002 00:37:27 -0400 (EDT) (envelope-from alane) Message-Id: <200204090437.g394bRU01477@wwweasel.geeksrus.net> Date: Tue, 9 Apr 2002 00:37:27 -0400 (EDT) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: wjv@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36914: textproc/py-asv: remove PYTHON_VERSION=python2.1 restriction Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36914 >Category: ports >Synopsis: textproc/py-asv: remove PYTHON_VERSION=python2.1 restriction >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Apr 08 21:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.5-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Mar 11 00:59:22 EST 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386 >Description: There seems to be no reason to restrict py-asv to an old version of python. This patch removes the version restriction, and bumps the portrevision. This is the last port remaining (except Zope, which truly needs python2.1) that specifies python2.1. All others have been PR'd and are either committed or pending. After this, PRs on pythonNN will be issued removing the bin/{pydoc,python} files from those ports. After that, all versions of python will be able to co-exist without stomping on one another! Yay! >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: textproc/py-asv/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/py-asv/Makefile,v retrieving revision 1.4 diff -u -3 -r1.4 Makefile --- textproc/py-asv/Makefile 22 Jun 2001 07:11:49 -0000 1.4 +++ textproc/py-asv/Makefile 9 Apr 2002 04:31:02 -0000 @@ -7,14 +7,14 @@ PORTNAME= asv PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc python MASTER_SITES= http://tratt.net/laurie/python/asv/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wjv@FreeBSD.org -PYTHON_VERSION= python2.1 +USE_PYTHON= yes ASV_BASEDIR= ${PREFIX}/lib/${PYTHON_VERSION}/site-packages ASV_DOCDIR= ${PREFIX}/share/doc/py-asv ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message