Bug 106468

Summary: [patch] upgrade cvs2svn to v1.5.0
Product: Ports & Packages Reporter: Joseph Koshy <jkoshy>
Component: Individual Port(s)Assignee: Joseph Koshy <jkoshy>
Status: Closed FIXED    
Severity: Affects Only Me CC: joe
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
cvs2svn-1.5.0.diff none

Description Joseph Koshy freebsd_committer freebsd_triage 2006-12-08 07:20:06 UTC
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:
Comment 1 Joseph Koshy freebsd_committer freebsd_triage 2006-12-08 07:56:34 UTC
State Changed
From-To: open->feedback

Take responsibility for this PR and CC' the ports maintainer. 


Comment 2 Joseph Koshy freebsd_committer freebsd_triage 2006-12-08 07:56:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jkoshy

Take responsibility for this PR and CC' the ports maintainer.
Comment 3 lwhsu 2007-01-02 18:29:45 UTC
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
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-01-10 08:20:34 UTC
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"
Comment 5 Joseph Koshy freebsd_committer freebsd_triage 2007-01-10 08:20:44 UTC
State Changed
From-To: feedback->closed

Patch applied, thanks.