Fix distinfo for the offending ports.
lang/yorick's tag was moved, and the added patch was no longer needed.
PR: 207644
Submitted by: mat
Exp-run by by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D4268
- Added --errorsmax in --help message
- Added --debugssl int. Default is like --debugssl 1 (Only print out errors).
- Added --timeout1
- Added --timeout2 (--timeout still available to set both with the same value)
- Added --sslargs1 to pass any ssl parameter for host1 connection.
- Added --sslargs2 to pass any ssl parameter for host2 connection.
Example --sslargs1 SSL_verify_mode=1 --sslargs1 SSL_version=SSLv3
- Removed --allow3xx option.
- Added env_proxy call in sub xoauth2() to read proxy settings
from environment variable without PERL_LWP_ENV_PROXY=1
PR: 206952
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.
While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.
PR: 205367
With hat: portmgr
Sponsored by: Absolight
Changes:
- Folders showed also in utf8.
- Caveat to upgrade on Unix!: New Unicode::String Perl module
dependency, for utf8 output. See the INSTALL file.
- Enhancement: Added --skipemptyfolders to skip syncing empty host1
folders. They are not created on host2.
- Usability: Remove /x from regexes applied with --include and --exclude.
Blanks no longer have to be explicit with \ or [ ].
- Usability: Added utf8 output for folder names, protocol native utf7imap
special characters are not user friendly readable
- Usability: Moved foldersizes output after folders lists output.
- Usability: Added total size transferred after each message copied.
- Usability: After ETA, added number of total to be synced, as a
denominator dddd after each message copied, like nnn/dddd where nnn
is the number of messages copied. Before there was only nnn without
/dddd.
- Bug fix: Added several checks if IsUnconnected. Goal avoid imap
commands while disconnected. Reconnexion would be better anyway.
PR: 196341
Submitted by: mp39590@gmail.com
- Update to 1.567 [1]
- Allow staging [1] (based on)
- Remove unnecessary BUILD_DEPENDS as there is no build
PR: ports/182662 [1]
Submitted by: Herbert J. Skuhra <h.skuhra gmail.com>
Approved by: maintainer
- Use bundled Mail::IMAPClient instead of the one in ports which is too new
PR: ports/125462
Submitted by: Jim Riggs <ports@christianserving.org> (maintainer)