Bug 192615 - Update port: security/ftimes 3.10.0 to 3.11.0
Summary: Update port: security/ftimes 3.10.0 to 3.11.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Thomas Zander
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-12 15:52 UTC by klm
Modified: 2014-08-18 07:03 UTC (History)
2 users (show)

See Also:


Attachments
The attached patch may be used to update the port. (8.31 KB, patch)
2014-08-12 15:52 UTC, klm
klm: maintainer-approval+
Details | Diff
The attached patch may be used to update the port. (10.81 KB, patch)
2014-08-17 19:17 UTC, klm
no flags Details | Diff
The attached patch may be used to update the port. (11.32 KB, patch)
2014-08-17 23:03 UTC, klm
klm: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!