Bug 199790

Summary: [PATCH] Update lang/pypy to 2.5.1
Product: Ports & Packages Reporter: sf(jungleboogie) <Jungleboogie0>
Component: Individual Port(s)Assignee: David Naylor <dbn>
Status: Closed FIXED    
Severity: Affects Some People Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (dbn)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Makefile patch with updated URL
none
Update lang/pypy to 2.5.1 (and drop lang/pypy-devel) none

Description sf(jungleboogie) 2015-04-29 22:36:34 UTC
Created attachment 156122 [details]
Makefile patch with updated URL

Attached is a patch to update pypy to the latest available version, 2.5.1.
Comment 1 David Naylor freebsd_committer freebsd_triage 2015-05-12 19:55:21 UTC
Thank you for your PR and other messages - I have been very busy of late.  I am in the process of updating pypy and will have a commit done in the next few days.
Comment 2 David Naylor freebsd_committer freebsd_triage 2015-05-14 20:27:08 UTC
Created attachment 156785 [details]
Update lang/pypy to 2.5.1 (and drop lang/pypy-devel)

I intend to commit this patch after the weekend (please test if possible :-)).
Comment 3 sf(jungleboogie) 2015-05-15 04:43:26 UTC
Hi Dan,

Unless I'm looking at it wrong, the master site needs updating.

https://bitbucket.org/pypy/pypy/get/
Results in a 404

I think the newest path is:
https://bitbucket.org/pypy/pypy/downloads/
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-05-18 18:56:39 UTC
A commit references this bug:

Author: dbn
Date: Mon May 18 18:56:29 UTC 2015
New revision: 386702
URL: https://svnweb.freebsd.org/changeset/ports/386702

Log:
  lang/pypy: update to 2.5.1

  Changes:
   * Merge pypy-devel into pypy
   * Drop pypy-devel (was intended to track pypy-current but no automated
     process was implemented)
   * Drop upstreamed patches

  PR:		199790

Changes:
  head/MOVED
  head/lang/Makefile
  head/lang/pypy/Makefile
  head/lang/pypy/distinfo
  head/lang/pypy/files/Makefile
  head/lang/pypy/files/patch-lib_pypy___sqlite3.py
  head/lang/pypy/files/patch-pypy__sandbox__pypy_interactive.py
  head/lang/pypy/pkg-plist
  head/lang/pypy-devel/
Comment 5 David Naylor freebsd_committer freebsd_triage 2015-05-18 18:57:42 UTC
Committed.  I checked that the URL was fetches (it was).  Thank you for your PR.