| Log Message: |
- Fix OpenSSL dependency
- Remove WITH_OPENSSL_PORT
- While I'm here:
- Remove RUN_DEPENDS: ExtUtils::CChecker and ExtUtils::PkgConfig are build dependencies
- Update TEST_DEPENDS
- Sort PLIST
- Bump PORTREVISION for dependency change
This port works fine with OpenSSL from base. I manually added libcrypto.pc
(modified one from security/openssl with s|/local||) to /usr/libdata/pkgconfig
before running tests. Though author assumes libcrypto.pc existence (in tests),
the functionality itself is not affected. I decided to remove WITH_OPENSSL_PORT.
PR: 203205
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
|