notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: mail/imapsync/distinfo

Number of commits found: 65

Saturday, 15 Jul 2023
19:15 Kurt Jaeger (pi) search for other commits by this committer
mail/imapsync: update 2.178 -> 2.229

Changes:	https://imapsync.lamiral.info/S/news.shtml
commit hash: 89d30ec3a8a06662b0054a28d83f1c8e631aef5f commit hash: 89d30ec3a8a06662b0054a28d83f1c8e631aef5f commit hash: 89d30ec3a8a06662b0054a28d83f1c8e631aef5f commit hash: 89d30ec3a8a06662b0054a28d83f1c8e631aef5f 89d30ec
Tuesday, 15 Mar 2022
15:47 Gordon Tetlow (gordon) search for other commits by this committer
mail/imapsync: Update 1.977 -> 2.178.

PR:		262561
Approved by:	pi (maintainer)
commit hash: 8a69b006842f40e5ba58acfd28e39fe20be36fac commit hash: 8a69b006842f40e5ba58acfd28e39fe20be36fac commit hash: 8a69b006842f40e5ba58acfd28e39fe20be36fac commit hash: 8a69b006842f40e5ba58acfd28e39fe20be36fac 8a69b00
Friday, 22 May 2020
18:00 pi search for other commits by this committer
mail/imapsync: update 1.945 -> 1.977

Submitted by:	Mike Selner <mike@tela.com>
Relnotes:	https://imapsync.lamiral.info/S/news.shtml
Original commitRevision:536216 
Saturday, 29 Feb 2020
21:34 bofh search for other commits by this committer
mail/imapsync: Update version 1.882=>1.945

- Add missing dependencies

PR:		244523
Submitted by:	bofh
Approved by:	pi
Original commitRevision:527476 
Monday, 22 Apr 2019
20:24 pi search for other commits by this committer
mail/imapsync: update 1.836 -> 1.882

PR:		237475
Submitted by:	Krzysztof <ports@bsdserwis.com>
Relnotes:	http://imapsync.lamiral.info/S/news.shtml
Original commitRevision:499670 
Thursday, 15 Feb 2018
13:51 mat search for other commits by this committer
Use USE_GITHUB instead of hand crafting urls.

Sponsored by:	Absolight
Original commitRevision:461924 
Sunday, 12 Nov 2017
18:11 pi search for other commits by this committer
mail/imapsync: update 1.727 -> 1.836

PR:		223473
Changes:	http://imapsync.lamiral.info/S/news.shtml
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Original commitRevision:454059 
Thursday, 6 Oct 2016
19:52 pi search for other commits by this committer
mail/imapsync: 1.678 -> 1.727

PR:		213116
Changes:	http://imapsync.lamiral.info/ChangeLog
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Original commitRevision:423436 
Tuesday, 8 Mar 2016
13:09 mat search for other commits by this committer
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
Original commitRevision:410613 
Friday, 5 Feb 2016
17:04 pi search for other commits by this committer
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>
Original commitRevision:408229 
Tuesday, 12 Jan 2016
09:54 pi search for other commits by this committer
mail/imapsync: 1.644 -> 1.670

- many small fixes
Original commitRevision:405847 
Saturday, 29 Aug 2015
09:36 pi search for other commits by this committer
mail/imapsync: 1.607 -> 1.644

Changelog:
http://imapsync.lamiral.info/S/news.shtml
Original commitRevision:395535 
Monday, 29 Dec 2014
08:41 pi search for other commits by this committer
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
Original commitRevision:375776 
Saturday, 14 Jun 2014
19:14 pi search for other commits by this committer
mail/imapsync: update 1.584 -> 1.592
Original commitRevision:357800 
Friday, 2 May 2014
20:17 pi search for other commits by this committer
mail/imapsync: update 1.580 -> 1.584

PR:             ports/186775
Submitted by:   pi
Approved by:    jadawin (mentor)
Original commitRevision:352845 
Monday, 20 Jan 2014
13:05 wg search for other commits by this committer
mail/imapsync: update to 1.580

PR:		ports/185883
Submitted by:	maintainer
Original commitRevision:340386 
Friday, 1 Nov 2013
10:51 wg search for other commits by this committer
mail/imapsync: update to 1.569

PR:		ports/183374
Submitted by:	Kurt Jaeger <fbsd-ports opsec.eu> (maintainer)
Original commitRevision:332353 
Saturday, 26 Oct 2013
16:26 wg search for other commits by this committer
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
Original commitRevision:331718 
Wednesday, 28 Aug 2013
15:58 wg search for other commits by this committer
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)
Original commitRevision:325542 
Tuesday, 14 May 2013
19:31 rakuco search for other commits by this committer
Update to 1.536.

PR:		ports/178106
Submitted by:	Vitaly Magerya <vmagerya@gmail.com>
Approved by:	maintainer timeout (20 days)
Original commitRevision:318192 
Friday, 21 Dec 2012
19:57 pawel search for other commits by this committer
Update to version 1.508

