Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 2004 08:25:04 GMT
From:      "Aho K.F. Li" <thinker@branda.to>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68966: [maintainer update] fixed ill package list & add message
Message-ID:  <200407130825.i6D8P4VH019825@paper.branda.to>
Resent-Message-ID: <200407130030.i6D0UL1T096243@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68966
>Category:       ports
>Synopsis:       [maintainer update] fixed ill package list & add message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 13 00:30:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Aho K.F. Li
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD paper.branda.to 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sun Jun 20 17:05:13 UTC 2004 root@paper.branda.to:/usr/src/sys/i386/compile/paper i386


	
>Description:
	Tobias Roth had note me that the database format of
	trac-0.7.1 is different from trac-0.6.1.  A notice
	should be showed for it when people upgrade from
	trac-0.6.1.

	Python site package will be deleted by old port, it
	also fixed now.
	
>How-To-Repeat:
	
>Fix:

	

--- trac-pkg-message.diff begins here ---
--- trac/pkg-message.orig	Tue Jul 13 08:11:37 2004
+++ trac/pkg-message	Tue Jul 13 08:11:37 2004
@@ -0,0 +1,21 @@
+
+*******************************************************************************
+Trac 0.7 has a new database format, requiring manual upgrade.
+The following steps are needed to upgrade:
+
+1) convert the old-style trac databases to new-style trac environments:
+
+  # tracdb2env /path/to/old/project.db /path/to/new/projectenv
+
+
+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
+*******************************************************************************
+
--- trac/pkg-plist.orig	Sun Jul  4 20:45:51 2004
+++ trac/pkg-plist	Tue Jul 13 08:16:45 2004
@@ -210,5 +210,3 @@
 @dirrm %%PYTHON_SITELIBDIR%%/trac/upgrades
 @dirrm %%PYTHON_SITELIBDIR%%/trac/mimeviewers
 @dirrm %%PYTHON_SITELIBDIR%%/trac
-@dirrm %%PYTHON_SITELIBDIR%%
-@dirrm lib/python2.3
--- trac-pkg-message.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407130825.i6D8P4VH019825>