From owner-freebsd-ports Thu May 3 2: 0:27 2001 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 C572837B440 for ; Thu, 3 May 2001 02:00:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4390E978240; Thu, 3 May 2001 02:00:14 -0700 (PDT) (envelope-from gnats) Received: from shuffle.egenetics.com (shuffle.egenetics.com [196.38.142.112]) by hub.freebsd.org (Postfix) with ESMTP id 08FC637B423 for ; Thu, 3 May 2001 01:52:51 -0700 (PDT) (envelope-from johann@shuffle.egenetics.com) Received: (from johann@localhost) by shuffle.egenetics.com (8.11.3/8.11.3) id f438eWi35091; Thu, 3 May 2001 10:40:32 +0200 (SAST) (envelope-from johann) Message-Id: <200105030840.f438eWi35091@shuffle.egenetics.com> Date: Thu, 3 May 2001 10:40:32 +0200 (SAST) From: johann@egenetics.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27055: Port update: textproc/py-martel (MAINTAINER) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27055 >Category: ports >Synopsis: Port update: textproc/py-martel (MAINTAINER) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 03 02:00:14 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Johann Visagie >Release: FreeBSD 5.0-CURRENT i386 >Organization: Electric Genetics >Environment: >Description: - This port depends on Python 2.0 or greater, and therefore explicityly defines $PYTHON_VERSION instead of $USE_PYTHON. Since the default Python port has now been updated to 2.1, $PYTHON_VERSION needed to be updated for this port. - Made the port $PREFIX-clean. - Bumped $PORTREVISION. >How-To-Repeat: >Fix: diff -ruN py-martel.bak/Makefile py-martel/Makefile --- py-martel.bak/Makefile Thu May 3 10:01:16 2001 +++ py-martel/Makefile Thu May 3 09:59:09 2001 @@ -7,7 +7,7 @@ PORTNAME= martel PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= textproc biology python MASTER_SITES= http://www.biopython.org/~dalke/Martel/ @@ -19,9 +19,9 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/TextTools/__init__.py:${PORTSDIR}/lang/py-mx-base USE_PYTHON= yes -PYTHON_VERSION= python2.0 +PYTHON_VERSION= python2.1 -MARTEL_DIR= ${PYTHON_SITELIBDIR}/Martel +MARTEL_DIR= ${PREFIX}/lib/${PYTHON_VERSION}/site-packages/Martel MARTEL_EGDIR= ${PREFIX}/share/examples/martel MARTEL_DOCDIR= ${PREFIX}/share/doc/martel >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message