Created attachment 196678 [details] patch file - Update 1.10 -> 1.11 - Modernize port Changelog: http://ccrypt.sourceforge.net/#news QA: poudriere testport: OK (120a, 112a, 104i)
Looks good to me. Thanks for the patch! Note: Lately I haven't been able to use FreeBSD as much as I used to or would want to. If you feel like adopting the port, feel free to do so.
Take
Only part I'd change .for i in ccrypt.html cypfaq01.txt ${INSTALL_DATA} ${WRKSRC}/doc/$i ${STAGEDIR}${DOCSDIR} .endfor I say that as a committer reviewed one of mine some time ago and recommended not to. Guess so it doesn't have to iterate through it so much or something. (cd ${WRKSRC}/doc ; ${INSTALL_DATA} ccrypt.html cypfaq01.txt ${STAGEDIR}${DOCSDIR}) is how I'd do it, but that's just me :)
A commit references this bug: Author: fernape Date: Sun Sep 9 20:54:30 UTC 2018 New revision: 479334 URL: https://svnweb.freebsd.org/changeset/ports/479334 Log: security/ccrypt: update to 1.11 * Fixes a number of minor portability issues and minor bugs PR: 230995 Submitted by: dg@syrec.org Approved by: tcberner (mentor), dev2@heesakkers.info (maintainer) Differential Revision: https://reviews.freebsd.org/D17098 Changes: head/security/ccrypt/Makefile head/security/ccrypt/distinfo head/security/ccrypt/pkg-plist
Committed with minor changes. Thanks to everyone involved!