Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.20.0 05 Jun 2024 14:51:52
    |
Tijl Coosemans (tijl)  Author: Milan Obuch |
mail/claws-mail: Update to 3.20.0/4.2.0
- Resurrect fancy plugin for the GTK 3 version of Claws Mail.
- Clean up dependencies.
- Disable GDK deprecation warnings flooding the build log.
- Enable i18n of the plugins.
- Enable parallel build of plugins.
PR: 275236
Approved by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.19.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.19.0 20 Jul 2022 14:22:19
    |
Tobias C. Berner (tcberner)  |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
3.19.0 20 May 2022 09:31:53
    |
Juraj Lutter (otis)  Author: Milan Obuch |
mail/claws-mail: Update to 3.19.0
- Update to 3.19.0
- Reset PORTREVISION where apropriate (notably in slave ports)
And while here, also portclippy and portfmt a bit.
Approved by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
PR: 263059 |
3.18.0 29 Sep 2021 19:43:04
    |
Bernhard Froehlich (decke)  |
mail/claws-mail-vcalendar: Add CPE information
Approved by: portmgr (blanket) |
3.17.8 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.17.5 11 Jun 2020 17:49:58
  |
mandree  |
mail/claws-mail: reorganize plugins
renames a few ports to match their names to the plugin names
(adding to MOVED)
PR: 245939
PR: 239659
Submitted by: rozhuk.im@gmail.com
Approved by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
3.17.3 23 Dec 2018 11:29:55
  |
joneum  |
Update to 3.17.3
Changelog:
* Add support for TLS Server Name Indication (SNI). This enables the
sending of your hostname, if available, to the server so that it
can select the appropriate certificate for your domain. This is
useful for servers which host multiple domains on the same IP
address.
This is a hidden Account preference, 'use_tls_sni', and is enabled
by default.
* SSL/TLS certificate manager: The Delete key will now delete the
selected certificate.
* Window sizes are now remembered for the 'Apply tags' and SSL/TLS (Only the first 15 lines of the commit message are shown above ) |
3.16.0_1 09 Jul 2018 09:38:17
  |
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
3.16.0_1 20 Mar 2018 02:54:23
  |
truckman  |
Bump PORTREVISION on ports depending on devel/libical.
PR: 226460 |
3.15.0 03 May 2017 17:09:38
  |
