Created attachment 144245 [details] stagify and license ccrypt The attached patch stagifies ccrypt and also adds license information.
I get an error here when building the patch with Poudriere: ===> No pkg-plist issues found (check-plist) ====>> Checking for staging violations... done ====>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}): extra: usr/local/share/doc/ccrypt
Created attachment 144250 [details] Revised patch Right, ${STAGEDIR} before ${DOCSDIR}, revised patch attached.
Different error now :) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/ccrypt.html Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/cypfaq01.txt Error: Orphaned: %%PORTDOCS%%@dirrmtry %%DOCSDIR%%
Created attachment 144261 [details] Next revision I'm sure you saw what I did there, but for prosperity: I did a check-plist without the ${STAGEDIR} in place and I didn't bother doing check-plist again for the first revision. So three times will have to be a charm. Meanwhile I'll dig up my redports credentials from my crashed server, so I can save myself these embarassements in the future.
A commit references this bug: Author: rakuco Date: Sun Jun 29 19:39:09 UTC 2014 New revision: 359790 URL: http://svnweb.freebsd.org/changeset/ports/359790 Log: - Support staging. - Add licensing information. PR: 191478 Submitted by: Oliver Heesakkers <dev2@heesakkers.info> (maintainer) Changes: head/security/ccrypt/Makefile head/security/ccrypt/pkg-plist
Committed, thank you!