Bug 214269

Summary: [ftp/wget] add METALINK and PSL options
Product: Ports & Packages Reporter: Po-Chuan Hsieh <sunpoet>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me CC: sunpoet, vsasjason
Priority: --- Flags: bugzilla: maintainer-feedback? (vd)
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D8456

Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2016-11-06 15:51:27 UTC
- Add METALINK and PSL options

====> Running Q/A tests (stage-qa)
Error: /usr/local/bin/wget is linked to /usr/local/lib/libmetalink.so.3 from misc/libmetalink but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libmetalink.so:misc/libmetalink
Error: /usr/local/bin/wget is linked to /usr/local/lib/libpsl.so.5 from dns/libpsl but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libpsl.so:dns/libpsl
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-11-21 17:37:05 UTC
A commit references this bug:

Author: sunpoet
Date: Mon Nov 21 17:36:35 UTC 2016
New revision: 426749
URL: https://svnweb.freebsd.org/changeset/ports/426749

Log:
  - Add METALINK and PSL options

  ====> Running Q/A tests (stage-qa)
  Error: /usr/local/bin/wget is linked to /usr/local/lib/libmetalink.so.3 from misc/libmetalink but it is not declared as a dependency
  Warning: you need LIB_DEPENDS+=libmetalink.so:misc/libmetalink
  Error: /usr/local/bin/wget is linked to /usr/local/lib/libpsl.so.5 from dns/libpsl but it is not declared as a dependency
  Warning: you need LIB_DEPENDS+=libpsl.so:dns/libpsl

  PR:		214269
  Differential Revision:	https://reviews.freebsd.org/D8456
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 15 days)

Changes:
  head/ftp/wget/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2016-11-22 07:02:01 UTC
Committed. Thanks!