Date: Tue, 9 Apr 2002 00:37:27 -0400 (EDT) From: Alan Eldridge <ports@geeksrus.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: wjv@FreeBSD.org Subject: ports/36914: textproc/py-asv: remove PYTHON_VERSION=python2.1 restriction Message-ID: <200204090437.g394bRU01477@wwweasel.geeksrus.net>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204090437.g394bRU01477>