Index: head/devel/py-http-prompt/Makefile =================================================================== --- head/devel/py-http-prompt/Makefile (revision 416505) +++ head/devel/py-http-prompt/Makefile (revision 416506) @@ -1,26 +1,27 @@ # $FreeBSD$ PORTNAME= http-prompt -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbaio@bsd.com.br COMMENT= Interactive command-line HTTP client LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5.0:devel/py-click \ ${PYTHON_PKGNAMEPREFIX}parsimonious>=0.6.2:textproc/py-parsimonious \ ${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=0.60:devel/py-prompt_toolkit \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.1.0:textproc/py-pygments \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six \ httpie>=0.9.0:www/httpie NO_ARCH= yes +SUB_FILES= pkg-message USES= python USE_PYTHON= autoplist distutils .include Index: head/devel/py-http-prompt/distinfo =================================================================== --- head/devel/py-http-prompt/distinfo (revision 416505) +++ head/devel/py-http-prompt/distinfo (revision 416506) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464089244 -SHA256 (http-prompt-0.2.0.tar.gz) = 003dd81ea7f2576db541af991e21c181b780251807c0091e696d0b8fe1b20a8d -SIZE (http-prompt-0.2.0.tar.gz) = 11381 +TIMESTAMP = 1465215636 +SHA256 (http-prompt-0.3.1.tar.gz) = adb13fbcdc6fc534e5ce648d42cf7409773b87a4e9ca057c6ab61d50ed5bd57e +SIZE (http-prompt-0.3.1.tar.gz) = 16241 Index: head/devel/py-http-prompt/files/patch-http__prompt_execution.py =================================================================== --- head/devel/py-http-prompt/files/patch-http__prompt_execution.py (revision 416505) +++ head/devel/py-http-prompt/files/patch-http__prompt_execution.py (nonexistent) @@ -1,11 +0,0 @@ ---- http_prompt/execution.py.orig 2016-05-20 07:19:56 UTC -+++ http_prompt/execution.py -@@ -241,7 +241,7 @@ class ExecutionVisitor(NodeVisitor): - assert children[0].expr_name == 'action' - output = BytesIO() - try: -- env = Environment(stdout=output) -+ env = Environment() - httpie_main(context.httpie_args(self.method), env=env) - content = output.getvalue() - finally: Property changes on: head/devel/py-http-prompt/files/patch-http__prompt_execution.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/py-http-prompt/files/pkg-message.in =================================================================== --- head/devel/py-http-prompt/files/pkg-message.in (nonexistent) +++ head/devel/py-http-prompt/files/pkg-message.in (revision 416506) @@ -0,0 +1,10 @@ +====================================================================== +For the output colors work properly you need to use LESS as your +default pager instead of MORE. + +zsh: +$ export PAGER=less + +csh: +$ setenv PAGER less +====================================================================== Property changes on: head/devel/py-http-prompt/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property