From owner-freebsd-ports Wed Apr 10 16:21:26 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 0399C37B488 for ; Wed, 10 Apr 2002 16:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3ANK2S31304; Wed, 10 Apr 2002 16:20:02 -0700 (PDT) (envelope-from gnats) Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by hub.freebsd.org (Postfix) with SMTP id E89A637B422 for ; Wed, 10 Apr 2002 16:18:40 -0700 (PDT) Received: (qmail 88402 invoked by uid 1000); 10 Apr 2002 23:19:01 -0000 Message-Id: <20020410231901.88401.qmail@mail.webmonster.de> Date: 10 Apr 2002 23:19:01 -0000 From: karsten@rohrbach.de Reply-To: karsten@rohrbach.de To: FreeBSD-gnats-submit@FreeBSD.org Cc: alane@geeksrus.net, tg@FreeBSD.org, karsten@rohrbach.de X-Send-Pr-Version: 3.113 Subject: ports/36979: python2.1 upgrade to bugfix release 2.1.3 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: 36979 >Category: ports >Synopsis: python2.1 upgrade to bugfix release 2.1.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Apr 10 16:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Karsten W. Rohrbach >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD datasink.webmonster.de 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon Apr 23 15:35:27 CEST 2001 root@datasink.webmonster.de:/usr/src/sys/compile/DATASINKv2 i386 >Description: python 2.1 is available as maintenance/bugfix release 2.1.3. current version in ports is 2.1.2. the zope port and other software depending on a working garbage collector in python 2.1 crashes on 2.1.2. version 2.1.3 addresses this and several more issues. patch to /usr/ports tree as of april 9, 2002, attached. modifies files: Mk/bsd.python.mk lang/python21/Makefile lang/python21/distinfo x11-toolkits/py-tkinter/distinfo these were the dependencies i fouind at first glance. there might be more. this is my first send-pr generated report. feel free to kick my butt if something is wrong ;-) >How-To-Repeat: run zope-2.5.0 port with python-2.1.2 on a little to medium loaded server >Fix: --- Mk/bsd.python.mk.orig Tue Jan 22 13:53:27 2002 +++ Mk/bsd.python.mk Tue Apr 9 19:14:21 2002 @@ -100,11 +100,11 @@ PYDISTUTILS= ${PYTHON_LIBDIR}/distutils/core.py:${PYTHON_PORTSDIR} PYXML= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml -PYTHON_DISTFILE= Python-2.1.2.tgz +PYTHON_DISTFILE= Python-2.1.3.tgz PYTHON_PORTSDIR= ${PORTSDIR}/lang/python21 -PYTHON_REL= 212 +PYTHON_REL= 213 PYTHON_SUFFIX= 21 -PYTHON_WRKSRC= ${WRKDIR}/Python-2.1.2 +PYTHON_WRKSRC= ${WRKDIR}/Python-2.1.3 # Python-2.0 .elif ${PYTHON_VERSION} == "python2.0" --- lang/python21/Makefile.orig Tue Apr 2 14:03:43 2002 +++ lang/python21/Makefile Tue Apr 9 19:10:09 2002 @@ -6,7 +6,7 @@ # PORTNAME= python -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= lang python MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ ${MASTER_SITE_SOURCEFORGE} \ --- lang/python21/distinfo.orig Tue Jan 22 13:53:28 2002 +++ lang/python21/distinfo Tue Apr 9 19:15:52 2002 @@ -1 +1 @@ -MD5 (python/Python-2.1.2.tgz) = 4af22bded23a55f907365ed7610de8c9 +MD5 (python/Python-2.1.3.tgz) = a8b04cdc822a6fc833ed9b99c7fba589 --- x11-toolkits/py-tkinter/distinfo.orig Tue Jan 22 13:53:28 2002 +++ x11-toolkits/py-tkinter/distinfo Wed Apr 10 16:45:04 2002 @@ -5,4 +5,5 @@ MD5 (python/Python-2.1.tgz) = 2ba2baeccd6100a4be80e6368a975054 MD5 (python/Python-2.1.1.tgz) = eb34371c49b271abc74b42572883e1b4 MD5 (python/Python-2.1.2.tgz) = 4af22bded23a55f907365ed7610de8c9 +MD5 (python/Python-2.1.3.tgz) = a8b04cdc822a6fc833ed9b99c7fba589 MD5 (python/Python-2.2.tgz) = 87febf0780c8e18454022d34b2ca70a0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message