64 Commits

Author SHA1 Message Date
sthen
f64a25d200 update to Trac-1.2.1 2017-04-04 21:38:51 +00:00
sthen
d6ad0cd51c 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 13:29:38 +00:00
sthen
56977ca85e bugfix update to Trac-1.0.13 2016-09-13 13:24:37 +00:00
sthen
3e956e74ac bugfix update to trac-1.0.12 2016-07-05 13:24:07 +00:00
sthen
9affac3558 update to Trac-1.0.11 2016-05-09 13:38:32 +00:00
sthen
175bc0787e update to trac-1.0.10 2016-02-25 00:50:20 +00:00
kirby
00f2361d2f fix rcctl syntax
ok sthen@
2015-10-05 12:59:37 +00:00
sthen
13359694f0 bump REVISION for setuptools dep change. (should be the last one) 2015-09-29 10:53:16 +00:00
sthen
3f9d3b7b2a update to Trac-1.0.9 2015-09-17 11:42:34 +00:00
sthen
0f9821d86c 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 20:55:17 +00:00
sthen
0931737535 update to trac-1.0.7 2015-07-18 01:27:51 +00:00
sthen
ce974b46cc use su -m instead of -s /bin/sh, suggested by millert
add some missing -c
2015-07-07 14:44:58 +00:00
sthen
d5ffe85b7d 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 11:25:36 +00:00
sthen
c466b206a4 update to trac-1.0.6post2 2015-06-18 10:37:35 +00:00
sthen
8d220b184c update to trac-1.0.5 2015-03-29 20:06:45 +00:00
sthen
4a9da4edbf bugfix update to trac 1.0.4 2015-02-08 17:19:32 +00:00
sthen
c64cb44543 update to trac 1.0.3 2015-01-13 15:40:04 +00:00
sthen
675a5ab025 update to trac 1.0.2 2014-10-26 14:22:01 +00:00
sthen
39e40f109f add PORTROACH annotation to skip dev versions 2014-09-17 21:48:55 +00:00
ajacoutot
9d087a11f1 Tweak documentation according to recent rc changes.
ok jasper@
2014-07-22 10:55:40 +00:00
sthen
ef606ec454 install contrib scripts etc. to examples/ 2013-09-30 19:35:52 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
7239fd7d0f bugfix update to Trac 1.0.1 2013-02-03 14:27:25 +00:00
sthen
dccea2a7f9 update to Trac 1.0
- if you have problems with authentication with the standalone tracd,
review http://trac.edgewall.org/wiki/0.11/TracStandalone#UsingAuthentication
about use of absolute paths, previously they were explicitly not supported
but worked in some cases, now they don't work.
2012-09-15 10:02:22 +00:00
sthen
e84102fa10 maintenance update to Trac 0.12.4; minor fixes only 2012-09-11 13:03:34 +00:00
ajacoutot
0691c69586 Use RCDIR instead of /etc/rc.d when refering to packages rc scripts.
discussed with espie and sthen
ok sthen@
2012-04-22 11:41:55 +00:00
sthen
90aa931365 Install an rc script for trac and use a dedicated uid. 2012-03-03 11:42:06 +00:00
sthen
a25df64fd8 update to trac 0.12.3 2012-02-16 21:19:51 +00:00
espie
58fffade54 normalize pkgpath 2011-09-16 12:00:05 +00:00
sthen
3838b227aa - 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 22:41:56 +00:00
rpointel
d9c94aa811 bump after default python version switch 2011-06-08 18:15:28 +00:00
rpointel
0e67b39b23 Update trac to 0.12.2.
ok sthen@.
2011-04-28 13:36:41 +00:00
sthen
d06d8de05f add missing build dep needed now we have added i18n support;
spotted jasper@, ok jasper@
2010-12-22 19:55:00 +00:00
kili
9779902ca8 Enable i18n support.
ok sthen@ (maintainer)
2010-12-21 18:17:27 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
sthen
4696388fab update trac to 0.12.1 2010-10-11 13:38:11 +00:00
sthen
0c97df5b88 python bumps 2010-08-30 22:15:24 +00:00
sthen
70094b564f update to 0.12 2010-07-06 23:16:21 +00:00
sthen
44da79e6b5 update to 0.11.7 2010-03-20 23:53:56 +00:00
sthen
a61f354a62 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 12:12:32 +00:00
sthen
809ab99bd4 add missing dependency on py-genshi and sort RUN_DEPENDS while
there. bump PKGNAME. pointed out by Edd Barrett.
2009-08-03 13:14:17 +00:00
sthen
559f23237c bugfix update to 0.11.5; maintainer timed out 2009-07-26 17:39:15 +00:00
sthen
3b8808af26 update to 0.11.4; maintainer (Ben Lovett) agrees with the update.
rolls in trac-adminplugin; pkgpath/conflict set accordingly.
2009-06-20 13:40:57 +00:00
ajacoutot
a1b6fb61f9 - remove uneeded build_depends which would prevent trac from packaging in
a regular bulk

ok sthen@
cvs: ----------------------------------------------------------------------
2009-04-25 12:54:57 +00:00
kili
d4d18dc107 Bump for python deps. 2009-03-16 22:20:02 +00:00
kili
fd7aa340fe 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
2009-03-04 21:11:11 +00:00
sthen
d339a110a1 regenerate PLIST (.egg-info was missing) and use MODPY_EGG_VERSION, bump 2008-09-03 13:29:33 +00:00
sthen
8e90856d30 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 13:26:16 +00:00
fkr
5974cb671e 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 22:05:49 +00:00
fkr
a2f72b264a 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
2008-06-05 06:09:37 +00:00