Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2012 17:58:52 +0900
From:      poyopoyo@puripuri.plala.or.jp
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/173833: [PATCH] lang/pypy: catch-up description
Message-ID:  <86zk2af1yr.wl%poyopoyo@puripuri.plala.or.jp>
Resent-Message-ID: <201211220900.qAM900HU082119@freefall.freebsd.org>

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

>Number:         173833
>Category:       ports
>Synopsis:       lang/pypy: catch-up description
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 22 09:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     SATO Kuro
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
personal
>Environment:
>Description:

According to release notes, pypy-1.9 implements python-2.7.2.

>How-To-Repeat:

https://bitbucket.org/pypy/pypy/src/default/pypy/doc/release-1.9.0.rst
| Highlights
| This release still implements Python 2.7.2.

>Fix:
Index: Makefile
===================================================================
--- Makefile	(revision 307639)
+++ Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pypy
 DISTVERSION=	1.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang python java
 MASTER_SITES=	https://bitbucket.org/pypy/pypy/get/
 DISTNAME=	release-${DISTVERSION}
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 307639)
+++ pkg-descr	(working copy)
@@ -1,5 +1,5 @@
 PyPy is a fast, compliant alternative implementation of the Python language
-(2.7.1). It has several advantages and distinct features:
+(2.7.2). It has several advantages and distinct features:
 
  - Speed: thanks to its Just-in-Time compiler, Python programs often run faster
           on PyPy.
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86zk2af1yr.wl%poyopoyo>