Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2000 10:16:19 +0200
From:      johann@egenetics.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22834: Port fix: textproc/py-martel (MAINTAINER)
Message-ID:  <E13vbGN-000HVN-00@fling.sanbi.ac.za>

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

>Number:         22834
>Category:       ports
>Synopsis:       Port fix: 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:   Tue Nov 14 00:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Johann Visagie
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Electric Genetics
>Environment:
>Description:
Martel's author bumped the version number from 0.3 to 0.35, and in an update
I submitted yesterday I (stupidly) followed suit with the port.  This may
cause future versioning problems.  This fix changes the PORTVERSION to 0.3.5
>How-To-Repeat:
>Fix:
diff -ruN py-martel.bak/Makefile py-martel/Makefile
--- py-martel.bak/Makefile	Tue Nov 14 10:10:27 2000
+++ py-martel/Makefile	Tue Nov 14 10:08:34 2000
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	martel
-PORTVERSION=	0.35
+PORTVERSION=	0.3.5
 CATEGORIES=	textproc biology python
 MASTER_SITES=	http://www.biopython.org/~dalke/Martel/
 PKGNAMEPREFIX=	py-
-DISTNAME=	Martel-${PORTVERSION}
+DISTNAME=	Martel-0.35
 
 MAINTAINER=	johann@egenetics.com
 

>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?E13vbGN-000HVN-00>