On Thu, Jun 05, 2008 at 03:22:26PM +0200, Marc Espie wrote:
> > indeed, my bad, should have mentioned that:
[...]
> This must be mentioned somewhere in the new package!!!!
indeed. Any objections to the wording?
felix
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/trac/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile 5 Jun 2008 06:09:37 -0000 1.14
+++ Makefile 5 Jun 2008 15:02:59 -0000
@@ -3,7 +3,7 @@
COMMENT= wiki and bug tracking system for software projects
DISTNAME= trac-0.10.4
-PKGNAME= ${DISTNAME}p2
+PKGNAME= ${DISTNAME}p3
CATEGORIES= www devel
MAINTAINER= Ben Lovett <[EMAIL PROTECTED]>
Index: pkg/MESSAGE
===================================================================
RCS file: /cvs/ports/www/trac/pkg/MESSAGE,v
retrieving revision 1.2
diff -u -r1.2 MESSAGE
--- pkg/MESSAGE 2 Aug 2007 22:36:47 -0000 1.2
+++ pkg/MESSAGE 5 Jun 2008 15:02:59 -0000
@@ -18,3 +18,11 @@
You can find the Trac Installation Guide here:
http://projects.edgewall.com/trac/wiki/TracInstall
+
+If updating from a previous version of the port, you might have to
+update trac's database from sqlite2 to sqlite3. You do this by
+going to the db-directory of trac and running the following commands:
+
+mv trac.db trac.db.old
+${LOCALBASE}/bin/sqlite trac.db.old .dump | ${LOCALBASE}/bin/sqlite3 trac.db
+