Summary: | security/p5-openxpki, security/p5-openxpki-i18n: update to 1.16.2 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Sergei Vyshenski <svysh.fbsd> | ||||||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Some People | CC: | svysh.fbsd | ||||||||
Priority: | --- | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Bug Depends on: | 214293 | ||||||||||
Bug Blocks: | |||||||||||
Attachments: |
|
Description
Sergei Vyshenski
2016-12-30 13:51:31 UTC
Created attachment 178614 [details]
patch for updating the ports
rclint -v files/openxpki.in
recommends using "install" rather than "chown".
But here we need a more fine control of starting server, than "install" provides,
because configuration files have to be created by hand.
I'd suggest/recommend: - Sort *_DEPENDS - Remove blank line between BUILD_DEPENDS and RUN_DEPENDS - Remove PERL_LEVEL check as we do not have perl5.18 in the tree - Remove OXLIB and use the shared library path right after STRIP_CMD - Use PORTEXAMPLES to simplify PLIST Created attachment 178615 [details]
patch for updating the ports
Thanks. Patch fixed as recommended. Tested anew as before.
A commit references this bug: Author: sunpoet Date: Sun Jan 8 20:43:46 UTC 2017 New revision: 430896 URL: https://svnweb.freebsd.org/changeset/ports/430896 Log: Update to 1.16.2 - 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) Changes: head/security/p5-openxpki/Makefile head/security/p5-openxpki/distinfo head/security/p5-openxpki/files/openxpki.in head/security/p5-openxpki/files/patch-Makefile.PL head/security/p5-openxpki/pkg-plist head/security/p5-openxpki-i18n/Makefile head/security/p5-openxpki-i18n/distinfo Committed. Thanks! |