This patch upgrades devel/cvs2svn to v1.5.0. If the port's maintainer approves, I would be happy to commit it. Fix: Patch attached with submission follows:
State Changed From-To: open->feedback Take responsibility for this PR and CC' the ports maintainer.
Responsible Changed From-To: freebsd-ports-bugs->jkoshy Take responsibility for this PR and CC' the ports maintainer.
Hello, This patch contains: - Update to 1.5.0 - Fix MASTER_SITES - Add manual page (cvs2svn.1) Since fetching from the URLs list in the MASTER_SITES are all filed, and downloading from the official site needs a session cookie, we should use FETCH_CMD= wget -c and FETCH_DEPENDS, or I suggest put the distfile on ftp.FreeBSD.org. I also put one copy on http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/cvs2svn-1.5.0.tar.gz put this URL in the MASTER_SITES is ok. By the way, I think you can commit the patch due to maintainer timeout. -- Best Regards, Li-Wen Hsu
jkoshy 2007-01-10 08:20:28 UTC FreeBSD ports repository Modified files: devel/cvs2svn Makefile distinfo pkg-plist Log: Update to v1.5.0. Upstream changes since the prior ported version (v1.3.1) include: - Support for multiproject conversions. - New options: `--output', `--co', `--cvs', `--sort', `--auto-props', `--symbol-default'. - Options `--force-branch' and `--force-tag' now accept regexes. - Speedups, reduction in disk space needed for conversion. - Multicomponent `--trunk', `--tags' and `--branches' paths. - Better warning messages and error handling. - Improved handling of commit dependencies and multibranch commits. - Scripts to help isolate conversion problems and shrink test cases. PR: ports/106468 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.ckefgisc.org> Revision Changes Path 1.11 +14 -4 ports/devel/cvs2svn/Makefile 1.9 +3 -3 ports/devel/cvs2svn/distinfo 1.3 +148 -0 ports/devel/cvs2svn/pkg-plist _______________________________________________ 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: feedback->closed Patch applied, thanks.