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
for an exp-run of updated python versions.
- trim Makefile headers
- remove leading indefinite article from COMMENT
- use PYTHON shortcut in MASTER_SITES
- whitespace fixes
- remove checks for unsupported versions of FreeBSD
- use static value ``33'' instead of PYTHON_SUFFIX in lang/python33/pkg-plist,
because this value is not supposed to be changed across the branch and for
consistency with other python3 ports
- remove conflicts in lang/python-mode.el with not more existing python-2.4
- Unmute installation commands, install some additional files
- Switch the check: NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Trim the header and generally cleanup Makefile
- Reformat and fix a typo in port description while I am here
/var/run/squid/. This should fix issues with SMP mode [1].
- Rename some variables in pkg-install.in to be consistent with pkg-deinstall.
- Fix the path of the default cache directory in pkg-message.in.
- Otherwise no user visible changes.
PR: ports/178304 [1]
Approved by: flo (mentor)
Instead of installing into $KDE4_PREFIX, install the port into default
prefix ($LOCALBASE) and create additional hierarchy under $KDE4_PREFIX.
This fixes problems spotted by testing on poudriere.
Reported by: miwi
cursor positioning, work under MS Windows.
ANSI escape character sequences have long been used to produce colored terminal
text and cursor positioning on Unix and Macs. Colorama makes this work on
Windows, too. It also provides some shortcuts to help generate ANSI sequences,
and works fine in conjunction with any other ANSI sequence generation library,
such as Termcolor.
WWW: http://pypi.python.org/pypi/colorama
PR: 178352
Submitted by: Alexey V. Degtyarev <alexey@renatasystems.org>
New Features
* improved MrSID support
Improvements
* Improve WMS parser to include WMS 1.3.0 Bug Fixes
* several minor bugs, especially in wms and postgis support
* fix bug 3611412 happening after a MergeSelectedFeatures operation
* fix a bug in MergeSelectedFeatures preventing the merge of MultiGeometries
* set the appropriate srid to the layer after AddDatastoreLayerPlugin
PR: ports/178338
Submitted by: maintainer