Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 May 2001 10:40:32 +0200 (SAST)
From:      johann@egenetics.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27055: Port update: textproc/py-martel (MAINTAINER)
Message-ID:  <200105030840.f438eWi35091@shuffle.egenetics.com>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105030840.f438eWi35091>