Commit graph

75 commits

Author SHA1 Message Date
Kurt Jaeger
d415d3c52c mail/imapsync: add run-dep devel/p5-Readonly
PR:		213116
Submitted by:	raivo.hool@gmail.com
2016-10-08 06:37:09 +00:00
Kurt Jaeger
f7ed36aab9 mail/imapsync: 1.678 -> 1.727
PR:		213116
Changes:	http://imapsync.lamiral.info/ChangeLog
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2016-10-06 19:52:34 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Mathieu Arnold
018eeadae5 Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
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
2016-03-08 13:09:12 +00:00
Kurt Jaeger
92ece71d33 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>
2016-02-05 17:04:35 +00:00
Kurt Jaeger
47f7fe60db mail/imapsync: 1.644 -> 1.670
- many small fixes
2016-01-12 09:54:38 +00:00
Mathieu Arnold
7c47779cb9 Fix usage of ${PERL5}.
${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
2015-12-17 17:19:48 +00:00
Kurt Jaeger
fdc27de7af mail/imapsync: 1.607 -> 1.644
Changelog:
http://imapsync.lamiral.info/S/news.shtml
2015-08-29 09:36:56 +00:00
Dmitry Marakasov
e2c6ab8bf5 - Add CPE info
Approved by:	portmgr blanket
2015-05-04 03:31:46 +00:00
Kurt Jaeger
e7707a655b mail/imapsync: 1.592 -> 1.607
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
2014-12-29 08:41:57 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Kurt Jaeger
edb205395f mail/imapsync: add missing RUN_DEPENDS devel/p5-IO-Tee
PR:		191791
Submitted by:	mcdouga9@egr.msu.edu
2014-07-11 18:33:04 +00:00
Kurt Jaeger
c7a09bd7ff mail/imapsync: update 1.584 -> 1.592 2014-06-14 19:14:24 +00:00
Kurt Jaeger
c04c4f0829 mail/imapsync: update 1.580 -> 1.584
PR:             ports/186775
Submitted by:   pi
Approved by:    jadawin (mentor)
2014-05-02 20:17:55 +00:00
William Grzybowski
3df8ba520d mail/imapsync: update to 1.580
PR:		ports/185883
Submitted by:	maintainer
2014-01-20 13:05:37 +00:00
William Grzybowski
5480ed7aba mail/imapsync: add missing run dependency
PR:		ports/183719
Submitted by:	Lawrence Chen <lkchen mew.cns.ksu.edu>, maintainer
2013-11-06 16:06:07 +00:00
William Grzybowski
74f06bee6b mail/imapsync: update to 1.569
PR:		ports/183374
Submitted by:	Kurt Jaeger <fbsd-ports opsec.eu> (maintainer)
2013-11-01 10:51:51 +00:00
William Grzybowski
cdcd989356 mail/imapsync: update to 1.567 and staging
- 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
2013-10-26 16:26:40 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
William Grzybowski
e6c2fc2144 mail/imapsync: update to 1.564
- Update to 1.564 [1]
- Pass maintainership to submitter
- Convert to USES perl5

PR:		ports/181237
Submitted by:	Kurt Jaeger <fbsd-ports opsec.eu>
Approved by:	maintainer (timeout)
2013-08-28 15:58:57 +00:00
Raphael Kubo da Costa
6fde8e96ce Update to 1.536.
PR:		ports/178106
Submitted by:	Vitaly Magerya <vmagerya@gmail.com>
Approved by:	maintainer timeout (20 days)
2013-05-14 19:31:05 +00:00
Pawel Pekala
39fb1005ad Update to version 1.508
PR:		ports/173388
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com>
Approved by:	maintainer timeout (6 weeks)
2012-12-21 19:57:42 +00:00
Jason Helfman
cd965db9e0 - Update to 1.487
PR:	ports/166752
Changelog: 	http://imapsync.lamiral.info/ChangeLog
Submitted by:	alexey@renatasystems.org
Approved by:	maintainer timeout ( 18 days )
2012-04-25 16:27:45 +00:00
Philippe Audeoud
1437637320 - Give maintainership to sidh@rtha.info
PR:		ports/161580
Submitted by:	sidh@rtha.info <sidh _AT_ rtha.info>
2011-10-18 08:22:41 +00:00
Thomas Abthorpe
41f3cfa91d - Reassign to the heap 2011-10-13 14:37:22 +00:00
Sunpoet Po-Chuan Hsieh
c6d6f1ac4c - Update to 1.456
Changes:	http://ks.lamiral.info/imapsync/ChangeLog
PR:		ports/160600
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
2011-09-24 17:17:52 +00:00
Frederic Culot
ebc24df7c6 - Update to 1.434
PR:		ports/157430
Submitted by:	Mark Felder <feld@feld.me>
Approved by:	maintainer timeout (>14 days)
2011-06-14 06:47:43 +00:00
Wesley Shields
e431a53e3d Update to 1.411.
While here, be explicit about the RUN_DEPENDS.

PR:		ports/156710
Submitted by:	Mark Felder <feld@feld.me>
Approved by:	maintainer timeout
2011-05-13 13:12:07 +00:00
Wesley Shields
1b88874355 Update to 1.404
PR:		ports/155578
Submitted by:	Mark Felder <feld@feld.me>
Approved by:	maintainer timeout
2011-04-06 00:46:45 +00:00
Sunpoet Po-Chuan Hsieh
b88c09b1f5 - Update MASTER_SITES
PR:		ports/152063
Submitted by:	Jim Riggs <ports@christianserving.org> (maintainer)
2010-11-09 02:32:18 +00:00
Boris Samorodov
93bb214f07 . update to version 1.366.
PR:		ports/151739
Submitted by:	bsam (me)
Approved by:	Jim Riggs <ports at christianserving.org> (maintainer)
2010-10-27 06:35:41 +00:00
Sunpoet Po-Chuan Hsieh
e8143a3cb2 - Update to 1.363
Changes:	http://www.linux-france.org/prj/imapsync/ChangeLog
PR:		ports/151715
Submitted by:	Toni ViemerA <toni.viemero@iki.fi>
Approved by:	Jim Riggs <ports@christianserving.org> (maintainer), pgollucci (mentor, implicit)
2010-10-26 01:08:50 +00:00
Xin LI
f6d6976e50 Upstream have re-rolled distfile.
Checked manually that the only difference is FAQ and donor list.

Founded by:	QAT
Feature safe:	yes
2010-06-23 20:02:05 +00:00
Xin LI
69046829f9 Update to 1.315.
PR:		ports/147947
Approved by:	maintainer
Feature safe:	yes
2010-06-22 18:52:16 +00:00
Sahil Tandon
8315f0ab1e - Update to 1.310
- Use ${PORTNAME} where possible

PR:		ports/146074
Submitted by:	Jim Riggs <ports@christianserving.org> (maintainer)
Approved by:	wxs@ (mentor)
2010-04-29 04:06:10 +00:00
Philippe Audeoud
3d31029f65 - Update to 1.286
PR:		ports/137434
Submitted by:	Kevin Kobb <kkobb _AT_ skylinecorp.com>
Approved by:	maintainer
2009-08-10 18:47:37 +00:00
Wesley Shields
c1a7ae215e - Update to 1.285
- Retire pkg-plist as it is now a single binary and man page.

PR:		ports/136262
Submitted by:	Jim Riggs <ports@christianserving.org>
2009-07-16 15:33:13 +00:00
Pav Lucistnik
84345e5b93 - Fix plist with perl 5.8.9 2009-01-14 22:50:13 +00:00
Thomas Abthorpe
babede1114 - Update to 1.267
PR:		ports/127933
Submitted by:	Jim Riggs <ports@christianserving.org>
2008-10-10 12:02:35 +00:00
Philippe Audeoud
bd623ff373 - Update to 1.264
PR:		ports/126931
Submitted by:	Jim Riggs <ports _at_ christianserving _dot_ org>
2008-08-29 11:57:35 +00:00
Edwin Groothuis
6b8d02700b [MAINTAINER] mail/imapsync: update to 1.261
PR:		ports/126606
Submitted by:	Jim Riggs <ports@christianserving.org>
2008-08-18 00:35:35 +00:00
Edwin Groothuis
4599a38109 [MAINTAINER] mail/imapsync: update to 1.260
- Update to 1.260

PR:		ports/126522
Submitted by:	Jim Riggs <ports@christianserving.org>
2008-08-15 00:10:00 +00:00
Pav Lucistnik
56f607a690 - Update to 1.255
- 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)
2008-07-16 21:31:48 +00:00
Martin Wilke
a85aad9551 - Update to 1.252
PR:		123687
Submitted by:	Jim Riggs <ports@christianserving.org> (maintainer)
2008-05-16 12:27:38 +00:00
Philippe Audeoud
07eae41784 - Update to 1.250
PR:		ports/122976
Submitted by:	Jim Riggs <ports@christianserving.org>
Approved by:	tabthorpe (mentor)
2008-04-22 18:24:39 +00:00
Rong-En Fan
be7d2d9142 - Update to 1.249
PR:		ports/121967
Submitted by:	Boris S. <bst2006 at dva.dyndns.org>
Approved by:	Jim Riggs <ports at christianserving.org> (maintainer)
2008-04-17 14:43:33 +00:00
Rong-En Fan
507cb4f86a - Update to 1.241
PR:		ports/119191
Submitted by:	Jim Riggs <ports at christianserving.org> (maintainer)
2007-12-31 15:46:55 +00:00
Martin Wilke
36117a0914 - Update to 1.239
PR:		119145
Submitted by:	Jim Riggs <ports@christianserving.org> (maintainer)
2007-12-31 00:40:46 +00:00
Martin Wilke
1e1ec35001 - Update to 1.233
PR:		117675
Submitted by:	Jim Riggs <ports@christianserving.org> (maintainer)
2007-12-15 18:18:38 +00:00
Edwin Groothuis
f8564adcfa [MAINTAINER] mail/imapsync: update to 1.223
- Update to 1.223

PR:		ports/116283
Submitted by:	Jim Riggs <ports@christianserving.org>
2007-09-12 03:12:34 +00:00