Date: Fri, 5 Feb 2016 17:04:35 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408229 - head/mail/imapsync Message-ID: <201602051704.u15H4Z9L085429@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Fri Feb 5 17:04:35 2016 New Revision: 408229 URL: https://svnweb.freebsd.org/changeset/ports/408229 Log: mail/imapsync: 1.670 -> 1.678 - 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> Modified: head/mail/imapsync/Makefile head/mail/imapsync/distinfo Modified: head/mail/imapsync/Makefile ============================================================================== --- head/mail/imapsync/Makefile Fri Feb 5 16:54:23 2016 (r408228) +++ head/mail/imapsync/Makefile Fri Feb 5 17:04:35 2016 (r408229) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= imapsync -PORTVERSION= 1.670 +PORTVERSION= 1.678 DISTVERSIONPREFIX= v CATEGORIES= mail perl5 MASTER_SITES= https://codeload.github.com/imapsync/imapsync/tar.gz/imapsync-${PORTVERSION}?dummy=/ Modified: head/mail/imapsync/distinfo ============================================================================== --- head/mail/imapsync/distinfo Fri Feb 5 16:54:23 2016 (r408228) +++ head/mail/imapsync/distinfo Fri Feb 5 17:04:35 2016 (r408229) @@ -1,2 +1,2 @@ -SHA256 (imapsync-imapsync-v1.670_GH0.tgz) = 0a02a60899850a2aa8b7642a1caebda951437e2eb530f32489b10e651e957a29 -SIZE (imapsync-imapsync-v1.670_GH0.tgz) = 1393448 +SHA256 (imapsync-imapsync-v1.678_GH0.tgz) = 77cd7b58bc1872bcf6c531ee8f764dda87e0dec3f6ffed752748ff9ae74534b0 +SIZE (imapsync-imapsync-v1.678_GH0.tgz) = 1182948
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051704.u15H4Z9L085429>