Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 Nov 2020 17:18:52
3.17.8

|
joneum  |
Update to 3.17.8
Full Changelogs: https://www.claws-mail.org/NEWS
PR: 251092
Sponsored by: Netzkommune GmbH |
09 Nov 2020 17:08:12
3.17.5_4

|
tcberner  |
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878 |
11 Jun 2020 17:49:58
3.17.5_3

|
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) |
04 Jun 2020 05:48:34
3.17.5_3

|
fernape  |
mail/claws-mail: make it depend on security/ca_root_nss
Instead of installing the Win certs bundle.
A new patch is needed so it looks for certs by default in out LOCALBASE
PR: 246944
Submitted by: ps.ports@smyrak.com
Reviewed by: portmaster@bsdforge.com (maintainer) |
16 May 2020 10:51:33
3.17.5_2

|
sunpoet  |
Bump PORTREVISION for security/nettle shlib change |
26 Apr 2020 09:42:34
3.17.5_1

|
arrowd  |
mail/claws-mail: Allow all Python 3 versions.
PR: 245921
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
25 Apr 2020 11:25:48
3.17.5

|
arrowd  |
mail/claws-mail: Update to 3.17.5.
PR: 245464
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> |
07 Mar 2020 09:05:45
3.17.4

|
joneum  |
hand over Maintainership to Chris (portmaster@BSDforge.com)
Sponsored by: Netzkommune GmbH |
06 Nov 2019 18:07:22
3.17.4

|
zeising  |
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
03 Nov 2019 19:14:23
3.17.4

|
sunpoet  |
Fix build with libetpan 1.9.4
Reported by: antoine |
09 Oct 2019 12:06:22
3.17.4

|
bapt  |
Drop the ipv6 virtual category for m* category as it is not relevant anymore |
24 Sep 2019 21:40:28
3.17.4

|
rene  |
mail/claws-mail: remove support for expired jpilot link. |
05 Aug 2019 07:28:49
3.17.4

|
joneum  |
Update to 3.17.4
* New HTML viewer plugin: Litehtml viewer
* Added option 'Enable keyboard shortcuts' to the 'Keyboard
shortcuts' frame on /Configuration/Preferences/Other/Miscellaneous
* Compose: implemented copying of attached images to clipboard
* Compose: images and text/uri-list (files) can now be attached by
pasting into the Compose window
* Python plugin: window sizes are now remembered for the Python
console, the 'Open URLs' and the 'Set mailbox order' windows.
(Only the first 15 lines of the commit message are shown above ) |
26 Jul 2019 20:46:57
3.17.3_3

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
09 Jul 2019 17:13:07
3.17.3_2

|
sunpoet  |
Update security/nettle to 3.5.1
- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]
Changes: https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR: 238991
Exp-run by: antoine
Thanks to: tobik [1] |
10 Jan 2019 08:35:25
3.17.3_1

|
joneum  |
- Switch to python3 and fix build
- Unbreak mail/claws-mail-python
Submitted by: mmokhi
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D18800 |
23 Dec 2018 11:29:55
3.17.3

|
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 ) |
22 Dec 2018 15:39:42
3.17.2

|
joneum  |
Update to 3.17.2
Changelog:
* Message List: A context menu has been added to the column headers,
it has two entries: a new option, 'Lock column headers', and 'Set
displayed colums'.
* Folder List: A context menu has been added to the column headers,
containing 'Set displayed columns'.
* Preferences: The Display/Summaries option page has been split into
three notebook pages: Folder List, Message List, and Defaults.
The Message List page contains the new 'Lock column headers'
option. The Defaults page contains several new options for new
folders. (Only the first 15 lines of the commit message are shown above ) |
12 Dec 2018 01:35:36
3.17.1_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
17 Nov 2018 00:57:35
3.17.1

|
joneum  |
Update to 3.17.1
- Add License
- Remove the MANUAL Part: This has alredy been removed in Version 3.17.0
Changelog: https://www.claws-mail.org/NEWS
Sponsored by: Netzkommune GmbH |
02 Oct 2018 08:19:24
3.16.0_1

|
antoine  |
Add explicit USES=python |
27 Sep 2018 22:51:26
3.16.0_1

|
linimon  |
Fix build on gcc-based archs.
While here, pet portlint.
Tested on powerpc64, amd64.
PR: 231702
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
05 Jul 2018 09:37:37
3.16.0_1

|
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
06 Mar 2018 19:29:08
3.16.0_1

