* python interpreter works only with python 2.1 and older,
and is no longer maintained by the authors, so i disabled it
and changed CATEGORIES and COMMENT accordingly
* removed latex dependency and not installing Manual
it's weird to have to install whole latex just to build
documentation to mail client. built docs in html are available
on mahogany website.
PR: 57589
Submitted by: Pav Lucistnik <pav@oook.cz>
Approved by: maintainer
This is a followup to PR 56958.
The following ports have a hyphen in their version number:
Toni Andjelkovic <toni@soth.at>
devel/pcsc-lite:
1.2.0-rc1 => 1.2.0.r1
John R. Shannon <john@johnrshannon.com>
devel/gdb53-act:
5.3-act => 5.3
Vivek Khera <khera@kciLink.com>
mail/postfix-current:
2.0.14-20030812 => 2.0.14.20030812
PORTEPOCH => 2
neither pkg_version nor portupgrade see the part of the version
before the last '-', i.e. devel/pcsc-lite is seen as version
rc1, 1.3.0-b2 would be regarded as a previous version.
PR: ports/58642
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:
PR: ports/58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
While I'm here [2]
- Install additional documentation
- Always install examples (useful even when NOPORTDOCS defined)
- Define CONFIGURE_TARGET to silence configure warning
- Use EXAMPLESDIR macro in pkg-plist
PR: 58796 [1]
Submitted by: maintainer [1], sergei [2]
mboxstats creates several top-10 lists from a file containing message
in mbox-format. List of top10 lists:
o Top writes
o Top receivers
o Top subjects
o Top cc'ers
o Top top-level-domain
o Top timezones
o Top organisations
o Top useragents (mailprograms)
o Top month/day-of-month/day-of-week/hour
o Average number of lines per message
o All kinds of per-user statistics
And much more!
WWW: http://vanheusden.com/mboxstats/
PR: 58748
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
- Utilize USE_AUTOCONF_VER rather than having a direct dependency.
Submitted by: Andrew Belashov <bel@orel.ru> [1]
Approved by: maintainer
Obtained from: Savannah
EAI_NODATA were obsoleted).
There is some issue; we have EAI_NODATA as an alias of EAI_NONAME
for workaround. However, some of these ports use it as a case
label of switch. Since our alias broke such code, we may better
to consider deleting such alias.
Requested by: kris
Approved by: portmgr (kris) (implicitly)
* Add bugfix for numeric overflow.
* Update clamav installation instructions for changes to the clamav port.
Bump PORTREVISION accordingly.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>