Index: head/www/py-httpie/Makefile =================================================================== --- head/www/py-httpie/Makefile (revision 564946) +++ head/www/py-httpie/Makefile (revision 564947) @@ -1,27 +1,26 @@ # Created by: Alex Dupre # $FreeBSD$ PORTNAME= httpie -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.0 CATEGORIES= www PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ale@FreeBSD.org COMMENT= Command line HTTP client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.5.2:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.9.1:www/py-requests-toolbelt@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist USE_GITHUB= yes -GH_ACCOUNT= jakubroztocil NO_ARCH= yes .include Index: head/www/py-httpie/distinfo =================================================================== --- head/www/py-httpie/distinfo (revision 564946) +++ head/www/py-httpie/distinfo (revision 564947) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603704008 -SHA256 (jakubroztocil-httpie-2.3.0_GH0.tar.gz) = 17c18a67ea57599b75b59c081b57c7d0239eabf5cc7d8de347840a4006f57ee4 -SIZE (jakubroztocil-httpie-2.3.0_GH0.tar.gz) = 1769401 +TIMESTAMP = 1613050388 +SHA256 (httpie-httpie-2.4.0_GH0.tar.gz) = 026239c8924a43f611783ce60049f661d61ff7d4ed1fa5031e42a7bdb6c86426 +SIZE (httpie-httpie-2.4.0_GH0.tar.gz) = 1772537 Index: head/www/py-httpie/pkg-descr =================================================================== --- head/www/py-httpie/pkg-descr (revision 564946) +++ head/www/py-httpie/pkg-descr (revision 564947) @@ -1,8 +1,8 @@ HTTPie (pronounced aych-tee-tee-pie) is a command line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible. It provides a simple http command that allows for sending arbitrary HTTP requests using a simple and natural syntax, and displays colorized responses. HTTPie can be used for testing, debugging, and generally interacting with HTTP servers. -WWW: https://github.com/jakubroztocil/httpie +WWW: https://github.com/httpie/httpie