View | Details | Raw Unified | Return to bug 210076
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	http-prompt
3
PORTNAME=	http-prompt
4
PORTVERSION=	0.2.0
4
PORTVERSION=	0.3.1
5
CATEGORIES=	devel python
5
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 20-25 Link Here
20
		httpie>=0.9.0:www/httpie
20
		httpie>=0.9.0:www/httpie
21
21
22
NO_ARCH=	yes
22
NO_ARCH=	yes
23
SUB_FILES=	pkg-message
23
USES=		python
24
USES=		python
24
USE_PYTHON=	autoplist distutils
25
USE_PYTHON=	autoplist distutils
25
26
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1464089244
1
TIMESTAMP = 1465215636
2
SHA256 (http-prompt-0.2.0.tar.gz) = 003dd81ea7f2576db541af991e21c181b780251807c0091e696d0b8fe1b20a8d
2
SHA256 (http-prompt-0.3.1.tar.gz) = adb13fbcdc6fc534e5ce648d42cf7409773b87a4e9ca057c6ab61d50ed5bd57e
3
SIZE (http-prompt-0.2.0.tar.gz) = 11381
3
SIZE (http-prompt-0.3.1.tar.gz) = 16241
(-)files/patch-http__prompt_execution.py (-11 lines)
Lines 1-11 Link Here
1
--- http_prompt/execution.py.orig	2016-05-20 07:19:56 UTC
2
+++ http_prompt/execution.py
3
@@ -241,7 +241,7 @@ class ExecutionVisitor(NodeVisitor):
4
             assert children[0].expr_name == 'action'
5
             output = BytesIO()
6
             try:
7
-                env = Environment(stdout=output)
8
+                env = Environment()
9
                 httpie_main(context.httpie_args(self.method), env=env)
10
                 content = output.getvalue()
11
             finally:
(-)files/pkg-message.in (+10 lines)
Line 0 Link Here
1
======================================================================
2
For the output colors work properly you need to use LESS as your 
3
default pager instead of MORE.
4
5
zsh:
6
$ export PAGER=less
7
8
csh:
9
$ setenv PAGER less
10
======================================================================

Return to bug 210076