Bug 199790 - [PATCH] Update lang/pypy to 2.5.1
Summary: [PATCH] Update lang/pypy to 2.5.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: David Naylor
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-04-29 22:36 UTC by sf(jungleboogie)
Modified: 2015-05-18 18:57 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (dbn)


Attachments
Makefile patch with updated URL (534 bytes, patch)
2015-04-29 22:36 UTC, sf(jungleboogie)
no flags Details | Diff
Update lang/pypy to 2.5.1 (and drop lang/pypy-devel) (197.99 KB, patch)
2015-05-14 20:27 UTC, David Naylor
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.