Bug 217414 - www/p5-Plack: requires www/p5-HTTP-Headers-Fast 0.18
Summary: www/p5-Plack: requires www/p5-HTTP-Headers-Fast 0.18
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-28 08:33 UTC by Po-Chuan Hsieh
Modified: 2017-04-04 07:41 UTC (History)
1 user (show)

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


Attachments
Update to 0.21 (1.20 KB, patch)
2017-03-16 20:44 UTC, Anton Yuzhaninov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-02-28 08:33:37 UTC
While building p5-Plack, it has a warning about HTTP::Headers::Fast.

Warning: prerequisite HTTP::Headers::Fast 0.18 not found. We have 0.17.

Please update www/p5-HTTP-Headers-Fast to 0.18. Thanks!
Comment 1 Anton Yuzhaninov 2017-03-16 20:44:25 UTC
Created attachment 180885 [details]
Update to 0.21

Current version is 0.21 so it makes sense to update to it.

Attached patch:
- tested with poudriere testport on 10.3 i386/amd64 and 11.0 i386/amd64/armv6
- portlint: looks fine

tested with `make test` on 11.0/amd64 with perl 5.22 and perl 5.24
Comment 2 Anton Yuzhaninov 2017-03-16 20:45:35 UTC
Other changes in this path:
- port marked as NO_ARCH
- license added
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-04-04 07:40:10 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Apr  4 07:38:44 UTC 2017
New revision: 437701
URL: https://svnweb.freebsd.org/changeset/ports/437701

Log:
  Update to 0.21

  - Add LICENSE
  - Add NO_ARCH

  Changes:	http://search.cpan.org/dist/HTTP-Headers-Fast/Changes
  PR:		217414
  Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru>
  Approved by:	maintainer (timeout, 1 month)

Changes:
  head/www/p5-HTTP-Headers-Fast/Makefile
  head/www/p5-HTTP-Headers-Fast/distinfo
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-04-04 07:40:13 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Apr  4 07:38:49 UTC 2017
New revision: 437702
URL: https://svnweb.freebsd.org/changeset/ports/437702

Log:
  Fix *_DEPENDS

  PR:		217414
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 1 month)

Changes:
  head/www/p5-Plack/Makefile
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-04-04 07:41:00 UTC
Committed. Thanks!