Bug 131321 - Upgrade converters/p5-JSON-XS to 2.231
Summary: Upgrade converters/p5-JSON-XS to 2.231
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-03 00:00 UTC by Cory R. King
Modified: 2009-02-09 04:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.12 KB, patch)
2009-02-03 00:00 UTC, Cory R. King
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cory R. King 2009-02-03 00:00:17 UTC
from 2.23 to 2.231. 

Changelog (http://cpansearch.perl.org/src/MLEHMANN/JSON-XS-2.231/Changes):
2.231 Thu Nov 20 04:59:08 CET 2008
	- work around 5.10.0 magic bugs where manipulating magic values
          (such as $1) would permanently damage them as perl would
          ignore the magicalness, by making a full copy of the string,
          reported by Dmitry Karasik.
        - work around spurious wanrings under older perl 5.8's.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-03 00:00:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-02-09 03:59:21 UTC
clsung      2009-02-09 03:59:12 UTC

  FreeBSD ports repository

  Modified files:
    converters/p5-JSON-XS Makefile distinfo 
  Log:
  - Update to 2.231 (2.23.1)
  Changelog (http://cpansearch.perl.org/src/MLEHMANN/JSON-XS-2.231/Changes):
  2.231 Thu Nov 20 04:59:08 CET 2008
  - work around 5.10.0 magic bugs where manipulating magic values
    (such as $1) would permanently damage them as perl would
    ignore the magicalness, by making a full copy of the string,
    reported by Dmitry Karasik.
  - work around spurious wanrings under older perl 5.8's.
  
  PR:             ports/131321
  Submitted by:   "Cory R. King" <coryking_AT_mozimedia dot com>
  
  Revision  Changes    Path
  1.21      +2 -2      ports/converters/p5-JSON-XS/Makefile
  1.20      +3 -3      ports/converters/p5-JSON-XS/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2009-02-09 03:59:22 UTC
State Changed
From-To: open->closed

Committed. Thank You.