pawel  |
- Update devel/libical to version 2.0
- Bump PORTREVISION in all consumers
- mail/claws-mail-vcalendar now builds, remove IGNORE
- Mark devel/libical-glib as BROKEN
Release Highlights
WARNING: Version 2 IS NOT Binary Compatible with Older Versions
Version 2 is Source Compatible with Older Versions
Lots of source code scrubbing
[New] RSCALE support (requires libicu from http://www.icu-project.org)
[New] CalDAV attachment support (draft-daboo-caldav-attachments)
[New] Resurrect the Berkeley DB storage support
[Bug] issue83: Incorrect recurrence generation for weekly pattern
Handle RRULEs better
Handle threading better
PR: 218711
Submitted by: myself
Approved by: maintainer timeout |
3.15.0 17 Apr 2017 14:07:47
  |
pawel  |
- Update to 3.15.0 Claws Mail release
- Fix python shebangs
- claws-mail-tnef now requires external ytnef
- claws-mail-vcalendar marked as IGNORE for now, needs newer libical
Release notes: http://claws-mail.org/news.php |
3.9.3 14 Dec 2013 22:02:10
  |
pawel  |
Update to version 3.9.3
New in this release:
~~~~~~~~~~~~~~~~~~~~
* The TAB address completion in the Compose window now matches any
part of the address and not just the beginning.
* When copying or moving a message, the type-ahead search now matches
any part of a folder name and not just the beginning.
* It is now possible to replace the current signature in the Compose
window by using the '/Message/Replace signature' menu item.
* It is now possible to disable the 'Subject is empty' warning (Only the first 15 lines of the commit message are shown above ) |
3.9.2_2 08 Oct 2013 18:32:06
  |
pawel  |
Fix patching |
3.9.2_1 05 Oct 2013 11:25:30
  |
pawel  |
- Fix comboboxes vcalendar bug by adding upstream patches [1]
- Add support for STAGEDIR
- Properly set configure iconv args
PR: ports/182439 [1]
Reported by: Gerard Seibert <gerard@seibercom.net> |
3.9.2 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
3.9.1 11 May 2013 14:10:28
  |
pawel  |
Update to Claws Mail 3.9.1 release
Changelog: http://claws-mail.org/news.php
claws-mail:
- Now whole release is distributed as one file
- Move common stuff to Makefile.claws
- Cleanup many accumulated, old and not needed things
- Move bogofilter, pgp and spamassassin plugins to separate ports
- Dillo plugin was dropped so drop option for it
plugins:
- All plugins ports are now slaves to main port
- Remove all distinfo and pkg-plist files - this is
now handled by main port
- Deprecate cachesaver and gtkhtml2_viewer plugins - they are not
maintained by upstream anymore |
2.0.14 27 Apr 2013 11:59:29
  |
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
2.0.14 24 Apr 2013 18:10:32
  |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.0.14 10 Dec 2012 17:27:47
  |
pawel  |
Update to Claws Mail 3.9.0 release
Changelog: http://www.claws-mail.org/news.php
claws-mail:
- Remove leading article from COMMENT
- Add missing deps
- Modernize options descriptions
- Respect NLS option
- Remove shlib ABI versions from LIB_DEPENDS
plugins:
- Bump plugins with no new versions
- Remove stale patches
- Improve COMMENTs, be more verbose what plugin does, use official
Claws Mail name, remove leading articles
- Convert WWW: lines from tabs to spaces |
2.0.13 30 Jun 2012 08:06:00
 |
pawel  |
- Update to Claws Mail release 3.8.1
- Bump plugins with no new versions |
2.0.12_1 07 Jun 2012 22:44:21
 |
pawel  |
Convert my ports to optionsNG |
2.0.12_1 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
2.0.12 17 Dec 2011 16:03:44
 |
pawel  |
Update claws-mail ports to 3.8.0 release
Release notes: http://www.claws-mail.org/news.php
claws-mail:
- improve options descriptions
- use WITH_SPAMASSASSIN instead of WITH_SA_PLUG to match KNOBS
- use bsd.port.options.mk
- don't install icons twice
plugins:
- update to latest versions
- bump plugins with no new version
- take over maintainership of miwi@ plugins (approved via private mail) |
2.0.11 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
2.0.11 29 Aug 2011 17:15:09
 |
pawel  |
- update to 3.7.10 release
- fix portlint warnings
- bump plugins with no new distfiles
Approved by: miwi,wen (mentors implicit) |
2.0.10 17 Apr 2011 16:57:18
 |
pawel  |
- Update to 3.7.9 bugfix release
- Changelog: http://www.claws-mail.org/news.php
Approved by: wen, miwi (mentors) |
2.0.9_1 23 Mar 2011 16:58:01
 |
pawel  |
- Update my email to FreeBSD
Approved by: miwi, wen (mentors) |
2.0.9_1 16 Dec 2010 08:19:17
 |
miwi  |
- Update to 3.7.8
- Update Plugins to 3.7.8
- Pass maintainership to submitter
PR: 152870
Submitted by: Pawel Pekala <c0rn@o2.pl>
Approved by: maintainer |
2.0.9 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
2.0.9 01 Dec 2010 07:04:56
 |
miwi  |
- Update claws-mail plugins to newest versions from 3.7.7 release
- Bump portrevisions of plugins with no new version
- Recreate checksum files to new standard
- Add LICENSE infos
- Mark MAKE_JOBS_SAFE
PR: 152711
Submitted by: Pawel Pekala <c0rn@o2.pl> |
2.0.8_2 16 Oct 2010 11:52:47
 |
ade  |
Punt autoconf267->autoconf268 |
2.0.8_2 15 Sep 2010 18:35:24
 |
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
2.0.8_1 31 May 2010 02:01:56
 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.0.8 16 May 2010 09:02:56
 |
miwi  |
- Update to 2.0.8 |
2.0.7_4 03 Apr 2010 10:44:36
 |
roam  |
Chase the ftp/curl shlib version bump. |
2.0.7_3 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.0.7_2 08 Feb 2010 09:16:04
 |
miwi  |
- Update to 3.7.5
Changelog:
Bug fixes:
o bug 2059 'gpgme >=1.1.8 not compatible with S/MIME
encryption'
o bug 2076 'having worked 2 times properly CLAWS ceased to
decrypt incoming PGP mails -displays base64
instead - sucks completely'
o bug 2098, 'claws-mails crashes frequently with pgpcore'
o Address Book: fix button sensitivity in compose mode.
Bump all cm-plugins
Approved by: maintainers implicit |
2.0.7_1 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
2.0.7 21 Jan 2010 20:52:46
 |
miwi  |
- Update to 2.0.7 |
2.0.6 27 Nov 2009 21:53:12
 |
miwi  |
- Update to 2.0.6
Approved by: maintainer implicit |
2.0.5_1 05 Aug 2009 01:45:56
 |
skreuzer  |
Add/Update WWW records in pkg-descr files
PR: ports/137383
Submitted by: Pawel Pekala <c0rn@o2.pl> |
2.0.5_1 31 Jul 2009 13:57:52
 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
2.0.5 04 Jul 2009 23:10:41
 |
miwi  |
- Update to 2.0.5
Approved by: maintainer implicit |
2.0.4 07 Mar 2009 04:05:40
 |
miwi  |
- Update to 2.0.4
Approved by: maintainer implicit |
2.0.3_1 23 Jan 2009 15:43:14
 |
roam  |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working. |
2.0.3 12 Jan 2009 12:57:16
 |
miwi  |
- Update to 2.0.3
Approved by: maintainer implicit |
2.0 20 Aug 2008 00:57:32
 |
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
2.0 28 Jun 2008 14:48:17
 |
miwi  |
- Update to 2.0
Approved by: maintainer implicit |
1.102_1 06 Jun 2008 13:43:09
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.102 19 Apr 2008 21:29:56
 |
miwi  |
- Update to 1.102
Approved by: maintainer implicit |
1.101_2 21 Mar 2008 23:55:13
 |
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
1.101_2 21 Mar 2008 16:35:56
 |
miwi  |
- Get rid of USE_XLIB
Approved by: maintainer implicit |
1.101_1 28 Feb 2008 00:50:45
 |
miwi  |
- Bump PORTREVISION after claws-mail update
Approved by: maintainer implicit |
1.101 12 Feb 2008 22:21:57
 |
miwi  |
- Update to 1.101
Approved by: maintainer implicit |
1.98_1 02 Oct 2007 15:50:01
 |
miwi  |
- Bump PORTREVISION after claws-mail update |
1.98 18 Sep 2007 12:10:02
 |
miwi  |
- Update to 1.98
Approved by: maintainer implicit |
1.97 06 Sep 2007 21:32:45
 |
miwi  |
- Update to 1.97
Approved by: maintainer implicit |
1.96 07 Jul 2007 12:17:14
 |
miwi  |
- Update to 1.96
PR: 114244
Submitted by: miwi
Approved by: maintainer |
1.95_3 29 May 2007 15:55:54
 |
miwi  |
- Update to 2.9.2
- Bump PORTREVISION in all plugins.
Approved by: netchild@ (maintainer) |
1.95_2 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.95_1 19 Apr 2007 10:45:20
 |
miwi  |
- Update to 2.9.1
- Bump PORTREVISION for all claws-mail-*
Approved by: netchild@
Security:
http://www.vuxml.org/freebsd/c389d06d-ee57-11db-bd51-0016179b2dd5.html |
1.95 17 Apr 2007 18:09:10
 |
miwi  |
- Update to 1.95
PR: 111738
Submitted by: miwi
Approved by: maintainer via privat mail |
1.94_1 12 Mar 2007 13:54:26
 |
netchild  |
- Update CM to 2.8.1.
- Bump portrevision of the plugins. |
1.94 01 Mar 2007 10:41:25
 |
miwi  |
- Update to 1.94
PR: 109683
Submitted by: miwi
Approved by: maintainer |
1.93_2 27 Feb 2007 20:27:39
 |
netchild  |
- Update CM to 2.8.0.
- Bump portrevision of the plugins because of this. |
1.93_1 27 Jan 2007 12:48:46
 |
netchild  |
- Update CM to 2.7.2, themes to 20070116.
- Chmod the themes to sane rights.
- Bump portrevision of the plugins. |
1.93 24 Jan 2007 21:18:08
 |
miwi  |
- Update to 1.93
PR: 108297
Submitted by: miwi
Approved by: maintainer |
1.92_1 15 Jan 2007 20:00:53
 |
netchild  |
Update CM to 2.7.1 and bump the revision of the plugins. |
1.92 12 Jan 2007 10:58:59
 |
itetcu  |
update to 1.92
PR: ports/107799
Submitted by: Pawel Pekala (maintainer) |
1.91_1 09 Jan 2007 18:36:33
 |
netchild  |
Update claws-mail to 2.7.0.
Bump portrevision of the plugins to force a rebuild with the new version,
else they complain about the new version of CM. |
1.91 31 Dec 2006 14:26:40
 |
itetcu  |
Fix typo and potential so that we enter the New Year with a good INDEX.
Submitte by: FreshPorts sanity checking |
1.91 31 Dec 2006 13:58:40
 |
itetcu  |
sylpheed-claws was renamed upstream to claws-mail. Compleate repocopies of
mail/sulpheed-claws-* plugins to mail/claws-mail-* and update them to the
latest version. [1]
PR: 106576-106589 [1], 107286 [2]
Submitted by: Pawel Pekala (maintainer) [1], me (itetcu) [2]
Repocopies by: marcus@ |