PR:		ports/173388
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com>
Approved by:	maintainer timeout (6 weeks)
Original commitRevision:309371 
Wednesday, 25 Apr 2012
16:27 jgh search for other commits by this committer
- Update to 1.487

PR:     ports/166752
Changelog:      http://imapsync.lamiral.info/ChangeLog
Submitted by:   alexey@renatasystems.org
Approved by:    maintainer timeout ( 18 days )
Original commit
Saturday, 24 Sep 2011
17:17 sunpoet search for other commits by this committer
- Update to 1.456

Changes:        http://ks.lamiral.info/imapsync/ChangeLog
PR:             ports/160600
Submitted by:   sunpoet (myself)
Approved by:    maintainer (timeout, 14 days)
Original commit
Tuesday, 14 Jun 2011
06:47 culot search for other commits by this committer
- Update to 1.434

PR:             ports/157430
Submitted by:   Mark Felder <feld@feld.me>
Approved by:    maintainer timeout (>14 days)
Original commit
Friday, 13 May 2011
13:12 wxs search for other commits by this committer
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
Original commit
Wednesday, 6 Apr 2011
00:46 wxs search for other commits by this committer
Update to 1.404

PR:             ports/155578
Submitted by:   Mark Felder <feld@feld.me>
Approved by:    maintainer timeout
Original commit
Wednesday, 27 Oct 2010
06:35 bsam search for other commits by this committer
. update to version 1.366.

PR:             ports/151739
Submitted by:   bsam (me)
Approved by:    Jim Riggs <ports at christianserving.org> (maintainer)
Original commit
Tuesday, 26 Oct 2010
01:08 sunpoet search for other commits by this committer
- 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)
Original commit
Wednesday, 23 Jun 2010
20:02 delphij search for other commits by this committer
Upstream have re-rolled distfile.

Checked manually that the only difference is FAQ and donor list.

Founded by:     QAT
Feature safe:   yes
Original commit
Tuesday, 22 Jun 2010
18:52 delphij search for other commits by this committer
Update to 1.315.

PR:             ports/147947
Approved by:    maintainer
Feature safe:   yes
Original commit
Thursday, 29 Apr 2010
04:06 sahil search for other commits by this committer
- Update to 1.310
- Use ${PORTNAME} where possible

PR:             ports/146074
Submitted by:   Jim Riggs <ports@christianserving.org> (maintainer)
Approved by:    wxs@ (mentor)
Original commit
Monday, 10 Aug 2009
18:47 jadawin search for other commits by this committer
- Update to 1.286

PR:             ports/137434
Submitted by:   Kevin Kobb <kkobb _AT_ skylinecorp.com>
Approved by:    maintainer
Original commit
Thursday, 16 Jul 2009
15:33 wxs search for other commits by this committer
- 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>
Original commit
Friday, 10 Oct 2008
12:02 tabthorpe search for other commits by this committer
- Update to 1.267

PR:             ports/127933
Submitted by:   Jim Riggs <ports@christianserving.org>
Original commit
Friday, 29 Aug 2008
11:57 jadawin search for other commits by this committer
- Update to 1.264

PR:             ports/126931
Submitted by:   Jim Riggs <ports _at_ christianserving _dot_ org>
Original commit
Monday, 18 Aug 2008
00:35 edwin search for other commits by this committer
[MAINTAINER] mail/imapsync: update to 1.261

PR:             ports/126606
Submitted by:   Jim Riggs <ports@christianserving.org>
Original commit
Friday, 15 Aug 2008
00:10 edwin search for other commits by this committer
[MAINTAINER] mail/imapsync: update to 1.260

        - Update to 1.260

PR:             ports/126522
Submitted by:   Jim Riggs <ports@christianserving.org>
Original commit
Wednesday, 16 Jul 2008
21:31 pav search for other commits by this committer
- 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)
Original commit
Friday, 16 May 2008
12:27 miwi search for other commits by this committer
- Update to 1.252

PR:             123687
Submitted by:   Jim Riggs <ports@christianserving.org> (maintainer)
Original commit
Tuesday, 22 Apr 2008
18:24 jadawin search for other commits by this committer
- Update to 1.250

PR:             ports/122976
Submitted by:   Jim Riggs <ports@christianserving.org>
Approved by:    tabthorpe (mentor)
Original commit
Thursday, 17 Apr 2008
14:43 rafan search for other commits by this committer
- 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)
Original commit
Monday, 31 Dec 2007
15:46 rafan search for other commits by this committer
- Update to 1.241

PR:             ports/119191
Submitted by:   Jim Riggs <ports at christianserving.org> (maintainer)
Original commit
00:40 miwi search for other commits by this committer
- Update to 1.239

