Created attachment 161328 [details] patch Update to the latest release of awscli and its dependencies. Attached are a patch (as a git commit) and poudriere testport logs for each port. Runtime dependencies have been updated after inspecting the upstream requirements. See also https://github.com/bradleythughes/freebsd-ports/commit/e63e75a94d18f6f187e80b46f5213b1bc82ebbf6
Created attachment 161329 [details] awscli poudriere testport log
Created attachment 161330 [details] py-botocore poudriere testport log
Created attachment 161331 [details] py-jmespath poudriere testport log
Created attachment 162238 [details] updated patch Updated patch to bring in latest upstream releases. See also https://github.com/bradleythughes/freebsd-ports/commit/3077a448111c3b20cfcdf902598037227acb44c9
Created attachment 162239 [details] awscli poudriere testport log
Created attachment 162240 [details] py-botocore poudriere testport log
Created attachment 162241 [details] py-jmespath poudriere testport log
I have attached updated poudriere testport logs.
Need to run these through portlint -C USES values are unsorted, at least. Minor nit I know.
I have USE_PORTLINT=yes in my poudriere.conf, but apparently it doesn't actually use portlint. Results: $ portlint -C /usr/ports/devel/awscli WARN: Consider to set DEVELOPER=yes in /etc/make.conf 0 fatal errors and 1 warning found. $ portlint -C /usr/ports/devel/py-botocore/ WARN: Makefile: [20]: the options to USE_PYTHON are not sorted. Please consider sorting them. WARN: Consider to set DEVELOPER=yes in /etc/make.conf 0 fatal errors and 2 warnings found. $ portlint -C /usr/ports/devel/py-jmespath/ WARN: Makefile: [16]: the options to USE_PYTHON are not sorted. Please consider sorting them. WARN: Consider to set DEVELOPER=yes in /etc/make.conf 0 fatal errors and 2 warnings found.
Perhaps it uses a different set of default flags, or a minor regression. Report upstream?
I found them. They are written to separate files :)
A commit references this bug: Author: wen Date: Tue Oct 27 08:33:55 UTC 2015 New revision: 400222 URL: https://svnweb.freebsd.org/changeset/ports/400222 Log: - Update to 0.9.0 PR: 203306 Submitted by: bradleythughes@fastmail.fm Approved by: maintainer(timeout, >30 days) Changes: head/devel/py-jmespath/Makefile head/devel/py-jmespath/distinfo
A commit references this bug: Author: wen Date: Tue Oct 27 08:44:06 UTC 2015 New revision: 400223 URL: https://svnweb.freebsd.org/changeset/ports/400223 Log: - Update to 1.2.11 - Update RUN_DEPENDS PR: 203306 Submitted by: bradleythughes@fastmail.fm Approved by: maintainer(timeout, >30 days) Changes: head/devel/py-botocore/Makefile head/devel/py-botocore/distinfo
A commit references this bug: Author: wen Date: Tue Oct 27 08:54:47 UTC 2015 New revision: 400224 URL: https://svnweb.freebsd.org/changeset/ports/400224 Log: - Update to 1.8.13 - Update RUN_DEPENDS PR: 203306 Submitted by: bradleythughes@fastmail.fm Approved by: maintainer(timeout, >30 days) Changes: head/devel/awscli/Makefile head/devel/awscli/distinfo
Thanks! :D