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.
Responsible Changed From-To: freebsd-ports-bugs->bsam Over to maintainer (via the GNATS Auto Assign Tool)
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"
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.