From owner-svn-ports-all@freebsd.org Tue Jun 7 10:46:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BB3BB6DA07; Tue, 7 Jun 2016 10:46:13 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A97F18D0; Tue, 7 Jun 2016 10:46:13 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u57AkCms019371; Tue, 7 Jun 2016 10:46:12 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u57AkCfp019368; Tue, 7 Jun 2016 10:46:12 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201606071046.u57AkCfp019368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 7 Jun 2016 10:46:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416506 - in head/devel/py-http-prompt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2016 10:46:13 -0000 Author: robak Date: Tue Jun 7 10:46:11 2016 New Revision: 416506 URL: https://svnweb.freebsd.org/changeset/ports/416506 Log: devel/py-http-prompt: update 0.2.0 -> 0.3.1 PR: 210076 Submitted by: Danilo G. Baio (maintainer) Added: head/devel/py-http-prompt/files/pkg-message.in (contents, props changed) Deleted: head/devel/py-http-prompt/files/patch-http__prompt_execution.py Modified: head/devel/py-http-prompt/Makefile head/devel/py-http-prompt/distinfo Modified: head/devel/py-http-prompt/Makefile ============================================================================== --- head/devel/py-http-prompt/Makefile Tue Jun 7 10:07:26 2016 (r416505) +++ head/devel/py-http-prompt/Makefile Tue Jun 7 10:46:11 2016 (r416506) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= http-prompt -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,6 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clic httpie>=0.9.0:www/httpie NO_ARCH= yes +SUB_FILES= pkg-message USES= python USE_PYTHON= autoplist distutils Modified: head/devel/py-http-prompt/distinfo ============================================================================== --- head/devel/py-http-prompt/distinfo Tue Jun 7 10:07:26 2016 (r416505) +++ head/devel/py-http-prompt/distinfo Tue Jun 7 10:46:11 2016 (r416506) @@ -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 Added: head/devel/py-http-prompt/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-http-prompt/files/pkg-message.in Tue Jun 7 10:46:11 2016 (r416506) @@ -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 +======================================================================