Commit graph

16 commits

Author SHA1 Message Date
Adam Weinberger
ec801ef7b6 Update to 0.27.
Changes: https://metacpan.org/changes/distribution/Net-FTPSSL
2015-03-29 16:14:48 +00:00
Adam Weinberger
9ffb4e29f6 Update to 0.26.
Changes: https://metacpan.org/changes/distribution/Net-FTPSSL
2015-02-14 19:22:22 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Philippe Audeoud
3d5d6767aa - Update to 0.25 2014-11-04 16:02:10 +00:00
Baptiste Daroussin
1e242b782f Clean up plist 2014-10-20 15:20:21 +00:00
Andrej Zverev
487d869eba - support STAGEDIR 2013-11-03 08:05:18 +00:00
Baptiste Daroussin
1640537ad6 Add NO_STAGE all over the place in preparation for the staging support (cat: ftp) 2013-09-20 17:23:18 +00:00
Philippe Audeoud
540084f486 - Update to 0.23
- Changelog: http://cpansearch.perl.org/src/CLEACH/Net-FTPSSL-0.23/Changes
2013-08-09 13:20:40 +00:00
Andrej Zverev
a74217e6d9 - Convert to new perl framework
- Trim Makefile header
2013-07-31 11:56:17 +00:00
Philippe Audeoud
41fe720823 - Update to 0.22
- Changelog: http://cpansearch.perl.org/src/CLEACH/Net-FTPSSL-0.22/Changes
2012-05-31 09:26:40 +00:00
Sunpoet Po-Chuan Hsieh
4e93f79fac - Update to 0.21
Changes:	http://search.cpan.org/dist/Net-FTPSSL/Changes
2012-02-21 04:44:41 +00:00
Sunpoet Po-Chuan Hsieh
3f9a1528ec - Update to 0.20
- Pet portlint

Changes:	http://search.cpan.org/dist/Net-FTPSSL/Changes
2012-01-06 08:21:23 +00:00
Philippe Audeoud
20f9c4b7df - Update to 0.19
- Changelog: http://cpansearch.perl.org/src/CLEACH/Net-FTPSSL-0.19/Changes
2011-10-20 14:16:29 +00:00
Baptiste Daroussin
87c5ee7e4a - update to 0.18
- changes: http://cpansearch.perl.org/src/CLEACH/Net-FTPSSL-0.18/Changes
2011-08-16 21:54:09 +00:00
Baptiste Daroussin
b4b97fbff9 - update to 0.17
- changes: http://cpansearch.perl.org/src/CLEACH/Net-FTPSSL-0.17/Changes
2011-03-25 15:14:28 +00:00
Wen Heping
ddc17280cb Net::FTPSSL is a class implementing a simple FTP client over a Secure
Sockets Layer (SSL) or Transport Layer Security (TLS) connection written
in Perl as described in RFC959 and RFC2228. It will use TLS by default.

WWW: http://search.cpan.org/dist/Net-FTPSSL/
2010-12-02 13:55:59 +00:00