Bug 201438 - mail/exim: LMTP is disabled due to typo
Summary: mail/exim: LMTP is disabled due to typo
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vsevolod Stakhov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-09 13:13 UTC by Gennady Proskurin
Modified: 2015-07-13 12:30 UTC (History)
1 user (show)

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


Attachments
Patch, which fixes problem (293 bytes, patch)
2015-07-09 13:13 UTC, Gennady Proskurin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gennady Proskurin 2015-07-09 13:13:01 UTC
Created attachment 158564 [details]
Patch, which fixes problem

LMTP is spelled as LTMP in options file.
Fix is obvious (attached). Probably portreversion bump is needed.
Comment 1 Jason Unovitch freebsd_committer freebsd_triage 2015-07-10 15:19:13 UTC
(In reply to Gennady Proskurin from comment #0)
Did the misspelling prevent it from building with that option? If so I don't believe the port revision bump would be required since it never would have built.
Comment 2 Gennady Proskurin 2015-07-13 10:51:19 UTC
(In reply to Jason Unovitch from comment #1)
Misspelling causes exim to be built without LMTP support. After fixing, exim is built with LMTP. So, this fix changes set of applied options, I think bump is needed. And also, without version bump, package will not be rebuilt by package builders and binary upgrade will not be available.
Comment 3 Vsevolod Stakhov freebsd_committer freebsd_triage 2015-07-13 10:57:09 UTC
Well, the current policy is to bump revision on anything that could change a package. And this will obviously change it. So I'll bump revision.
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-07-13 11:52:23 UTC
A commit references this bug:

Author: vsevolod
Date: Mon Jul 13 11:52:14 UTC 2015
New revision: 391892
URL: https://svnweb.freebsd.org/changeset/ports/391892

Log:
  - Restore LMTP support by default [1]
  - Fix install commands in the Makefile
  - Bump portrevision

  PR:		201438
  Submitted by:	Gennady Proskurin <gpr at mail.ru>

Changes:
  head/mail/exim/Makefile
  head/mail/exim/options
Comment 5 Vsevolod Stakhov freebsd_committer freebsd_triage 2015-07-13 12:30:04 UTC
Committed, thanks!