www/pydio-cells: Update to 2.2.8
- One patch has been upstreamed, deleted
- Fixed unit tests by fixing keyring code
Testing:
- `portlint -AC` still OK
- Smoke-tested in production
- Unit tests pass
Changelog: https://github.com/pydio/cells/compare/v2.2.7...v2.2.8
www/pydio-cells: Fix build and overhaul
Summary:
Pydio cells uses a custom version of packr to embed the static
resources into the `cells` binary. Previously, the embedding process
was not peformed, resulting in a non-functional binary. When trying
to use the app, user will just get "404 Not Found" error instead of
a web page.
To fix this - before the build `gmake generate` has to be performed
in the WRKSRC, and a special custom version of packr v1
(devel/pydio-packr) has to be used.
Other changes:
- DOCS option was removed, as the README.md file didn't really provide
(Only the first 15 lines of the commit message are shown above )