aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Net-SMTP-SSL
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.03Sunpoet Po-Chuan Hsieh2015-06-212-3/+4
| | | | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Net-SMTP-SSL/Changes Notes: svn path=/head/; revision=390216
* - Update to 1.02Sunpoet Po-Chuan Hsieh2015-03-272-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Net-SMTP-SSL/Changes Notes: svn path=/head/; revision=382406
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Update COMMENT and pkg-descrSunpoet Po-Chuan Hsieh2014-05-043-9/+9
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=352948
* - Add LICENSESunpoet Po-Chuan Hsieh2014-03-141-1/+5
| | | | | | | | - Add RUN_DEPENDS - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=348273
* Return some ports I maintain to the pool.Eitan Adler2014-02-021-1/+1
| | | | Notes: svn path=/head/; revision=342249
* Convert to stagingEitan Adler2013-10-082-3/+1
| | | | | | | Discussed with: mat Notes: svn path=/head/; revision=329792
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Convert to new perl frameworkAndrej Zverev2013-08-041-1/+2
| | | | | | | Approved by: eadler@ (maintainer) Notes: svn path=/head/; revision=324222
* Remove now excess verbiage.Eitan Adler2013-07-161-2/+0
| | | | | | | Reviewed by: bapt Notes: svn path=/head/; revision=323129
* Fix COMMENTEitan Adler2013-03-291-1/+1
| | | | Notes: svn path=/head/; revision=315513
* Clean up my ports (and a couple of ports@ owned ones):Eitan Adler2013-03-081-0/+2
| | | | | | | | | | | | | - Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc) Notes: svn path=/head/; revision=313672
* Remove the header for ports I created.Wesley Shields2012-12-121-1/+0
| | | | | | | | | For dns/openresolv give proper attribution. This was a copy/paste mistake the submitter made, which incorrectly gave me attribution for that file. I did not create it. Notes: svn path=/head/; revision=308777
* Trim the headers in the ports I maintain.Eitan Adler2012-10-061-5/+1
| | | | Notes: svn path=/head/; revision=305369
* Avoid the use of site perlEitan Adler2012-06-051-1/+1
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=298415
* - change the email address I use to maintain portsEitan Adler2011-08-211-1/+1
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=280136
* - change the email address I use to maintain portsEitan Adler2011-08-211-1/+1
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=280123
* - Pass maintainership to Eitan Adler <ports@eitanadler.com>.Stanislav Sedov2011-08-161-1/+1
| | | | Notes: svn path=/head/; revision=279789
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/autoPhilip M. Gollucci2010-09-242-1/+1
| | | | | | | | | | are part of lang/perl5* pkg-plist - Bump PORTREVISIONs With Hat: perl@ Notes: svn path=/head/; revision=261734
* - Reassign maintainer to ports@Wesley Shields2009-09-091-1/+1
| | | | Notes: svn path=/head/; revision=241132
* New port: p5-Net-SMTP-SSLWesley Shields2008-06-224-0/+41
Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network operations. Due to the nature of Net::SMTP's new method, it is not overridden to make use of a default port for the SMTPS service. Perhaps future versions will be smart like that. Port 465 is usually what you want, and it's not a pain to specify that. WWW: http://search.cpan.org/dist/Net-SMTP-SSL/ Notes: svn path=/head/; revision=215568