head	1.6;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2010.07.21.09.28.18;	author clsung;	state Exp;
branches;
next	1.5;

1.5
date	2008.06.27.08.59.20;	author clsung;	state Exp;
branches;
next	1.4;

1.4
date	2005.12.07.02.14.28;	author mnag;	state Exp;
branches;
next	1.3;

1.3
date	2005.11.04.12.30.10;	author garga;	state Exp;
branches;
next	1.2;

1.2
date	2005.02.03.16.22.10;	author vs;	state Exp;
branches;
next	1.1;

1.1
date	2004.07.13.00.34.25;	author pav;	state Exp;
branches;
next	;


desc
@@


1.6
log
@- Update to 0.12

Changes:	http://trac.edgewall.org/wiki/TracDev/ApiChanges/0.12
@
text
@*******************************************************************************

From 0.11.x to 0.12.x
---------------------
You should be careful to check that the plugins you depend on have
been ported to 0.12, as they most probably won't work without adaptation
due to the numerous internal changes that occurred during 0.12 development.

See:	http://trac.edgewall.org/wiki/TracDev/ApiChanges/0.12

Consult the upgrade instructions at:

	http://trac.edgewall.org/wiki/TracUpgrade

*******************************************************************************
@


1.5
log
@- Update to 0.11
@
text
@d3 1
a3 1
From 0.10.x to 0.11.x
d6 2
a7 3
been ported to 0.11, as they most probably won't work without adaptation
due to the numerous internal changes that occurred during 0.11 development.
Note however that Clearsilver based plugin are still supported.
d9 1
a9 1
See:	http://trac.edgewall.org/wiki/TracDev/ApiChanges/0.11
@


1.4
log
@Update to 0.9.2
Add SHA256
portlint(1)

PR:		90048
Submitted by:	maintainer
Security:	http://secunia.com/advisories/17894/
@
text
@d3 6
a8 2
The Trac database schema was changed between versions 0.8 and 0.9.  This
port also started to depend on PySQLite 2 (SQLite 3).
d10 1
a10 1
Existing environments must be upgraded before they can be used with Trac 0.9.
d14 1
a14 5
	http://projects.edgewall.com/trac/wiki/TracUpgrade

You can also find the canonical upgrade instructions at:

	/usr/ports/UPDATING
@


1.3
log
@- Update to 0.9
- Pass maintainership to submitter

PR:		ports/88453
Submitted by:	Rui Lopes <rgl@@ruilopes.com>
Approved by:	maintainer
@
text
@a0 1

a16 1

@


1.2
log
@Update to 0.8

PR:		ports/74922
Submitted by:	Nik Clayton, Rui Lopes
Approved by:	maintainer timeout (4 weeks)
@
text
@d4 4
a7 2
The Trac database schema was changed between versions 0.7.x and 0.8.  Existing
environments must be upgraded before they can be used with Trac 0.8.
d10 1
d13 4
@


1.1
log
@- Add upgrade instructions

PR:		ports/68966
Submitted by:	Aho K.F. Li <thinker@@branda.to> (maintainer)
@
text
@a2 2
Trac 0.7 has a new database format, requiring manual upgrade.
The following steps are needed to upgrade:
d4 2
a5 1
1) convert the old-style trac databases to new-style trac environments:
d7 2
a8 1
  # tracdb2env /path/to/old/project.db /path/to/new/projectenv
a9 10

2) update your httpd.conf. change the line
      SetEnv TRAC_DB "/path/to/old/project.db"
   to
      SetEnv TRAC_ENV "/path/to/new/projectenv"


3) once you verified everything works fine, delete your old database:

  # rm /path/to/old/project.db
@