|
joneum  |
www/claws-mail: Take Maintainership
Reset pawel@'s port www/claws-mail, he stepped down from the Ports Team.
Hope you come back one day, and take over the port again.
-Take Maintainership
PR: 226397
Submitted by: pawel |
06 Feb 2018 13:15:36
3.16.0_1

|
amdmi3  |
- Fix shebangs properly, add missing python dependency
Approved by: portmgr blanket |
17 Dec 2017 22:41:45
3.16.0

|
pawel  |
Update to Claws Mail release 3.16.0
Changelog:
http://claws-mail.org/news.php |
22 Sep 2017 10:48:29
3.15.1

|
mat  |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
31 Aug 2017 14:35:32
3.15.1

|
pawel  |
Update to Claws Mail 3.15.1 bugfix release
This is a bug-fix release:
~~~~~~~~~~~~~~~~~~~~~~~~~~
* Bug fixes:
o bug 3348, 'Contact pictures not deleted when contact is
deleted'
o bug 3721, 'Fails to build in Debian kfreebsd-*'
o bug 3744, 'Crash upon deleting tags.'
o bug 3822, 'AttRemover deletes message and fails to create
new one when disk is full'
o bug 3828, '"Re-edit" should not recycle the Message-ID
header'
o bug 3835, 'autogen.sh fails with invalid test on line 33'
o bug 3855, 'segfault at startup with old profile and IMAP
account'
o bug 3866, 'slibtool causes compile failure'
o fix crash in sieve manager window when no account has sieve
enabled.
o fix incorrect labels in folder selection dialog.
o fix RSSyl feeds getting renamed to "Untitled feed".
o fix Resent-Date value.
o Fix typo around libarchive in configure.ac. |
17 Apr 2017 14:07:47
3.15.0

|
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 |
13 Nov 2016 10:41:28
3.14.1

|
pawel  |
Update to Claws Mail 3.14.1 release
Changes: http://claws-mail.org/news.php |
17 Oct 2016 15:23:12
3.14.0

|
pawel  |
Rework last build fix to work on DragonFlyBSD also
PR: 211626
Tested by: marino |
05 Oct 2016 20:13:40
3.14.0

|
pawel  |
Fix build on 12.0-CURRENT after encrypt() function removal in r306651
Configure script checks for encrypt() even though it's not used
on FreeBSD platform, disable this check.
PR: 211626
Reported by: Ed Schouten |
09 Aug 2016 22:33:33
3.14.0

|
pawel  |
- Update to Claws Mail release 3.14.0
- Register proxy dependencies found by stage-qa
Changes: http://claws-mail.org/news.php |
01 Apr 2016 14:16:20
3.13.2_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
28 Mar 2016 17:19:55
3.13.2_1

|
tijl  |
Bump PORTREVISION for gnutls update in r411990. |
20 Jan 2016 06:50:52
3.13.2

|
pawel  |
Update to Claws Mail release 3.13.2
MFH: 2016Q1
Security: CVE-2015-8614 |
25 Dec 2015 11:48:58
3.13.1

|
pawel  |
Update Claws Mail to release 3.13.1
Release notes: http://claws-mail.org/news.php |
11 Dec 2015 22:28:38
3.13.0

|
pawel  |
Switch to options helper |
16 Oct 2015 18:35:37
3.13.0

|
pawel  |
Update to Claws Mail release 3.13.0
Release notes: http://claws-mail.org/news.php |
16 Sep 2015 19:10:17
3.12.0_1

|
pawel  |
- Fix shebangs in additional scripts [1]
- Don't install desktop file second time
PR: 203132 [1] (based on)
Submitted by: amdmi3 [1] |
31 Jul 2015 20:58:08
3.12.0

|
pawel  |
- Update Claws Mail & plugins to version 3.12.0
- Fetch distfile from project site, SF distribution is postponed till
situation with site is clear
- Include configure patch that prevents linking all binaries to libarchive [1]
- Switch archiver plugin to USES=libarchive [1]
- Add new Manage Sieve plugin which allows manipulation of IMAP filters
- Mark gdata plugin as IGNOREd, needs newer version of devel/libgdata
library, which is not in ports yet
Release notes: http://claws-mail.org/news.php
PR: 201949 [1]
Submitted by: tijl [1] |
25 Apr 2015 06:51:32
3.11.1

|
amdmi3  |
- Add CPE info
Approved by: portmgr blanket |
19 Nov 2014 20:41:11
3.11.1

