Bug 233041 - mail/msmtp change option name with-ssl to with-tls
Summary: mail/msmtp change option name with-ssl to with-tls
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-06 19:31 UTC by Igor Zabelin
Modified: 2018-11-07 15:49 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Igor Zabelin 2018-11-06 19:31:09 UTC
configure: WARNING: unrecognized options: --with-ssl

There are now --with-tls
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-11-07 15:48:06 UTC
A commit references this bug:

Author: novel
Date: Wed Nov  7 15:47:15 UTC 2018
New revision: 484401
URL: https://svnweb.freebsd.org/changeset/ports/484401

Log:
  mail/msmtp: use proper configure argument for tls

  Correct option is '--with-tls=' now, not '--with-ssl='.

  PR:		233041
  Submitted by:	Igor Zabelin

Changes:
  head/mail/msmtp/Makefile
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2018-11-07 15:49:52 UTC
Thanks for noticing that! Should be fixed now.