Content-Length: 40785 | pFad | http://bugs.FreeBSD.org/88453
Fix: Update www/trac from 0.8.4 to 0.9. You should add something like this into ports/UPDATING: The cannonical update procedure for existing trac environments is: $ export TRAC_ENV=/path/to/trac/env $ cp -Rp $TRAC_ENV $TRAC_ENV.backup # backup existing trac env $ /usr/local/bin/trac-admin $TRAC_ENV upgrade $ /usr/local/bin/trac-admin $TRAC_ENV resync $ /usr/local/bin/trac-admin $TRAC_ENV wiki upgrade For a full description about this procedure, read the document at: http://projects.edgewall.com/trac/wiki/TracUpgrade
Maintainer of www/trac, Please note that PR ports/88453 just has been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/88453 -- Edwin Groothuis edwin@FreeBSD.org
State Changed From-To: open->feedback Ask for maintainer approval.
Use this patch instead, it updates the port to 0.9, and also uses PySQLite 2 (for SQLite 3). Just replace the ports/UPDATING text to something like: The Trac database schema was changed between versions 0.8 and 0.9. This port also started to use PySQLite 2 (SQLite 3). Existing environments must be upgraded before they can be used with Trac 0.9. The canonical update procedure for existing trac environments is: $ export TRAC_ENV=/path/to/trac/env $ # backup existing trac environment $ cp -Rp $TRAC_ENV $TRAC_ENV.backup # backup existing trac env $ # convert database from sqlite 2 to sqlite 3 format $ mv $TRAC_ENV/db/trac.db $TRAC_ENV/db/trac2.db $ sqlite $TRAC_ENV/db/trac2.db .dump | sqlite3 $TRAC_ENV/db/trac.db $ # upgrade trac environment $ /usr/local/bin/trac-admin $TRAC_ENV upgrade $ /usr/local/bin/trac-admin $TRAC_ENV resync $ /usr/local/bin/trac-admin $TRAC_ENV wiki upgrade Consult the full upgrade instructions at: http://projects.edgewall.com/trac/wiki/TracUpgrade
Excellent work, thank you Rui! Rui and I also agreed that Rui takes over maintainership of www/track and its dependency www/clearsilver, so please set maintainership of those ports to rui@ruilopes.com in addition to applying the above patch. thanks
State Changed From-To: feedback->open Feedback received
Responsible Changed From-To: freebsd-ports-bugs->garga Grabbed.
State Changed From-To: open->closed Committed,with minor changes, just use DATADIR macro. Thanks!
Fetched URL: http://bugs.FreeBSD.org/88453
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy