78 Commits

Author SHA1 Message Date
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
naddy
b9bcedb09f bump www/trac after devel/subversion,-python dependency changed package name 2021-01-09 13:58:33 +00:00
sthen
9fe72d3241 adjust deps 2021-01-04 13:58:47 +00:00
sthen
032bdc1064 update to trac-1.5.2, moving to Python 3.
This is a development branch but moving closer to a full release;
current schedule https://groups.google.com/g/trac-dev/c/qPf4k35rZ9I

This removes the deprecated support for Genshi as template engine;
some external plugins currently require this and will need to be
converted to Jinja2.
2020-12-30 20:36:27 +00:00
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
sthen
36ee86359e update to trac-1.4.2 2020-06-18 13:22:37 +00:00
sthen
53882914e3 update to trac-1.4.1 2020-02-14 21:28:09 +00:00
sthen
f51bbcb53a update to trac 1.4
This is a major version update; as usual for these you will need to
upgrade your trac environments, also note that some plugins are now
obsolete and should be removed.

Trac now uses Jinja2 instead of Genshi as its template engine - Genshi
is still supported in 1.4.x for plugin templates but is now optional.

See https://trac.edgewall.org/wiki/1.3/TracUpgrade#to1.4 and
https://trac.edgewall.org/wiki/TracChangeLog for more details.
2019-08-31 15:07:56 +00:00
sthen
56e834b7ba update to trac-1.2.4 2019-07-19 12:32:44 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
sthen
f157f056b1 update to trac-1.2.3 2018-08-01 14:29:28 +00:00
rpe
9a8b5ccd06 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 19:27:01 +00:00
sthen
0196c99fcc update to trac-1.2.2 2017-06-24 20:19:42 +00:00
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