|
pawel  |
Add information about many dependencies needed to build user manual |
28 Oct 2014 20:48:18
3.11.1

|
pawel  |
Update to 3.11.1 bugfix release |
26 Oct 2014 23:13:00
3.11.0

|
pawel  |
Update Claws Mail and plugins to 3.11.0 release
mail/claws-mail:
- Convert to USES=execinfo shebangfix
- Use path independent (BUILD|RUN)_DEPENDS
Release notes: http://claws-mail.org/news.php |
27 Sep 2014 12:13:30
3.10.1_5

|
pawel  |
Fix USES=autoreconf conversion
Reported by: antoine |
27 Sep 2014 10:02:14
3.10.1_4

|
pawel  |
- Convert mail/libetpan to USES=autoreconf
- Bump affected ports
- Simplify pkg-plist in mail/claws-mail |
05 Aug 2014 22:13:29
3.10.1_3

|
tijl  |
Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.
PR: 192342
Approved by: portmgr (implicit, bump unstaged ports) |
24 Jul 2014 18:34:16
3.10.1_2

|
tijl  |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
23 Jul 2014 09:54:02
3.10.1_1

|
tijl  |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
10 Jun 2014 15:08:10
3.10.1

|
pawel  |
- Update Claws Mail and plugins to 3.10.1 bugfix release
- Move libravatar plugin to separate port |
27 May 2014 21:11:53
3.10.0

|
pawel  |
mail/libetpan:
- Update to version 1.5, development moved to github
- Convert to USES=libtool, don't install la file
- Install striped version of library
- Allow to compile with OpenSSL from base
- Update homepage address
- Bump affected deskutils/cairo-dock-plugins
mail/claws-mail:
- Update to version 3.10.0
- Convert to USES=libtool tar:bzip2 [1]
- Don't install static plugin files [1]
- Replace GMAKE with MAKE_CMD [1]
Release notes: http://claws-mail.org/news.php
mail/claws-mail-clamd:
- Don't show pkg-message in post-install, staging takes care of that
Submitted by: tijl via private mail [1] |
14 Dec 2013 22:02:10
3.9.3

|
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 ) |
31 Oct 2013 04:17:29
3.9.2_1

|
eadler  |
The word 'very' has no place in COMMENT
COMMENT should not begin with 'A' or 'An'
Maintainers were notified and given time to object. |
22 Oct 2013 13:56:27
3.9.2_1

|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with m)
Approved by: portmgr (bdrewery) |
05 Oct 2013 11:25:30
3.9.2_1

|
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> |
20 Sep 2013 19:59:14
3.9.2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
05 Sep 2013 14:03:52
3.9.2

|
pawel  |
Plugins need pkgconf to build too, they are using the same
configure script - move USES=pkgconf to shared Makefile.claws
Reported by: pkg-fallout |
04 Sep 2013 18:06:08
3.9.2

|
madpilot  |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
29 Aug 2013 15:01:46
3.9.2

|
pawel  |
- Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed |
10 Jul 2013 19:41:31
3.9.2

|
pawel  |
Convert my ports to current standards
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense |
12 Jun 2013 15:32:55
3.9.2

|
pawel  |
Update to 3.9.2 bugfix release |
02 Jun 2013 14:18:10
3.9.1_1

|
pawel  |
Add upstream patch which fixes crasher on program exit
Reported by: Alexander Kabaev <kabaev@gmail.com> |
11 May 2013 14:10:28
3.9.1

|
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 |
03 May 2013 16:36:41
3.9.0_3

|
ehaupt  |
Chase security/libgcrypt update |
27 Apr 2013 11:59:29
3.9.0_2

|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
26 Apr 2013 10:44:29
3.9.0_2

|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
23 Apr 2013 14:20:28
3.9.0_2

|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
07 Feb 2013 17:06:44
3.9.0_2

|
pawel  |
Remove PTHREAD_CFLAGS and PTHREAD_LIBS from my ports |
06 Feb 2013 17:30:08
3.9.0_2

|
novel  |
- Add UPDATING entry for libtasn1 update
- Bump PORTREVISIONs for dependant ports |
05 Feb 2013 16:17:07
3.9.0_1

|
novel  |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
24 Jan 2013 15:51:35
3.9.0

|
pawel  |
Don't enable crash dialog when DEBUG=on - this prevents
coredump file creation.
PR: ports/175482
Submitted by: Fabian Keil <fk@fabiankeil.de> |
10 Dec 2012 17:27:47
3.9.0

