Created attachment 145900 [details] patch for updating port - Update to 1.06 - Add RUN_DEPENDS on new port devel/p5-Test-YAML (cf PR 192726) - Can take maintainership if this can be of help. Tested on FreeBSD-10.0-amd64 (log attached) with: poudriere testport -j 10-amd64 -o textproc/p5-YAML > p5-YAML.log
Created attachment 145901 [details] log from poudriere
over to maintainer
Build-tested, works. Please approve.
Created attachment 146008 [details] patch for updating port Follow advice of culot@ and revert to conservative Anzatz: RUN_DEPENDS:= BUILD_DEPENDS which is considered a standard for perl ports. Thank you Frederic.
Created attachment 146009 [details] patch for updating port
Created attachment 146128 [details] patch for updating port As time goes, we already have ver 1.09 Uploading a new patch for update 0.87 --> 1.09 and a new log from poudriere.
Created attachment 146129 [details] log from poudriere
Created attachment 146269 [details] patch for updating port Fixing a typo in Makefile. Uploading a new shar and a new log from poudriere.
Created attachment 146270 [details] log from poudriere
(In reply to Sergei Vyshenski from comment #9) > Created attachment 146270 [details] > log from poudriere Updated patch to 1.11, poudriere logs: http://people.freebsd.org/~pi/logs/textproc__p5-YAML-10a-1409989437.txt http://people.freebsd.org/~pi/logs/textproc__p5-YAML-91a-1409989437.txt http://people.freebsd.org/~pi/logs/textproc__p5-YAML-84i-1409989437.txt
(In reply to Sergei Vyshenski from comment #9) > Created attachment 146270 [details] > log from poudriere If the system already has the 0.87 version of p5-YAML installed, and the p5-Test-YAML is not yet installed, the build tries to add p5-Test-YAML, and fails, because it conflicts with the old p5-YAML. So: devel/p5-Test-YAML needs CONFLICTS= p5-YAML-0.* Would you as the maintainer approve adding this to devel/p5-Test-YAML ?
Yes, thank you very much. I thought about it. Should have done this myself, but was afraid to make things with multiple interdependent PRs even more clogged.
A commit references this bug: Author: pi Date: Sat Sep 6 13:57:10 UTC 2014 New revision: 367437 URL: http://svnweb.freebsd.org/changeset/ports/367437 Log: devel/p5-Test-YAML: add CONFLICTS with p5-YAML-0.* PR: 192727 Approved by: Sergei Vyshenski <svysh.fbsd@gmail.com> Changes: head/devel/p5-Test-YAML/Makefile
A commit references this bug: Author: pi Date: Sat Sep 6 14:00:01 UTC 2014 New revision: 367438 URL: http://svnweb.freebsd.org/changeset/ports/367438 Log: textproc/p5-YAML: 0.87 -> 1.11 http://cpansearch.perl.org/src/INGY/YAML-1.11/Changes PR: 192727 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Approved by: tobez (maintainer timeout) Changes: head/textproc/p5-YAML/Makefile head/textproc/p5-YAML/distinfo head/textproc/p5-YAML/pkg-plist
Committed, thanks!