Bug 192615

Summary: Update port: security/ftimes 3.10.0 to 3.11.0
Product: Ports & Packages Reporter: klm
Component: Individual Port(s)Assignee: Thomas Zander <riggs>
Status: Closed FIXED    
Severity: Affects Only Me CC: marino, riggs
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
The attached patch may be used to update the port.
klm: maintainer-approval+
The attached patch may be used to update the port.
none
The attached patch may be used to update the port. klm: maintainer-approval+

Description klm 2014-08-12 15:52:00 UTC
Created attachment 145716 [details]
The attached patch may be used to update the port.
Comment 1 Thomas Zander freebsd_committer freebsd_triage 2014-08-16 13:42:45 UTC
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
Comment 2 klm 2014-08-16 23:28:48 UTC
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.
Comment 3 klm 2014-08-17 19:17:00 UTC
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.
Comment 4 John Marino freebsd_committer freebsd_triage 2014-08-17 19:41:55 UTC
moving back to patch-ready status.
Comment 5 klm 2014-08-17 23:03:34 UTC
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.
Comment 6 commit-hook freebsd_committer freebsd_triage 2014-08-18 06:59:49 UTC
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
Comment 7 Thomas Zander freebsd_committer freebsd_triage 2014-08-18 07:03:52 UTC
Thanks for taking care of the plist! Committed!