Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
11 Feb 2021 13:34:22
2.4.0

|
ale  |
Update to 2.4.0 release. |
26 Oct 2020 09:28:34
2.3.0

|
ale  |
Update to 2.3.0 release. |
19 Jun 2020 07:42:06
2.2.0

|
ale  |
Update to 2.2.0 release. |
20 Apr 2020 09:01:40
2.1.0

|
ale  |
Update to 2.1.0 release. |
13 Jan 2020 08:27:11
2.0.0

|
ale  |
Update to 2.0.0 release and drop support for python 2.7. |
26 Aug 2019 13:07:55
1.0.3

|
ale  |
Update to 1.0.3 release. |
28 Nov 2018 09:26:05
1.0.2

|
ale  |
Update to 1.0.2 release. |
10 Nov 2018 08:54:11
1.0.0

|
ale  |
Fix build by using only ascii chars. |
03 Nov 2018 09:15:18
1.0.0

|
ale  |
Update to 1.0.0 release. |
24 Jul 2018 12:35:13
0.9.9

|
ale  |
Update to 0.9.9 release. |
20 Jun 2018 17:05:44
0.9.8

|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
30 Nov 2017 15:50:34
0.9.8

|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
19 Jan 2017 12:48:26
0.9.8

|
ale  |
Update to 0.9.8 release. |
09 Jan 2017 02:53:05
0.9.6_1

|
junovitch  |
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) |