svn commit: r416506 - in head/devel/py-http-prompt: . files

Bartek Rutkowski robak at FreeBSD.org
Tue Jun 7 10:46:13 UTC 2016


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 <dbaio at bsd.com.br> (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
+======================================================================


More information about the svn-ports-head mailing list