diff options
author | Jason Unovitch <junovitch@FreeBSD.org> | 2017-01-09 02:53:05 +0000 |
---|---|---|
committer | Jason Unovitch <junovitch@FreeBSD.org> | 2017-01-09 02:53:05 +0000 |
commit | 1386183d11abcbcab61bb741dcae5739b91e1a29 (patch) | |
tree | 0169d49d8231233f9dad06bbf2a6793798da0c86 /www/Makefile | |
parent | dd952ea5f1ae92a9e59e2db255686c93c6ac6cb6 (diff) | |
download | ports-1386183d11abcbcab61bb741dcae5739b91e1a29.tar.gz ports-1386183d11abcbcab61bb741dcae5739b91e1a29.zip |
devel/py-http-prompt: update 0.6.0 -> 0.8.0; update dependency [1]
- Update dependency version
- Rename dependency to match standard Python package naming and support
multiple/concurrent versions on httpie and py-http-prompt
www/py-httpie: rename from www/httpie; fix dependencies; set NO_ARCH [2]
www/Makefile: chase rename
MOVED: document rename
Changelog:
- 0.7.0
* New feature: Shell substitution (#54, #61, #74)
* New feature: Piping to shell (#61, #74)
* New feature: Be able to delete all parameters of a given type (#
- 0.8.0
* Add support for OPTIONS method (#84)
* Fix highlighting bug with parameters starting with HTTP method names (#86)
* Fix excessive newlines after headers and body (#89)
PR: 213700 [1]
PR: 213728 [2]
Submitted by: Danilo G. Baio <dbaio@bsd.com.br> (maintainer)
Notes
Notes:
svn path=/head/; revision=430906
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 1574e5bf757a..73a0d52df692 100644 --- a/www/Makefile +++ b/www/Makefile @@ -308,7 +308,6 @@ SUBDIR += httpasyncclient SUBDIR += httpclient SUBDIR += httpcore - SUBDIR += httpie SUBDIR += httpsqs SUBDIR += httptunnel SUBDIR += httrack @@ -1673,6 +1672,7 @@ SUBDIR += py-html SUBDIR += py-html5lib SUBDIR += py-http-parser + SUBDIR += py-httpie SUBDIR += py-httplib2 SUBDIR += py-hyper SUBDIR += py-imdbpy |