- Bump PORTREVISION
Current Trac port requires no Babel (devel/py-babel), but it behaves
differently when Babel is present and when it is not present in the
system. Most notably, when one installs Trac 0.12 without installed
Babel and installs Babel later, Trac will refuse to work with the error
"KeyError: trac/locale".
PR: ports/150483
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: maintainer timeout (clsung ; 30 days)
(2) Make binding ports to be real ports, which installs only bindings and
depend on subversion.
(3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme.
(4) Re-base subversion-freebsd to `devel/subversion'.
(5) Fix all ports, which depends on subversion bindings.
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)
- Trac comes with a contrib directory with miscellaneous scripts, including
hooks to be installed into a Subversion repository. I'm requesting this
change so the scripts will be installed along with the port.
PR: ports/111243
Submitted by: Greg Larkin <glarkin_AT_sourcehosting dot net>
Trac 0.10.3 is a bug fix release and fixes a few bugs introduced in the
0.10.1 and 0.10.2 releases. A brief summary of major changes:
* Timeline fail to load with a "NoSuchChangeset" error message (#4132).
* Timed out MySQL connections not handled properly (#3645).
* Subversion repository resync broken. (#4204).
The complete list of closed tickets can be found here:
http://trac.edgewall.org/query?status=closed&milestone=0.10.3
PR: ports/106664
Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
Trac 0.10.2 is a bug fix release and fixes few bugs introduced in the
0.10.1 release. A brief summary of major changes:
* Fixes deadlock when using authz_file config option (#3996).
* Makes the CSRF code play nice with the XmlRpcPlugin (#4122).
* Fixes Timeline breakage after svn commit when using sqlite (#4120).
The complete list of closed tickets can be found here:
http://trac.edgewall.org/query?status=closed&milestone=0.10.2
PR: ports/105505
Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
Trac 0.10.1 is a security and bug fix release. This release fixes
a Cross Site Request Forgery (CSRF) vulnerability reported by Daniel
Kahn Gillmor. Trac 0.10.1 also fixes a number of bugs found since the
last release. The complete list of closed tickets can be found here:
http://trac.edgewall.org/query?status=closed&milestone=0.10.1
PR: ports/105331
Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org>