Bug 208128 - [new port] mail/p5-Mail-Box-IMAP4-SSL Missing part of Mail::Box::IMAP4 (imaps)
Summary: [new port] mail/p5-Mail-Box-IMAP4-SSL Missing part of Mail::Box::IMAP4 (imaps)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-18 19:48 UTC by Henk van Oers
Modified: 2016-03-19 08:40 UTC (History)
1 user (show)

See Also:


Attachments
The sharfile of this new port (2.33 KB, text/plain)
2016-03-18 19:48 UTC, Henk van Oers
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henk van Oers 2016-03-18 19:48:27 UTC
Created attachment 168377 [details]
The sharfile of this new port

make test, portlint, QA, etc all okay.

But depends on:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208124
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2016-03-19 07:53:11 UTC
testbuilds@work
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-03-19 08:39:30 UTC
A commit references this bug:

Author: pi
Date: Sat Mar 19 08:38:34 UTC 2016
New revision: 411381
URL: https://svnweb.freebsd.org/changeset/ports/411381

Log:
  New port: mail/p5-Mail-Box-IMAP4-SSL

  This is a thin subclass of Mail::Box::IMAP4 to provide IMAP
  over SSL (aka IMAPS).
  It hides the complexity of setting up Mail::Box::IMAP4
  with IO::Socket::SSL, Mail::IMAPClient and Mail::Transport::IMAP4.

  In all other respects, it resembles Mail::Box::IMAP4.
  See that module for documentation.

  WWW: http://search.cpan.org/dist/Mail-Box-IMAP4-SSL/

  PR:		208128
  Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>

Changes:
  head/mail/Makefile
  head/mail/p5-Mail-Box-IMAP4-SSL/
  head/mail/p5-Mail-Box-IMAP4-SSL/Makefile
  head/mail/p5-Mail-Box-IMAP4-SSL/distinfo
  head/mail/p5-Mail-Box-IMAP4-SSL/pkg-descr
  head/mail/p5-Mail-Box-IMAP4-SSL/pkg-plist
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2016-03-19 08:40:22 UTC
Committed, thanks!