svn commit: r408229 - head/mail/imapsync

Kurt Jaeger pi at FreeBSD.org
Fri Feb 5 17:04:37 UTC 2016


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 at 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


More information about the svn-ports-all mailing list