Bug 207524 - [patch] textproc/p5-YAML-Tiny: update to 1.69
Summary: [patch] textproc/p5-YAML-Tiny: update to 1.69
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Adam Weinberger
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-02-26 16:39 UTC by Adam Weinberger
Modified: 2016-02-27 04:44 UTC (History)
1 user (show)

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


Attachments
1.69 (982 bytes, patch)
2016-02-26 16:39 UTC, Adam Weinberger
no flags Details | Diff

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