had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
The ttb program requires the py-gtk bindings in order to
run, but the corresponding runtime dependency is missing
in the Makefile. Correct this by adding a runtime dependency.
This PR suggests adding the py-gtk2 toolkit as runtime
dependency, which works correctly. I haven't tested the
py-gtk (GTK 1.X) toolkit as dependency.
PR: ports/95527
Submitted by: Rene Ladan <r.c.ladan@gmail.com> <r.c.ladan@gmail.com>