Bug 207524

Summary: [patch] textproc/p5-YAML-Tiny: update to 1.69
Product: Ports & Packages Reporter: Adam Weinberger <adamw>
Component: Individual Port(s)Assignee: Adam Weinberger <adamw>
Status: Closed FIXED    
Severity: Affects Only Me CC: ychsiao
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (ychsiao)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
1.69 none

Description Adam Weinberger freebsd_committer freebsd_triage 2016-02-26 16:39:51 UTC
Created attachment 167449 [details]
1.69

Attached patch updates to 1.69. It's a pretty simple update, no plist changes. From the Changes (https://metacpan.org/changes/distribution/YAML-Tiny) it looks like the Changes are mostly just test-related. It does make it possible to remove the conditional inclusion of p5-Test-Simple though.
Comment 1 ychsiao 2016-02-27 01:40:35 UTC
please commit it, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-02-27 04:44:30 UTC
A commit references this bug:

Author: adamw
Date: Sat Feb 27 04:44:01 UTC 2016
New revision: 409649
URL: https://svnweb.freebsd.org/changeset/ports/409649

Log:
  Update to 1.69. The Test::More requirements have been lowered
  with this release, so remove the conditional dependency on
  p5-Test-Simple from ports. Also, add NO_ARCH.

  PR:		207524
  Approved by:	maintainer

Changes:
  head/textproc/p5-YAML-Tiny/Makefile
  head/textproc/p5-YAML-Tiny/distinfo
Comment 3 Adam Weinberger freebsd_committer freebsd_triage 2016-02-27 04:44:45 UTC
Committed. Thanks for reviewing so quickly!

I also added NO_ARCH, I hope that's okay.