- Switch to code maintained by the Debian Project.
- This version fixes multiple vulnerabilities.
- Add LICENSE.
- Add NLS option.
- Change default Japanese character encoding to UTF-8.
PR: 215822
Reported by: Daniel <d.stoye@cms.hu-berlin.de>
MFH: 2017Q1
Security: http://www.vuxml.org/freebsd/eafa3aec-211b-4dd4-9b8a-a664a3f0917a.html
* Python 3.6 is now supported, critical bug fixed (#302)
* Commands: Better handling of return codes for pipelines (#288)
* Paths: Return split support (regression) (#286) - also supports dummy args
for better ``str`` compatibility
* Paths: Added support for Python 3.6 path protocol
* Paths: Support Python's ``in`` syntax
* CLI: Added Config parser (provisional) (#304)
* Color: image plots with `python -m plumbum.cli.image` (#304)
* SSH: No longer hangs on failure (#306)
* Test improvements, especially on non-linux systems
- 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)
- Sort *_DEPENDS
- Remove blank line between BUILD_DEPENDS and RUN_DEPENDS
- Remove OXLIB and use the shared library path right after STRIP_CMD
- Use PORTEXAMPLES to simplify PLIST
- While I'm here, fix indent
Changes: https://github.com/openxpki/openxpki/commits/develop
PR: 215670
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
DBIx::Handler is fork-safe and easy transaction handling DBI handler.
It provides scope base transaction, fork safe dbh handling.
WWW: http://search.cpan.org/dist/DBIx-Handler/
- While I'm here:
- Add LICENSE_FILE
- Add p5-DBI to {BUILD|RUN}_DEPENDS
- Move p5-Test-* to TEST_DEPENDS
PR: 214293
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
- update MASTER_SITES to use upstream stride (the old - repackages - sources
were no longer working).
- take maintainership: although I don't use the software I am happy to respond
to PR's and check for updates periodically,
- add license information for each source:
- vmd: custom license that requires the user to explicitly download (and
accept the license before downloading). Mark the license as
auto-accept here as the present of the DISTFILE will indicate that
the license has been accepted
- tachyon: standard 3-clause BSD license :-)
- stride: almost BSD license, except only for academic use (i.e.
non-commersial) and a requirement to report bugs to the author.
Add a plain text copy of the license file to the port.
- add missing dependencies: gl, x11
- fix detection of python.
- simplify configure patch.
- update pkg-plist for changes in plugin versions.