Age | Commit message (Collapse) | Author | Files | Lines |
|
0.6.2:
fixing installation bug and mismatched versioning
|
|
- Fix installation bug in yaml-cpp.pc file.
|
|
0.6.0:
requires C++11
removes dependency on Boost
bug fixes
performance improvements
|
|
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
|
|
|
This will be the last release that uses Boost; futures releases
will require C++11 instead.
No release notes, only bugfixes since 0.5.1. See full commit logs:
https://github.com/jbeder/yaml-cpp/compare/release-0.5.1...release-0.5.2
https://github.com/jbeder/yaml-cpp/compare/release-0.5.2...release-0.5.3
|
|
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
|
|
yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.
|