Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 May 2008 01:46:20 GMT
From:      bf <bf2006a@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/123654: [PATCH]devel/pyrex: update to 0.9.7.1
Message-ID:  <200805140146.m4E1kK3q078534@www.freebsd.org>
Resent-Message-ID: <200805140150.m4E1o1uZ068946@freefall.freebsd.org>

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

>Number:         123654
>Category:       ports
>Synopsis:       [PATCH]devel/pyrex: update to 0.9.7.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 14 01:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
-
>Environment:
>Description:
  Bug fixes:
  
  - The optimisation for indexing using a C int failed when the
    object being indexed was a mapping rather than a sequence.
    [Arc Riley]
  
  Modifications:
  
  - Old integer for-loop syntax is no longer deprecated.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN pyrex.orig/Makefile pyrex/Makefile
--- pyrex.orig/Makefile	2008-05-13 21:22:28.802932782 -0400
+++ pyrex/Makefile	2008-05-13 21:27:51.973437972 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pyrex
-PORTVERSION=	0.9.7
+PORTVERSION=	0.9.7.1
 CATEGORIES=	devel lang python
 MASTER_SITES=	http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
 PKGNAMEPREFIX=	${PYTHONPKGNAMEPREFIX}
diff -ruN pyrex.orig/distinfo pyrex/distinfo
--- pyrex.orig/distinfo	2008-05-13 21:22:28.802932782 -0400
+++ pyrex/distinfo	2008-05-13 21:27:51.973437972 -0400
@@ -1,3 +1,3 @@
-MD5 (Pyrex-0.9.7.tar.gz) = fa2872e3034fa8348342024bfb6909b2
-SHA256 (Pyrex-0.9.7.tar.gz) = 33e7408f9ed043b5d57a0230bb029b78407bfd890eb6b1096a4123ab1d99b3b0
-SIZE (Pyrex-0.9.7.tar.gz) = 228012
+MD5 (Pyrex-0.9.7.1.tar.gz) = 820a14feefbb600e87c3631707b0843b
+SHA256 (Pyrex-0.9.7.1.tar.gz) = f233d1d10a8b79be6167aa0e162ad0a9072943a3f20ebd5b08f9af8aca11a642
+SIZE (Pyrex-0.9.7.1.tar.gz) = 228287


>Release-Note:
>Audit-Trail:
>Unformatted:



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