Bug 111139 - [patch] cvstrac version -> 2.0.0
Summary: [patch] cvstrac version -> 2.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-02 17:00 UTC by nkoch
Modified: 2007-04-03 12:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1010 bytes, patch)
2007-04-02 17:00 UTC, nkoch
no flags Details | Diff
file.diff (400 bytes, patch)
2007-04-02 17:00 UTC, nkoch
no flags Details | Diff
file.diff (623 bytes, patch)
2007-04-02 17:00 UTC, nkoch
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nkoch 2007-04-02 17:00:11 UTC
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
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-04-02 17:34:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-02 17:48:56 UTC
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"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2007-04-02 17:49:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 nkoch 2007-04-03 12:10:55 UTC
Sorry for multiple posts. My Firefox did for any reasons not receive any 
response.

Norbert Koch