Opened 12 years ago

Closed 11 years ago

Last modified 11 years ago

#35308 closed request (fixed)

Package Net::SMTP::SSL

Reported by: schwern@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: cooljeanius (Eric Gallager), mojca (Mojca Miklavec)
Port: p5-net-smtp-ssl

Description

git-send-email requires Net::SMTP::SSL in order to send email via a TLS encrypted SMTP server such as GMail. Net::SMTP::SSL is not packaged by MacPorts. It would be very nice if it were, thanks.

See the EXAMPLE section of git-send-email(1).

Attachments (3)

Portfile (824 bytes) - added by dark.panda+macports@… 12 years ago.
Portfile for Net::SMTP::SSL for perl5.
Portfilecandidate (766 bytes) - added by cooljeanius (Eric Gallager) 11 years ago.
Portfile generated by cpan2port for Net::SMTP::SSL
Portfile.diff (1.7 KB) - added by cooljeanius (Eric Gallager) 11 years ago.
diff between attached portfile and generated portfile

Download all attachments as: .zip

Change History (13)

comment:1 Changed 12 years ago by dark.panda+macports@…

Just attached a Portfile for Net::SMTP::SSL. I also needed git-send-email and everything seems to work via my gmail account.

Changed 12 years ago by dark.panda+macports@…

Attachment: Portfile added

Portfile for Net::SMTP::SSL for perl5.

comment:2 Changed 12 years ago by msmith@…

How can I utilize this new portfile? I'm experiencing the same issue.

comment:3 Changed 12 years ago by msmith@…

FYI

$ portindex   
Creating port index in /Users/workspace/tmp/ports
Adding port perl5/ssl
Adding subport p5.8-net-smtp-ssl
Adding subport p5.10-net-smtp-ssl
Adding subport p5.12-net-smtp-ssl
Adding subport p5.14-net-smtp-ssl
Adding subport p5.16-net-smtp-ssl

Total number of ports parsed:   6 
Ports successfully parsed:      6 
Ports failed:                   0 
Up-to-date ports skipped:       0

$ port install perl5/ssl        
--->  Computing dependencies for p5-net-smtp-ssl
Error: Dependency 'p5.12-net-smtp-ssl' not found.
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets

comment:4 Changed 11 years ago by cooljeanius (Eric Gallager)

cpan2port output:

gl00b05047:LocalPorts root# cpan2port -t Net::SMTP::SSL
Net::SMTP::SSL is not perl porter
Net::SMTP::SSL (no description available)
Net::SMTP::SSL will show deps
trying to find dist in /var/root/.cpan/build/Net-SMTP-SSL-1.01*
---
rmd160: 8848d5f28d6e7ce03481aa6f0b7bb6b193c0bddb
sha256: 13599c46bc7ce47fc151ace89d0625294b62154c3a20c7ff7e7614d1f2ee6289
creating perl/p5-net-smtp-ssl/Portfilecandidate Test::More
candidate Net::SMTP
candidate IO::Socket::SSL
end compute dependencies
Net::SMTP::SSL requires IO::Socket::SSL
IO::Socket::SSL is not perl porter
IO::Socket::SSL (no description available)

Changed 11 years ago by cooljeanius (Eric Gallager)

Attachment: Portfilecandidate added

Portfile generated by cpan2port for Net::SMTP::SSL

Changed 11 years ago by cooljeanius (Eric Gallager)

Attachment: Portfile.diff added

diff between attached portfile and generated portfile

comment:5 Changed 11 years ago by cooljeanius (Eric Gallager)

The originally attached portfile is probably the better one to go with, I just thought it would be interesting to compare

comment:6 Changed 11 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:7 Changed 11 years ago by cooljeanius (Eric Gallager)

Also the corresponding issue for Homebrew is open here: https://github.com/mxcl/homebrew/pull/18672

comment:8 Changed 11 years ago by mojca (Mojca Miklavec)

Cc: mojca@… added

Cc Me!

comment:9 Changed 11 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: newclosed
Version: 2.1.1

comment:10 Changed 11 years ago by mf2k (Frank Schima)

Keywords: perl smtp tls ssl removed
Port: p5-net-smtp-ssl added
Note: See TracTickets for help on using tickets.