- Also fix typo in timsieved rc script and updated from
bsd.ports.[pre|post].mk to bsd.ports.mk
- Bump PORTEVISION
PR: ports/169268
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Changes since 6.5.3.1:
- Bump bundled imaplib2 library 2.29 --> 2.33
- Actually perform the SSL fingerprint check (reported by J. Cook)
- Curses UI, don't use colors after we shut down curses already
(C.H"oger)
- Document that '%' needs encoding as '%%' in *.conf
- Fix crash when IMAP.quickchanged() led to an Error
(reported by sharat87)
- Implement the createfolders setting to disable folder propagation
(see docs)
Changes since 6.5.3:
- Don't fail if no dry-run setting exists in offlineimap.conf
(introduced in 6.5.3)
Changes since 6.5.2.1:
- --dry-run mode protects us from performing any actual action.
It will not precisely give the exact information what will happen.
If e.g. it would need to create a folder, it merely outputs "Would
create folder X", but not how many and which mails it would
transfer.
- Internal code changes to prepare for Python3
- Improve user documentation of nametrans/folderfilter
- Fixed some cases where invalid nametrans rules were not caught and
we would not propagate local folders to the remote repository. (now
tested in test03)
- Revert "* Slight performance enhancement uploading mails to an IMAP
server in the common case." It might have led to instabilities.
- Revamped documentation structure. make in the docs dir or make doc
in the root dir will now create the 1) man page and 2) the user
documentation using sphinx (requiring python-doctools, and sphinx).
The resulting user docs are in docs/html. You can also only create
the man pages with make man in the docs dir.
- -f command line option only works on the untranslated remote
repository folder names now. Previously folderfilters had to match
both the local AND remote name which caused unwanted behavior in
combination with nametrans rules. Clarify in the help text.
- Some better output when using nonsensical configuration settings
doesn't support python3, and python < 2.6 will be removed in couple of
weeks anyway
Approved by: koobs k <koobs.freebsd at gmail dot com> (maintainer, via mail)
2012-06-07 devel/libtool-fixed: libtool has been fixed, no more need of this version
2012-05-23 devel/p5-Devel-ObjectTracker: removed from CPAN
2012-05-10 devel/rubygem-vmc: BROKEN for more than 6 month
2012-06-01 games/antrix: no more public distfiles, abandoned upstream
2012-05-10 games/sfbol: BROKEN for more than 6 month
2012-06-01 java/eclipseme: depends on java/sun-wtk
2012-05-10 mail/lmtpd: BROKEN for more than 6 month
- move to optionsNG framework [1]
- while here use packages for perl dependencies, in favor of SITE_PERL pm files
and complete migration to optionsNG framework [2]
PR: ports/168906
Submitted by: maintainer, rnejdl@ringofsaturn.com [1], jgh@ [2]
Approved by: maintainer
- switch from gif2ps to gifasm
In graphics/giflib 4.2 gif2ps was removed.
According to FuzzyOcr.pm - gif2ps not using, and all other dependence exists.
convert to new options framework.
- Revise the rc.d script[1] with style and functionality
improvements, one of which works around an upstream
issue that obstructed operation of 'status' and other
functions. Because this affects the default package,
bump PORTREVISION.
Reviewed by: dougb [1]