Created attachment 148330 [details] Pet portlint.
Created attachment 148684 [details] Update to 1.3.17 New upstream version 1.3.17 is released. So please commit updated patch instead of original one. Regards.
I would like to see all the "${INSTALL} -d " lines combined into a single "@${MKDIR}" line that has one directory per line (separated by ending \) Is there a reason not to do that?
(In reply to John Marino from comment #2) > I would like to see all the "${INSTALL} -d " lines combined into a single > "@${MKDIR}" line that has one directory per line (separated by ending \) > > Is there a reason not to do that? I used "${INSTALL} -d" simply because it was already used when I take maintainership of this port. So I'm willing to change it if it is better.
I would prefer that you convert the install -d commands to a single mkdir command for the sake of consistency.
Created attachment 148971 [details] Updated patch. Patch is updated so multiple "${INSTALL} -d" lines are concatenated to single ${MKDIR} one. So please commit updated patch instead of previous ones. Regards.
Thanks, much better. this line isn't needed: ${GZIP_CMD} ${STAGEDIR}${MAN8PREFIX}/man/man8/$i If the man page is uncompressed, the framework will compress it for you. Can you remove it and verify it works with "make check-plist"? You can just say you checked it and it passed.
(In reply to John Marino from comment #6) > Thanks, much better. > > this line isn't needed: > ${GZIP_CMD} ${STAGEDIR}${MAN8PREFIX}/man/man8/$i > > If the man page is uncompressed, the framework will compress it for you. > Can you remove it and verify it works with "make check-plist"? You can just > say you checked it and it passed. Thank you for comment. I removed the line and tried 'make stage check-plist'. It passed without any error.
Thanks, just update the patch again and I'll promote this PR.
Created attachment 148985 [details] Updated patch. Patch is updated to remove unnecessary line pointed out by comment. So please commit updated patch instead of previous ones. Regards.
Thanks, I'm promoting this to patch-ready pool as promised.
A commit references this bug: Author: robak Date: Thu Nov 6 10:50:36 UTC 2014 New revision: 372219 URL: https://svnweb.freebsd.org/changeset/ports/372219 Log: security/logcheck: update 1.3.16 -> 1.3.17 PR: 194373 Submitted by: Yasuhiro Kimura <yasu@utahime.org> Approved by: mentors (implicit) Changes: head/security/logcheck/Makefile head/security/logcheck/distinfo head/security/logcheck/files/extra-patch-src__logcheck.in head/security/logcheck/pkg-plist
Committed, thanks for your work!