Created attachment 145716 [details] The attached patch may be used to update the port.
When all OPTIONS are deselected, there are plist issues: ====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for directories owned by MTREEs ===> Checking for directories handled by dependencies ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: %%SITE_PERL%%/FTimes/EadRoutines.pm Error: Missing: %%SITE_PERL%%/FTimes/Properties.pm Error: Missing: %%SITE_PERL%%/%%PERL_ARCH%%/auto/FTimes/.packlist Error: Missing: man/man3/FTimes::EadRoutines.3.gz Error: Missing: man/man3/FTimes::Properties.3.gz Error: Missing: @dirrmtry %%SITE_PERL%%/FTimes Error: Missing: @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FTimes ===> Error: Plist issues found. *** Error code 1
These Perl-related items need to be conditionally included in the plist. I will work on a fix for that and submit a new patch when it's ready.
Created attachment 145938 [details] The attached patch may be used to update the port. The current patch upgrades the port to 3.11.0. It also conditionally installs Perl modules when the DIG_TOOLS and/or MAP_TOOLS options have been enabled.
moving back to patch-ready status.
Created attachment 145944 [details] The attached patch may be used to update the port. The previous patch was missing files/patch-configure. Please use this patch instead.
A commit references this bug: Author: riggs Date: Mon Aug 18 06:59:31 UTC 2014 New revision: 365269 URL: http://svnweb.freebsd.org/changeset/ports/365269 Log: - Update to upstream release 3.11.0 - Fix pkg-plist for all permutations of OPTIONS PR: 192615 Submitted by: klm@uidzero.org (maintainer) Approved by: mentors (implicit) Changes: head/security/ftimes/Makefile head/security/ftimes/distinfo head/security/ftimes/files/patch-configure head/security/ftimes/files/patch-etc__xmagic__xmagic.base head/security/ftimes/pkg-plist
Thanks for taking care of the plist! Committed!