Bug 137000 - [PATCH] devel/qct: add support for svn 1.6.x
Summary: [PATCH] devel/qct: add support for svn 1.6.x
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: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-22 17:10 UTC by Lapo Luchini
Modified: 2009-07-24 11:10 UTC (History)
0 users

See Also:


Attachments
qct-1.7.patch (2.46 KB, patch)
2009-07-22 17:10 UTC, Lapo Luchini
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lapo Luchini 2009-07-22 17:10:05 UTC
qct-1.7 doesn't work with svn 1.6.x as "svn status" format has changed.
The following patch is taked from upstream:
https://sourceforge.net/tracker/?func=detail&aid=2825427&group_id=188871&atid=927052
http://bitbucket.org/sborho/qct/changeset/8f96c7e60786/

Also moved WRKSRC to silence lint.

Added file(s):
- files/patch-qctlib_vcs_svn.py

Port maintainer (bsam@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77

How-To-Repeat: 
Simply execute qct in a workspace which has some unversioned file.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-22 17:10:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bsam

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-07-24 10:55:53 UTC
bsam        2009-07-24 09:55:38 UTC

  FreeBSD ports repository

  Modified files:
    devel/qct            Makefile 
  Added files:
    devel/qct/files      patch-qctlib_vcs_svn.py 
  Log:
  . add support for svn 1.6.x;  [1]
  . bump PORTREVISION.
  
  PR:             137000  [1]
  Submitted by:   Lapo Luchini <lapo at lapo.it>  [1]
  
  Revision  Changes    Path
  1.11      +2 -1      ports/devel/qct/Makefile
  1.1       +35 -0     ports/devel/qct/files/patch-qctlib_vcs_svn.py (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 Boris Samorodov freebsd_committer freebsd_triage 2009-07-24 10:58:42 UTC
State Changed
From-To: open->closed

Committed, thanks! 
The patch at the PR is line-wrapped though and I had some difficulty 
to recover it.