ports/68966: [maintainer update] fixed ill package list & add message
Aho K.F. Li
thinker at branda.to
Tue Jul 13 00:30:22 UTC 2004
>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 at 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
- at dirrm %%PYTHON_SITELIBDIR%%
- at dirrm lib/python2.3
--- trac-pkg-message.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list