I'd like to have cvstrac updated to 2.0.0. It works for me with the additional patch (see below) in db.c. But I'd suggest someone else should confirm that. SHA256 is missing, as I run this under 4.11. So this needs to be added. Perhaps pkg-descr should mention that cvstrac's database may have to be upgraded from sqlite2 to sqlite3 like e.g.: mv cvstrac.db cvstrac_2.db && sqlite cvstrac_2.db .dump | sqlite3 cvstrac.db
Responsible Changed From-To: freebsd-ports-bugs->rafan Eat.
rafan 2007-04-02 16:48:47 UTC FreeBSD ports repository Modified files: devel/cvstrac Makefile distinfo devel/cvstrac/files patch-Makefile Added files: devel/cvstrac/files patch-db.c Log: - Update to 2.0.0 - Switch to SQLite 3 PR: ports/111139 Submitted by: Norbert Koch <nkoch at demig.de> Revision Changes Path 1.10 +2 -2 ports/devel/cvstrac/Makefile 1.6 +3 -3 ports/devel/cvstrac/distinfo 1.3 +1 -1 ports/devel/cvstrac/files/patch-Makefile 1.3 +11 -0 ports/devel/cvstrac/files/patch-db.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!
Sorry for multiple posts. My Firefox did for any reasons not receive any response. Norbert Koch