Version: 1.2.2, Package name: trac-1.2.2 |
Maintained by: Stuart Henderson |
Master sites: |
Description Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. Our mission; to help developers write great software while staying out of the way. Trac should impose as little as possible on a team's established development process and policies. It provides an interface to Subversion, an integrated Wiki and convenient report facilities. |
Filesize: 6088.85 KB |
Version History (View Complete History) |
|
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-06-24 14:19:42 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to trac-1.2.2 |
2017-06-24 14:19:42 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to trac-1.2.2 |
2017-06-24 14:19:42 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to trac-1.2.2 |
2017-04-04 15:38:51 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to Trac-1.2.1 |
2017-04-04 15:38:51 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to Trac-1.2.1 |
2017-01-06 06:29:38 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to Trac 1.2; major update so as usual you'll need to upgrade the trac environment and should check the rest of the guide at https://trac.edgewall.org/wiki/TracUpgrade |
2017-01-06 06:29:38 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to Trac 1.2; major update so as usual you'll need to upgrade the trac environment and should check the rest of the guide at https://trac.edgewall.org/wiki/TracUpgrade |
2017-01-06 06:29:38 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to Trac 1.2; major update so as usual you'll need to upgrade the trac environment and should check the rest of the guide at https://trac.edgewall.org/wiki/TracUpgrade |
2016-09-13 07:24:37 by Stuart Henderson | Files touched by this commit (2) |
Log message: bugfix update to Trac-1.0.13 |
2016-09-13 07:24:37 by Stuart Henderson | Files touched by this commit (2) |
Log message: bugfix update to Trac-1.0.13 |
2016-07-05 07:24:07 by Stuart Henderson | Files touched by this commit (3) |
Log message: bugfix update to trac-1.0.12 |
2016-07-05 07:24:07 by Stuart Henderson | Files touched by this commit (3) |
Log message: bugfix update to trac-1.0.12 |
2016-07-05 07:24:07 by Stuart Henderson | Files touched by this commit (3) |
Log message: bugfix update to trac-1.0.12 |
2016-05-09 07:38:32 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to Trac-1.0.11 |
2016-05-09 07:38:32 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to Trac-1.0.11 |
2016-02-24 17:50:20 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to trac-1.0.10 |
2016-02-24 17:50:20 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to trac-1.0.10 |
2016-02-24 17:50:20 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to trac-1.0.10 |
2015-10-05 06:59:37 by Kirill Bychkov | Files touched by this commit (2) |
Log message: fix rcctl syntax ok sthen@ |
2015-10-05 06:59:37 by Kirill Bychkov | Files touched by this commit (2) |
Log message: fix rcctl syntax ok sthen@ |
2015-09-29 04:53:17 by Stuart Henderson | Files touched by this commit (22) |
Log message: bump REVISION for setuptools dep change. (should be the last one) |
2015-09-17 05:42:34 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to Trac-1.0.9 |
2015-09-17 05:42:34 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to Trac-1.0.9 |
2015-08-11 14:55:17 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to trac-1.0.8, fixing a regression introduced in 1.0.7: the session for an authenticated username containing non-alphanumeric characters could not be retrieved, resulting in the user being denied access to every realm and resource. |
2015-08-11 14:55:17 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to trac-1.0.8, fixing a regression introduced in 1.0.7: the session for an authenticated username containing non-alphanumeric characters could not be retrieved, resulting in the user being denied access to every realm and resource. |
2015-07-17 19:27:51 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to trac-1.0.7 |
2015-07-17 19:27:51 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to trac-1.0.7 |
2015-07-07 08:44:59 by Stuart Henderson | Files touched by this commit (12) |
Log message: use su -m instead of -s /bin/sh, suggested by millert add some missing -c |
2015-07-07 08:44:59 by Stuart Henderson | Files touched by this commit (12) |
Log message: use su -m instead of -s /bin/sh, suggested by millert add some missing -c |
2015-07-06 05:25:36 by Stuart Henderson | Files touched by this commit (16) |
Log message: Remove use of sudo from pkg READMEs in a few ports as packages and their instructions are meant to work on a fresh install. - easy cases: replace some '$ sudo somecommand' with '# somecommand' (while there I've swapped some "${RCDIR}/foo start" with "rcctl foo start"). - replace some 'sudo -u user somecommand foo bar' with 'su -s /bin/sh user "/path/to/somecommand foo bar"' and similar. Not pretty with the -s, but many of the uids that need to run these commands have /sbin/nologin as their usual shell. |
2015-07-06 05:25:36 by Stuart Henderson | Files touched by this commit (16) |
Log message: Remove use of sudo from pkg READMEs in a few ports as packages and their instructions are meant to work on a fresh install. - easy cases: replace some '$ sudo somecommand' with '# somecommand' (while there I've swapped some "${RCDIR}/foo start" with "rcctl foo start"). - replace some 'sudo -u user somecommand foo bar' with 'su -s /bin/sh user "/path/to/somecommand foo bar"' and similar. Not pretty with the -s, but many of the uids that need to run these commands have /sbin/nologin as their usual shell. |
2015-06-18 04:37:35 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to trac-1.0.6post2 |
2015-06-18 04:37:35 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to trac-1.0.6post2 |
2015-03-29 14:06:45 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to trac-1.0.5 |
2015-03-29 14:06:45 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to trac-1.0.5 |
2015-03-29 14:06:45 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to trac-1.0.5 |
2015-02-08 10:19:32 by Stuart Henderson | Files touched by this commit (2) |
Log message: bugfix update to trac 1.0.4 |
2015-02-08 10:19:32 by Stuart Henderson | Files touched by this commit (2) |
Log message: bugfix update to trac 1.0.4 |
2015-01-13 08:40:04 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to trac 1.0.3 |
2015-01-13 08:40:04 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to trac 1.0.3 |
2015-01-13 08:40:04 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to trac 1.0.3 |
2014-10-26 08:22:01 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to trac 1.0.2 |
2014-10-26 08:22:01 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to trac 1.0.2 |
2014-10-26 08:22:01 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to trac 1.0.2 |
2011-06-24 16:41:56 by Stuart Henderson | Files touched by this commit (4) |
Log message: - move docs from MESSAGE to README - drop mandatory deps on enscript and clearsilver; both are supported but optional. (note, clearsilver support will be going away in trac 0.13). |
2011-06-24 16:41:56 by Stuart Henderson | Files touched by this commit (4) |
Log message: - move docs from MESSAGE to README - drop mandatory deps on enscript and clearsilver; both are supported but optional. (note, clearsilver support will be going away in trac 0.13). |
2011-06-24 16:41:56 by Stuart Henderson | Files touched by this commit (4) |
Log message: - move docs from MESSAGE to README - drop mandatory deps on enscript and clearsilver; both are supported but optional. (note, clearsilver support will be going away in trac 0.13). |
2011-06-24 16:41:56 by Stuart Henderson | Files touched by this commit (4) |
Log message: - move docs from MESSAGE to README - drop mandatory deps on enscript and clearsilver; both are supported but optional. (note, clearsilver support will be going away in trac 0.13). |
2011-06-08 12:15:30 by Remi Pointel | Files touched by this commit (62) |
Log message: bump after default python version switch |
2011-04-28 07:36:41 by Remi Pointel | Files touched by this commit (3) |
Log message: Update trac to 0.12.2. ok sthen@. |
2011-04-28 07:36:41 by Remi Pointel | Files touched by this commit (3) |
Log message: Update trac to 0.12.2. ok sthen@. |
2011-04-28 07:36:41 by Remi Pointel | Files touched by this commit (3) |
Log message: Update trac to 0.12.2. ok sthen@. |
2010-12-22 12:55:00 by Stuart Henderson | Files touched by this commit (1) |
Log message: add missing build dep needed now we have added i18n support; spotted jasper@, ok jasper@ |
2010-12-21 11:17:27 by Matthias Kilian | Files touched by this commit (2) |
Log message: Enable i18n support. ok sthen@ (maintainer) |
2010-12-21 11:17:27 by Matthias Kilian | Files touched by this commit (2) |
Log message: Enable i18n support. ok sthen@ (maintainer) |
2010-11-22 01:37:07 by Marc Espie | Files touched by this commit (859) |
Log message: new depends |
2010-10-11 07:38:11 by Stuart Henderson | Files touched by this commit (3) |
Log message: update trac to 0.12.1 |
2010-10-11 07:38:11 by Stuart Henderson | Files touched by this commit (3) |
Log message: update trac to 0.12.1 |
2010-10-11 07:38:11 by Stuart Henderson | Files touched by this commit (3) |
Log message: update trac to 0.12.1 |
2010-08-30 16:15:24 by Stuart Henderson | Files touched by this commit (16) |
Log message: python bumps |
2010-07-06 17:16:21 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to 0.12 |
2010-07-06 17:16:21 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to 0.12 |
2010-07-06 17:16:21 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to 0.12 |
2010-03-20 17:53:56 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to 0.11.7 |
2010-03-20 17:53:56 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to 0.11.7 |
2009-12-04 05:12:32 by Stuart Henderson | Files touched by this commit (3) |
Log message: Update to 0.11.6 and take maintainer, maintainer timeout. This has bug/SECURITY fixes and performance improvements, see http://trac.edgewall.org/wiki/ChangeLog |
2009-12-04 05:12:32 by Stuart Henderson | Files touched by this commit (3) |
Log message: Update to 0.11.6 and take maintainer, maintainer timeout. This has bug/SECURITY fixes and performance improvements, see http://trac.edgewall.org/wiki/ChangeLog |
2009-12-04 05:12:32 by Stuart Henderson | Files touched by this commit (3) |
Log message: Update to 0.11.6 and take maintainer, maintainer timeout. This has bug/SECURITY fixes and performance improvements, see http://trac.edgewall.org/wiki/ChangeLog |
2009-08-03 07:14:17 by Stuart Henderson | Files touched by this commit (1) |
Log message: add missing dependency on py-genshi and sort RUN_DEPENDS while there. bump PKGNAME. pointed out by Edd Barrett. |
2009-07-26 11:39:15 by Stuart Henderson | Files touched by this commit (2) |
Log message: bugfix update to 0.11.5; maintainer timed out |
2009-07-26 11:39:15 by Stuart Henderson | Files touched by this commit (2) |
Log message: bugfix update to 0.11.5; maintainer timed out |
2009-06-20 07:40:57 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to 0.11.4; maintainer (Ben Lovett) agrees with the update. rolls in trac-adminplugin; pkgpath/conflict set accordingly. |
2009-06-20 07:40:57 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to 0.11.4; maintainer (Ben Lovett) agrees with the update. rolls in trac-adminplugin; pkgpath/conflict set accordingly. |
2009-06-20 07:40:57 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to 0.11.4; maintainer (Ben Lovett) agrees with the update. rolls in trac-adminplugin; pkgpath/conflict set accordingly. |
2009-06-20 07:40:57 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to 0.11.4; maintainer (Ben Lovett) agrees with the update. rolls in trac-adminplugin; pkgpath/conflict set accordingly. |
2009-06-20 07:40:57 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to 0.11.4; maintainer (Ben Lovett) agrees with the update. rolls in trac-adminplugin; pkgpath/conflict set accordingly. |
2009-04-25 06:54:57 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: - remove uneeded build_depends which would prevent trac from packaging in a regular bulk ok sthen@ cvs: ---------------------------------------------------------------------- |
2009-03-16 16:20:02 by Matthias Kilian | Files touched by this commit (17) |
Log message: Bump for python deps. |
2009-03-04 14:11:11 by Matthias Kilian | Files touched by this commit (1) |
Log message: Add an explicit pkgspec for clearsilver-*-python. Else you end up with the default flavor of clearsilver, which isn't enough for trac. no objections, naddy |
2008-09-03 07:29:33 by Stuart Henderson | Files touched by this commit (2) |
Log message: regenerate PLIST (.egg-info was missing) and use MODPY_EGG_VERSION, bump |
2008-09-03 07:29:33 by Stuart Henderson | Files touched by this commit (2) |
Log message: regenerate PLIST (.egg-info was missing) and use MODPY_EGG_VERSION, bump |
2008-09-03 07:26:16 by Stuart Henderson | Files touched by this commit (2) |
Log message: SECURITY update to trac 0.10.5 - Fixes cross-site redirection in quickjump found by Russ McRee. - Fixes wiki engine XSS found by Nathan Collins. - Added PostgreSQL 8.3 support. - Fixes FineGrainedPermissions for scoped repositories. - Fixes problem with repository syncing raising exceptions. ok Ben Lovett (MAINTAINER) |
2008-09-03 07:26:16 by Stuart Henderson | Files touched by this commit (2) |
Log message: SECURITY update to trac 0.10.5 - Fixes cross-site redirection in quickjump found by Russ McRee. - Fixes wiki engine XSS found by Nathan Collins. - Added PostgreSQL 8.3 support. - Fixes FineGrainedPermissions for scoped repositories. - Fixes problem with repository syncing raising exceptions. ok Ben Lovett (MAINTAINER) |
2008-06-09 16:05:49 by Felix Kronlage | Files touched by this commit (2) |
Log message: mention the need for updating trac's database if updating from a previous version of the port. discussed on ports@, suggestion from sthen@ maintainer (ben lovett) ok |
2008-06-09 16:05:49 by Felix Kronlage | Files touched by this commit (2) |
Log message: mention the need for updating trac's database if updating from a previous version of the port. discussed on ports@, suggestion from sthen@ maintainer (ben lovett) ok |
2008-06-05 00:09:37 by Felix Kronlage | Files touched by this commit (1) |
Log message: switch dependency to newer sqlite, as a lot of third party plugins require this, it is also the recommendation from the trac developers. discussed on ports@ ok ben lovett (maintainer), martynas@ and bernd@ a while ago |
2007-10-08 02:22:44 by Steven Mestdagh | Files touched by this commit (216) |
Log message: bump PKGNAME after python version switch |
2007-09-15 14:38:27 by Michael Erdely | Files touched by this commit (258) |
Log message: Remove surrounding quotes from COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here (ok naddy@) |
2007-08-02 16:36:47 by Alexandre Anriot | Files touched by this commit (2) |
Log message: add print/enscript in RUN_DEPENDS, used by trac for the source code color syntaxing. ok Ben Lovett, pvalchev@ |
2007-08-02 16:36:47 by Alexandre Anriot | Files touched by this commit (2) |
Log message: add print/enscript in RUN_DEPENDS, used by trac for the source code color syntaxing. ok Ben Lovett, pvalchev@ |
2007-05-31 08:11:46 by Nikolay Sturm | Files touched by this commit (3) |
Log message: MFC: Update to 0.10.4: MSIE XSS vulnerability and bug fixes. |
2007-05-31 08:11:23 by Nikolay Sturm | Files touched by this commit (3) |
Log message: MFC: Update to 0.10.4: MSIE XSS vulnerability and bug fixes. |
2007-05-30 16:03:05 by Christian Weisgerber | Files touched by this commit (4) |
Log message: Update to 0.10.4: MSIE XSS vulnerability and bug fixes. From: Stuart Henderson, ok maintainer |
2007-05-30 16:03:05 by Christian Weisgerber | Files touched by this commit (4) |
Log message: Update to 0.10.4: MSIE XSS vulnerability and bug fixes. From: Stuart Henderson, ok maintainer |
2007-05-30 16:03:05 by Christian Weisgerber | Files touched by this commit (4) |
Log message: Update to 0.10.4: MSIE XSS vulnerability and bug fixes. From: Stuart Henderson, ok maintainer |
2007-05-30 16:03:05 by Christian Weisgerber | Files touched by this commit (4) |
Log message: Update to 0.10.4: MSIE XSS vulnerability and bug fixes. From: Stuart Henderson, ok maintainer |
2007-05-20 07:47:26 by Steven Mestdagh | Files touched by this commit (1) |
Log message: shorter comment |
2007-04-05 11:26:27 by Marc Espie | Files touched by this commit (815) |
Log message: more base64 checksums |
2006-11-20 21:05:18 by Peter Valchev | Files touched by this commit (2) |
Log message: update to trac-0.10.2; maintainer Ben Lovett |
2006-11-20 21:05:18 by Peter Valchev | Files touched by this commit (2) |
Log message: update to trac-0.10.2; maintainer Ben Lovett |
2006-11-10 02:41:54 by Nikolay Sturm | Files touched by this commit (2) |
Log message: MFC: security update to trac 0.10.1 (fixes a csrf vulnerability) changelog available here: http://trac.edgewall.org/wiki/ChangeLog |
2006-11-10 00:46:25 by Marc Balmer | Files touched by this commit (3) |
Log message: security update to trac 0.10.1 (fixes a csrf vulnerability) changelog available here: http://trac.edgewall.org/wiki/ChangeLog from Maintainer, Ben Lovett <ben@tilderoot.com> |
2006-11-10 00:46:25 by Marc Balmer | Files touched by this commit (3) |
Log message: security update to trac 0.10.1 (fixes a csrf vulnerability) changelog available here: http://trac.edgewall.org/wiki/ChangeLog from Maintainer, Ben Lovett <ben@tilderoot.com> |
2006-11-10 00:46:25 by Marc Balmer | Files touched by this commit (3) |
Log message: security update to trac 0.10.1 (fixes a csrf vulnerability) changelog available here: http://trac.edgewall.org/wiki/ChangeLog from Maintainer, Ben Lovett <ben@tilderoot.com> |
2006-07-19 22:43:28 by Steven Mestdagh | Files touched by this commit (17) |
Log message: fix homepages and a few master sites |
2006-07-09 04:11:49 by Steven Mestdagh | Files touched by this commit (2) |
Log message: SECURITY update to trac 0.9.6 * Fixed reStructuredText breach of privacy and denial of service vulnerability found by Felix Wiemann. from maintainer Ben Lovett <ben at tilderoot.com> |
2006-07-09 04:11:49 by Steven Mestdagh | Files touched by this commit (2) |
Log message: SECURITY update to trac 0.9.6 * Fixed reStructuredText breach of privacy and denial of service vulnerability found by Felix Wiemann. from maintainer Ben Lovett <ben at tilderoot.com> |
2006-06-06 03:32:57 by Aleksander Piotrowski | Files touched by this commit (3) |
Log message: Update to 0.9.5 >From Will Maier via Ben Lovett <ben@tilderoot.com> |
2006-06-06 03:32:57 by Aleksander Piotrowski | Files touched by this commit (3) |
Log message: Update to 0.9.5 >From Will Maier via Ben Lovett <ben@tilderoot.com> |
2006-06-06 03:32:57 by Aleksander Piotrowski | Files touched by this commit (3) |
Log message: Update to 0.9.5 >From Will Maier via Ben Lovett <ben@tilderoot.com> |
2006-06-03 03:49:35 by Aleksander Piotrowski | Files touched by this commit (1) |
Log message: Bump PKGNAME after recent python switch |
2006-06-03 02:28:21 by Aleksander Piotrowski | Files touched by this commit (1) |
Log message: NO_REGRESS |