On Mon, Oct 16, 2017 at 06:04:52PM -0400, Daniel Jakots wrote: > On Mon, 9 Oct 2017 23:21:29 +0200, Klemens Nanni <k...@posteo.org> wrote: > > > -HOMEPAGE= http://isync.sourceforge.net/ > > +HOMEPAGE= https://isync.sourceforge.net/ > > It doesn't work here. > > $ curl -I http://isync.sourceforge.net/ > HTTP/1.1 200 OK > [...] > $ curl -I https://isync.sourceforge.net/ > curl: (7) Failed to connect to isync.sourceforge.net port 443: > Connection refused > > > > diff --git a/mail/isync/pkg/MESSAGE b/mail/isync/pkg/MESSAGE > > index 18c9fe60aa0..d5dcd36e35a 100644 > > --- a/mail/isync/pkg/MESSAGE > > +++ b/mail/isync/pkg/MESSAGE > > @@ -1,3 +1,4 @@ > > -Configuration format has changed; consult manual page for details. > > +If you have Maildir sub-folders, you need to update the > > configuration to +specify the naming style, see the SubFolders option > > im mbsync(1). > > I'm not sure about the use of MESSAGE this way. Anyone cares to comment? > My bad, it was https://sourceforge.net/projects/isync/files/isync/ that had working TLS, not isync.sourceforge.net.
Updated diff below. diff --git a/mail/isync/Makefile b/mail/isync/Makefile index 4a14632eafc..d0fcb6fd016 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -2,7 +2,7 @@ COMMENT= synchronize IMAP4 and maildir mailboxes -DISTNAME= isync-1.2.2 +DISTNAME= isync-1.3.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isync/} diff --git a/mail/isync/distinfo b/mail/isync/distinfo index 42716ff1a4e..9d38087baac 100644 --- a/mail/isync/distinfo +++ b/mail/isync/distinfo @@ -1,2 +1,2 @@ -SHA256 (isync-1.2.2.tar.gz) = 2Rl+J7/nfj2JcfT8sl7DeyUGgnxLyUObcjdsqgkc6Hc= -SIZE (isync-1.2.2.tar.gz) = 285745 +SHA256 (isync-1.3.0.tar.gz) = jV9YOXbjEZcFvbon+k/JYugH/1mW8k81SVcXj/ppfJw= +SIZE (isync-1.3.0.tar.gz) = 309459 diff --git a/mail/isync/pkg/MESSAGE b/mail/isync/pkg/MESSAGE index 18c9fe60aa0..d5dcd36e35a 100644 --- a/mail/isync/pkg/MESSAGE +++ b/mail/isync/pkg/MESSAGE @@ -1,3 +1,4 @@ -Configuration format has changed; consult manual page for details. +If you have Maildir sub-folders, you need to update the configuration to +specify the naming style, see the SubFolders option im mbsync(1). The "isync" wrapper is deprecated and will be removed in future versions. diff --git a/mail/isync/pkg/PLIST b/mail/isync/pkg/PLIST index 736d788b5d8..6b794b99a53 100644 --- a/mail/isync/pkg/PLIST +++ b/mail/isync/pkg/PLIST @@ -1,7 +1,7 @@ @comment $OpenBSD: PLIST,v 1.7 2015/04/03 18:51:46 czarkoff Exp $ -bin/get-cert @bin bin/isync @bin bin/mbsync +bin/mbsync-get-cert @bin bin/mdconvert @man man/man1/isync.1 @man man/man1/mbsync.1