Bug 217893 - net/openpgm: correct dependency
Summary: net/openpgm: correct dependency
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: Eugene Grosbein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-18 16:28 UTC by Anton Yuzhaninov
Modified: 2017-07-13 08:23 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (vg)


Attachments
remove perl from run deps; copy docs/examples only when selected in options (939 bytes, patch)
2017-03-18 16:28 UTC, Anton Yuzhaninov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Yuzhaninov 2017-03-18 16:28:54 UTC
Created attachment 180928 [details]
remove perl from run deps; copy docs/examples only when selected in options

Remove perl from runtime depends:  perl is not used by openpgm in runtime, only for build.

While here copy docs and examples only if corresponding options turned on.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-07-13 08:20:46 UTC
A commit references this bug:

Author: eugen
Date: Thu Jul 13 08:20:35 UTC 2017
New revision: 445637
URL: https://svnweb.freebsd.org/changeset/ports/445637

Log:
  Remove perl from runtime depends: perl is not used by openpgm in runtime, only for build.
  While here, copy docs and examples only if corresponding options turned on.

  PR:		217893
  Submitted by:	Anton Yuzhaninov
  Approved by:	vg (maintainer timeout, 3+ months)
  Approved by:	az (mentor).

Changes:
  head/net/openpgm/Makefile
Comment 2 Eugene Grosbein freebsd_committer freebsd_triage 2017-07-13 08:22:10 UTC
Committed, thanks!