Bug 245445 - [NEW PORT] devel/p5-Proc-Find-Parents: Find parents of a process (up to the root)
Summary: [NEW PORT] devel/p5-Proc-Find-Parents: Find parents of a process (up to the r...
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: Po-Chuan Hsieh
URL:
Keywords: feature, needs-qa
Depends on:
Blocks: 245446
  Show dependency treegraph
 
Reported: 2020-04-08 04:43 UTC by Zane C. Bowers-Hadley
Modified: 2020-04-08 17:06 UTC (History)
0 users

See Also:


Attachments
svn diff (3.34 KB, patch)
2020-04-08 04:43 UTC, Zane C. Bowers-Hadley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2020-04-08 04:43:49 UTC
Created attachment 213183 [details]
svn diff

So while going through and cleaning up 243900 I found devel/p5-Term-Detect-Software was missing a depend for on FreeBSD and it is not in the ports tree.




Return an array containing information about parent processes of $pid up
to the parent of all processes (usually "init"). If $pid is not
mentioned, it defaults to $$. The immediate parent is in the first
element of array, followed by its parent, and so on.

WWW: https://metacpan.org/release/Proc-Find-Parents
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2020-04-08 17:06:33 UTC
Committed. Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-04-08 17:06:41 UTC
A commit references this bug:

Author: sunpoet
Date: Wed Apr  8 17:06:14 UTC 2020
New revision: 531137
URL: https://svnweb.freebsd.org/changeset/ports/531137

Log:
  Add p5-Proc-Find-Parents 0.631

  Return an array containing information about parent processes of $pid up to the
  parent of all processes (usually "init"). If $pid is not mentioned, it defaults
  to $$. The immediate parent is in the first element of array, followed by its
  parent, and so on.

  WWW: https://metacpan.org/release/Proc-Find-Parents

  PR:		245445
  Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>

Changes:
  head/devel/Makefile
  head/devel/p5-Proc-Find-Parents/
  head/devel/p5-Proc-Find-Parents/Makefile
  head/devel/p5-Proc-Find-Parents/distinfo
  head/devel/p5-Proc-Find-Parents/pkg-descr
  head/devel/p5-Proc-Find-Parents/pkg-plist