diff options
author | cjs <cjs@pkgsrc.org> | 2005-07-07 10:59:01 +0000 |
---|---|---|
committer | cjs <cjs@pkgsrc.org> | 2005-07-07 10:59:01 +0000 |
commit | ce75d9b8c159dfb3e481c6241471084d7f7aae76 (patch) | |
tree | efd6143ab8cac6a5e5e554bc4daed741d25fa884 /devel | |
parent | 74b4f083ffd1cc0ffd66434f508526ed10a7163f (diff) | |
download | pkgsrc-ce75d9b8c159dfb3e481c6241471084d7f7aae76.tar.gz |
Update to version 1.2.1. The most important reason for this is that the
older versions do not work with the version of subversion-base in pkgsrc.
Version 1.2.1 (14 February 2005, from /tags/1.2.1)
* Fix cvs2svn's dumpfile output to work after Subversion's r12645.
Version 1.2.0 (11 January 2005, from /tags/1.2.0)
* --fs-type=TYPE: make it possible to specify the filesystem type.
* Convert files with svn:eol-style to have LF end of lines only.
* Fix hang in pass 8 for files that ended with a CR.
* Import unexpanded keywords into the repository.
* Fix the handling of the $Revision$ keyword.
* Fix bug in branch/tag creation edge case.
Version 1.1.0 (15 September 2004, from /tags/1.1.0)
* --symbol-transform: change tag and branch names using regular expressions.
* Flush log after writing, for better feedback when using 'tee'.
* Issue 74: No longer attempt to change non-existent files.
* Allow the Subversion repository created to have spaces in its name.
* Avoid erroring when using a svnadmin that uses FSFS by default.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvs2svn/Makefile | 7 | ||||
-rw-r--r-- | devel/cvs2svn/distinfo | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/devel/cvs2svn/Makefile b/devel/cvs2svn/Makefile index 3b43aca3114..14f93afd3d5 100644 --- a/devel/cvs2svn/Makefile +++ b/devel/cvs2svn/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:19 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/07/07 10:59:01 cjs Exp $ -DISTNAME= cvs2svn-1.0.0 -PKGREVISION= 1 +DISTNAME= cvs2svn-1.2.1 CATEGORIES= devel -MASTER_SITES= http://cvs2svn.tigris.org/files/documents/1462/15996/ +MASTER_SITES= http://cvs2svn.tigris.org/files/documents/1462/20727/ MAINTAINER= seb@NetBSD.org HOMEPAGE= http://cvs2svn.tigris.org/ diff --git a/devel/cvs2svn/distinfo b/devel/cvs2svn/distinfo index 00703e9b4f2..363235369ce 100644 --- a/devel/cvs2svn/distinfo +++ b/devel/cvs2svn/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.5 2005/02/23 22:24:12 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/07/07 10:59:01 cjs Exp $ -SHA1 (cvs2svn-1.0.0.tar.gz) = 8586f90131d5f5b6e06f84f068724a0104e1f041 -RMD160 (cvs2svn-1.0.0.tar.gz) = 059778242db35258d05b17fb132e6419b71d927e -Size (cvs2svn-1.0.0.tar.gz) = 200607 bytes +SHA1 (cvs2svn-1.2.1.tar.gz) = af3f1a2a74e97448fb40f5b6ddc2751586297262 +Size (cvs2svn-1.2.1.tar.gz) = 205214 bytes |