Hi ports@,

Here's a diff to update www/py-httpie to its latest version 1.0.2
Changes since the actual version on ports (0.9.8) are:

* Fixed tests for installation with pyOpenSSL.
* Removed external URL calls from tests.
* Added --style=auto which follows the terminal ANSI color styles.
* Added support for selecting TLS 1.3 via --ssl=tls1.3 (available once 
implemented in upstream libraries).
* Added true/false as valid values for --verify (in addition to yes/no) and the 
boolean value is case-insensitive.
* Changed the default --style from solarized to auto (on Windows it stays 
fruity).
* Fixed default headers being incorrectly case-sensitive.
* Removed Python 2.6 support.
* Fixed README.

I would also like to take maintainership of this port if that's ok.

Cheers,
Paco.


Index: Makefile
===================================================================
RCS file: /cvs/ports/www/py-httpie/Makefile,v
retrieving revision 1.11
diff -u -p -u -r1.11 Makefile
--- Makefile    28 Apr 2019 20:51:59 -0000      1.11
+++ Makefile    8 May 2019 12:45:10 -0000
@@ -2,16 +2,16 @@
 
 COMMENT =      command-line HTTP client
 
-MODPY_EGG_VERSION =    0.9.8
+MODPY_EGG_VERSION =    1.0.2
 GH_TAGNAME =   ${MODPY_EGG_VERSION}
 GH_ACCOUNT =   jkbrzt
 GH_PROJECT =   httpie
 DISTNAME =     httpie-${MODPY_EGG_VERSION}
-REVISION =     0
 
 CATEGORIES =   www net
 
-HOMEPAGE =     http://httpie.org
+HOMEPAGE =     https://httpie.org
+MAINTAINER =   Paco Esteban <p...@onna.be>
 
 # BSD
 PERMIT_PACKAGE_CDROM = Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/py-httpie/distinfo,v
retrieving revision 1.5
diff -u -p -u -r1.5 distinfo
--- distinfo    2 May 2017 07:24:25 -0000       1.5
+++ distinfo    8 May 2019 12:45:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (httpie-0.9.8.tar.gz) = XMxl3Y5gqTEPV1walgDzzH2vhwTMiL9sQBGLNlm5jcc=
-SIZE (httpie-0.9.8.tar.gz) = 268608
+SHA256 (httpie-1.0.2.tar.gz) = 8R9ezbzAVxqoZfspzV22i6a85PFaWq4/J6MtGbCFTck=
+SIZE (httpie-1.0.2.tar.gz) = 765210

-- 
Paco Esteban.
https://onna.be/gpgkey.asc
9A6B 6083 AD9E FDC2 0EAF  5CB3 5818 130B 8A6D BC03

Reply via email to