Re: [PATCH] Update: www/py-httpie 2.1.0 -> 2.2.0

2020-06-19 Thread Raymond E. Pasco
The upstream dev has made this patch, so I've gone ahead and added it to patches/ here pending the next release. It works for me, though I'm not sure why I never experienced the issue since I just have LibreSSL 3.2.1 from a recent snapshot. --- www/py-httpie/Makefile| 7 +

Re: [PATCH] Update: www/py-httpie 2.1.0 -> 2.2.0

2020-06-19 Thread Paco Esteban
Hi, On Thu, 18 Jun 2020, Raymond E. Pasco wrote: > Tweaks: remove unnecessary DISTNAME, change rm to rm -f in pre-test > because I noticed make retest didn't work. Thanks for your diff ! I have the same error that Klemens points out when running regression tests. I suspect this could be relate

[PATCH] Update: www/py-httpie 2.1.0 -> 2.2.0

2020-06-18 Thread Raymond E. Pasco
Tweaks: remove unnecessary DISTNAME, change rm to rm -f in pre-test because I noticed make retest didn't work. --- www/py-httpie/Makefile | 7 +++ www/py-httpie/distinfo | 4 ++-- www/py-httpie/pkg/PLIST | 4 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/www/py-httpie/

Re: [PATCH] Update: www/py-httpie 2.1.0 -> 2.2.0

2020-06-18 Thread Raymond E. Pasco
On Thu Jun 18, 2020 at 8:30 PM EDT, Klemens Nanni wrote: > One failure in "make test" for me, did you see it? I don't get that failure (or any failures) on my system (recent snapshot, default python 3.7).

Re: [PATCH] Update: www/py-httpie 2.1.0 -> 2.2.0

2020-06-18 Thread Klemens Nanni
OK kn On Thu, Jun 18, 2020 at 05:21:42PM -0400, Raymond E. Pasco wrote: > Tested on amd64. Changelog: One failure in "make test" for me, did you see it? === FAILURES === __ test_ciphers_none_can_b

[PATCH] Update: www/py-httpie 2.1.0 -> 2.2.0

2020-06-18 Thread Raymond E. Pasco
Tested on amd64. Changelog: - Added support for custom content types for uploaded files. - Added support for $XDG_CONFIG_HOME. - Added support for Set-Cookie triggered cookie expiration. - Added --format-options to allow disabling sorting, etc. - Added --sorted and --unsorted shortcuts for (u