| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
28 Feb 2013 17:06:37
0.12.0.3.10047_1
|
brooks  |
I no longer maintain any Trac installations so drop all my Trac module
ports and clean up the port headers. |
30 Oct 2012 19:44:54
0.12.0.3.10047_1
|
rm  |
- do not directly depend on setuptools, use USE_DISTUTILS instead
- bump PORTREVISION because of dependency change
- trim Makefile header
- remove indefinite article in COMMENT
- limit python version to 2.x only
- clean-up unsupported python versions (apply the >2.6 patch unconditionally)
PR: 173168
Submitted by: rm (myself)
Approved by: brooks (maintainer, by mail)
Feature safe: yes |
31 May 2011 21:24:40
0.12.0.3.10047
|
brooks  |
Upgrade to the latest SVN revsion which fixes a number of bugs.
Also patch a bug in the command line interface which prevented
"trac-admin <env> download add <file>" from working. I'm pretty sure it
hadn't worked in several years. |
12 Jan 2011 00:47:17
0.12.0.3
|
brooks  |
Update to the latest trac-downloads module for trac 0.12. [1]
On versions of python where it will throw a exception, don't bother
including the sets module and ignoring the exception. The process of
doing so clusters logs an script output.
Submitted by: Michiel van Baak <michiel at vanbaak.info> [1]
Feature safe: yes |
25 Dec 2010 16:55:41
0.11.0.2
|
sunpoet  |
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat) |
25 Aug 2010 13:42:26
0.11.0.2
|
brooks  |
This plugin provides downloads section which may contain releases or
other files. It is administrated via WebAdminPlugin and there is an
interface to the trac-admin tool that may help during automatic server
maintenance. The Downloads section of Trac displays a table with
information about the uploaded files such as description, component,
version, size, architecture, type and optionally assigned tags which the
download is related to. It also collects information about number of
downloads which can be displayed on wiki page together with direct links
to the specified download.
WWW: http://trac-hacks.org/wiki/DownloadsPlugin |