Also make portlint(1) much more happy:
remove hyphen from PORTNAME and add PKGNAMEPREFIX;
fix pkg-plist;
Bump PORTREVISION.
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> [1],
osa
PR: 58062
eg)
USE_PYTHON= yes # backward compatible
USE_PYTHON= 2.2 # same as PYTHON_VERSION=python2.2
USE_PYTHON= 2.1+ # 2.1 at least
USE_PYTHON= 2.0-2.2 # from 2.0 to 2.2
USE_PYTHON= -2.3 # up to 2.3. 2.4 is not allowed.
- Introduce a new variable, PYTHON_PKGNAMESUFFIX for ports that is
more popular without 'py-' prefix like Mailman or Zope.
Reviewed by: silence on ports@
of each port on bento and for recent fixes. Unfortunately at some point I
got confused and switched to the wrong list :-) As a result I picked up a
number of ports that were fixed a while ago. Sorry for the false alarm,
maintainers.
Pointy hat to: kris
I build the lire port today, and noticed, that it did not
pick up docbookx.dtd from DocBook-XML correctly, but it was
configured to use DocBook-SGML, and it didn't even find
that .dtd.
With my patch, `lire' is able procduce HTML output, and
also probably PDF output (not tested, but it relies on
DocBook, too).
PR: ports/57229
Submitted by: Simon Barner <barner@in.tum.de>
DevHelp expects to find .devhelp files in a directory like this: gtk/gtk.devhelp
but this port install it to: gtk20/gtk.devhelp
and not to: gtk20/gtk20.devhelp
PR: ports/52447
Submitted by: Rui Lopes <rui@ruilopes.com>
broken due to a bad checksum; the initial intent of the update
was to try to fix only that. However, the new revision fails
as well, but this led to my being sloppy with the checkin.
As Maxwell Smart said, "Sorry about that, Chief.")
New distfile 9/13. "Changes from TINKER 4.0 include some new force
field parameter sets, improvements to rigid body dynamics, a
Nose-Hoover thermostat, and numerous minor additions and bug fixes."
However, the compilation fails in sockets.c with an undefined
ref to <jni.h>. This is part of: "an interface between TINKER Fortran
code and FFE Java objects used for socket based communication."
Some interested party is going to have to take up this one, I'm
afraid, as I have no idea what is involved.
Reminded by: kris