PR:             119145
Submitted by:   Jim Riggs <ports@christianserving.org> (maintainer)
Original commit
Saturday, 15 Dec 2007
18:18 miwi search for other commits by this committer
- Update to 1.233

PR:             117675
Submitted by:   Jim Riggs <ports@christianserving.org> (maintainer)
Original commit
Wednesday, 12 Sep 2007
03:12 edwin search for other commits by this committer
[MAINTAINER] mail/imapsync: update to 1.223

        - Update to 1.223

PR:             ports/116283
Submitted by:   Jim Riggs <ports@christianserving.org>
Original commit
Monday, 9 Apr 2007
02:04 clsung search for other commits by this committer
- Update to 1.219

PR:             ports/111321
Submitted by:   maintainer (Jim Riggs)
Original commit
Tuesday, 13 Mar 2007
09:21 miwi search for other commits by this committer
- Update to 1.217

PR:             110210
Submitted by:   miwi
Approved by:    maintainer
Original commit
Thursday, 1 Mar 2007
10:04 miwi search for other commits by this committer
- Update to 1.213
- Pass maintainership to submitter

PR:             109655
Submitted by:   Jim Riggs <ports@christianserving.org> (maintainer)
Original commit
Monday, 21 Aug 2006
15:21 garga search for other commits by this committer
- Update to 1.182
- UNBREAK: Make it fetchable again

PR:             ports/101421
Submitted by:   Matthew Seaman <m.seaman at infracaninophile.co.uk>
Approved by:    maintainer timeout (16 days)
Original commit
Saturday, 29 Jul 2006
19:23 erwin search for other commits by this committer
Update to 1.179

PR:             101028
Submitted by:   Alex Deiter <tiamat@komi.mts.ru> (maintainer)
Original commit
Friday, 7 Jul 2006
13:45 jmelo search for other commits by this committer
- Update to 1.178.

Reported by:    krismail
Approved by:    maintainer (timeout 15 days)
Original commit
Friday, 19 May 2006
20:04 jmelo search for other commits by this committer
- Update to 1.172.

PR:             ports/96275
Submitted by:   Martin Wilke <freebsd@unixfreunde.de>
Approved by:    maintainer (timeout 15 days), mnag (mentor)
Original commit
Monday, 5 Dec 2005
13:17 ehaupt search for other commits by this committer
- Update to 1.145
- Add SHA256 hash

PR:             89964
Submitted by:   Alex Deiter <tiamat@komi.mts.ru>
Original commit
Wednesday, 30 Nov 2005
14:56 flz search for other commits by this committer
- Update to 1.144.

PR:             ports/89760
Submitted by:   maintainer
Original commit
Thursday, 17 Nov 2005
12:46 sem search for other commits by this committer
- Update to 1.142

PR:             ports/89186
Submitted by:   Alex Deiter (maintainer)
Original commit
Sunday, 30 Oct 2005
16:25 jylefort search for other commits by this committer
Update to 1.140

PR:             ports/88237
Submitted by:   maintainer
Original commit
Tuesday, 19 Jul 2005
10:26 garga search for other commits by this committer
Update to 1.139

PR:             ports/83649
Submitted by:   Andrej Zverev <az@inec.ru>
Approved by:    Alex Deiter <tiamat@komi.mts.ru> (maintainer), flz (mentor)
Original commit
Wednesday, 29 Jun 2005
21:50 jylefort search for other commits by this committer
Update to 1.137

PR:             ports/82743
Submitted by:   maintainer
Original commit
Tuesday, 31 May 2005
08:47 flz search for other commits by this committer
- Update to 1.133.

PR:             ports/81696
Submitted by:   maintainer
Original commit
Wednesday, 11 May 2005
10:53 sem search for other commits by this committer
- Update to 1.127

PR:             ports/80881
Submitted by:   maintainer
Original commit
Monday, 25 Apr 2005
11:33 novel search for other commits by this committer
Update to 1.125

PR:             80317
Submitted by:   Alex Deiter (maintainer)
Original commit
Tuesday, 5 Apr 2005
07:55 sem search for other commits by this committer
- Update to 1.123

PR:             ports/79302
Submitted by:   maintainer
Original commit
Tuesday, 1 Feb 2005
13:52 sem search for other commits by this committer
- Update to 1.121

PR:             ports/76956
Submitted by:   maintainer
Original commit
Tuesday, 18 Jan 2005
19:01 pav search for other commits by this committer
- Update to 1.118

PR:             ports/76402
Submitted by:   Alex Deiter <tiamat@komi.mts.ru> (maintainer)
Original commit
Sunday, 16 Jan 2005
13:31 sem search for other commits by this committer
imapsync - IMAP synchronization, copy or migration tool.
Synchronize mailboxes between two imap servers.
Good at IMAP migration.

PR:             ports/76304
Submitted by:   Alex Deiter <tiamat(at)komi.mts.ru>
Original commit

Number of commits found: 65