Bug 196448

Summary: mail/dovecot2-pigeonhole: Register dependency on OpenSSL
Product: Ports & Packages Reporter: Bernard Spil <brnrd>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Some People CC: ler, pi
Priority: --- Keywords: easy, patch, patch-ready
Version: LatestFlags: ler: maintainer-feedback+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for the makefile koobs: maintainer-approval+

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.