Bug 196448 - mail/dovecot2-pigeonhole: Register dependency on OpenSSL
Summary: mail/dovecot2-pigeonhole: Register dependency on OpenSSL
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: freebsd-ports-bugs (Nobody)
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-01-02 20:47 UTC by Bernard Spil
Modified: 2015-01-04 10:00 UTC (History)
2 users (show)

See Also:
ler: maintainer-feedback+


Attachments
Patch for the makefile (279 bytes, patch)
2015-01-02 20:47 UTC, Bernard Spil
koobs: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bernard Spil freebsd_committer freebsd_triage 2015-01-02 20:47:23 UTC
Created attachment 151224 [details]
Patch for the makefile

The mail/dovecot2-pigeonhole port does not register the dependency on OpenSSL. This just bit me when dovecot was still running fine but the pigeonhole daemon died.

Simple patch, add USES_OPENSSL= yes

tested build and it now registers the dependency 

name: "dovecot-pigeonhole"
origin: "mail/dovecot2-pigeonhole"
<snip>
deps: {
    libressl: {
        origin: "security/libressl",
        version: "2.1.2"
    },
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-01-02 20:47:23 UTC
Maintainer CC'd
Comment 2 Larry Rosenman freebsd_committer freebsd_triage 2015-01-02 20:49:09 UTC
Approved, please commit
Comment 3 Larry Rosenman freebsd_committer freebsd_triage 2015-01-02 21:30:08 UTC
Already Approved -- see the comments
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2015-01-02 21:34:30 UTC
Comment on attachment 151224 [details]
Patch for the makefile

Apologies, meant to set that to + when I set the flag. Thanks for the quick heads-up
Comment 5 commit-hook freebsd_committer freebsd_triage 2015-01-04 09:53:35 UTC
A commit references this bug:

Author: pi
Date: Sun Jan  4 09:52:42 UTC 2015
New revision: 376190
URL: https://svnweb.freebsd.org/changeset/ports/376190

Log:
  mail/dovecot2-pigeonhole: register the dependency on OpenSSL

  PR:		196448
  Submitted by:	Bernard Spil <spil.oss@gmail.com>
  Approved by:	Larry Rosenman <ler@lerctr.org> (maintainer)

Changes:
  head/mail/dovecot2-pigeonhole/Makefile
Comment 6 Kurt Jaeger freebsd_committer freebsd_triage 2015-01-04 10:00:42 UTC
Committed, thanks.