|
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 |
30 Jun 2012 08:06:00
3.8.1 
|
pawel  |
- Update to Claws Mail release 3.8.1
- Bump plugins with no new versions |
07 Jun 2012 22:44:21
3.8.0_1 
|
pawel  |
Convert my ports to optionsNG |
01 Jun 2012 05:26:28
3.8.0_1 
|
dinoex  |
- update png to 1.5.10 |
17 Dec 2011 16:03:44
3.8.0 
|
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) |
04 Oct 2011 17:54:50
3.7.10_1 
|
pawel  |
- SSL support needs security/libgcrypt to work [1]
- Remove WITH_ALL option
- Make Makefile more readable
- Cleanup pkg-descr
PR: ports/161281 [1]
Reported by: Sebastian Chmielewski <chmielsster@gmail.com> [1]
Approved by: miwi, wen (mentors implicit) |
23 Sep 2011 22:26:39
3.7.10 
|
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 |
29 Aug 2011 17:15:09
3.7.10 
|
pawel  |
- update to 3.7.10 release
- fix portlint warnings
- bump plugins with no new distfiles
Approved by: miwi,wen (mentors implicit) |
08 Aug 2011 14:07:07
3.7.9_2 
|
pawel  |
Chase mail/libetpan shlib bump
Approved by: miwi (mentor) |
30 Jul 2011 16:57:20
3.7.9_1 
|
pawel  |
- unbreak
Approved by: miwi (mentor) |
25 Jul 2011 21:55:52
3.7.9_1 
|
pav  |
- Mark BROKEN: does not compile
wizard.c:1298: error: 'label' undeclared (first use in this function)
Reported by: pointyhat |
05 Jun 2011 18:43:16
3.7.9_1 
|
novel  |
Chase security/gnutls update and add an UPDATING entry. |
17 Apr 2011 16:57:18
3.7.9 
|
pawel  |
- Update to 3.7.9 bugfix release
- Changelog: http://www.claws-mail.org/news.php
Approved by: wen, miwi (mentors) |
23 Mar 2011 16:58:01
3.7.8_1 
|
pawel  |
- Update my email to FreeBSD
Approved by: miwi, wen (mentors) |
29 Dec 2010 07:24:16
3.7.8_1 
|
miwi  |
- Add LICENSE
- Due to popular demand on ports@ add a knob to disable manual building and
installing which can
add a lot of build dependencies.
- Bump PORTREVISION
PR: 153352
Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer) |
16 Dec 2010 08:19:17
3.7.8 
|
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 |
29 Nov 2010 16:02:38
3.7.7_1 
|
netchild  |
Add dependency to docbook-utils for the manual build. Unfortunately
the manual is build as soon as one of the conversion utilities is
detected, even if it is requested to not build the manual during
the build.
Noticed by: rea |
29 Nov 2010 11:54:31
3.7.7 
|
netchild  |
Update to 3.7.7.
Submitted by: Fabian Keil <fk@fabiankeil.de>
PR: 152641 |
20 Nov 2010 15:37:08
3.7.6_3 
|
kwm  |
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/
This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.
This release features commits by avl, marcus, mezz and myself.
The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:
Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX (Only the first 15 lines of the commit message are shown above ) |
20 Oct 2010 07:38:08
3.7.6_3 
|
netchild  |
Add dependency to libexecinfo, seems to be needed now.
Submitted by: Conny Seidel <conny.seidel@bsd-crew.de> |
19 Aug 2010 09:30:39
3.7.6_2 
|
netchild  |
- remove gnomeprint support, it's not supported anymore [1]
- switch from aspell to enchant for spell checking [1]
(with minor modification by me)
- remove faqdir configure option, it does not exist enymore [1]
- bump portrevision, as the default dependenvy list changed
Submitted by: Alex <alex323@gmail.com>
PR: 147979 |
31 May 2010 02:01:56
3.7.6_1 
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
16 May 2010 08:56:28
3.7.6 
|
miwi  |
- Update to 3.7.6 |
28 Mar 2010 06:47:48
3.7.5_1 
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
08 Feb 2010 09:16:04
3.7.5 
|
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 |
05 Feb 2010 11:46:55
3.7.4_1 
|
dinoex  |
- update to jpeg-8 |
21 Jan 2010 20:52:18
3.7.4 
|
miwi  |
- Update to 3.7.4
Approved by: maintainer implicit |
27 Nov 2009 21:52:14
3.7.3 
|
miwi  |
- Update to 3.7.3
Approved by: netchild (maintainer implicit) |