diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-11-22 21:13:06 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-11-22 21:13:06 +0000 |
commit | 4e688c148149d2b7afa8ddcee51a86a667a16031 (patch) | |
tree | 32ef258ab654cf5c34a0d19746ca04a1b24e24a0 /devel | |
parent | 152041d42d6f8f991f7b96e1ad4b03b9ffda5857 (diff) | |
download | pkgsrc-4e688c148149d2b7afa8ddcee51a86a667a16031.tar.gz |
Update to 2.3.3. From the changelog:
=== Release 2.3.3, October 28, 2002
Changes to start coping with MKS Source Integrity conversions.
This change allows genmetadata to simply ignore (and hence, to
continue working!) the "ext" and "format" keywords that MKS Source
Integrity apparently adds to the rcs repertiore. This could possibly
be recoded to deal with arbitrary new keywords, but I don't want to go
there now.
Note that there *may* be other gotchas when attempting to use cvs2p4
to convert MKS SI repositories, which may be addressed by future
changes to cvs2p4:
1. It appears that MKS may compress (gzip) binary ,v files, but *not*
rename them to refelct this. Very odd.
2. It appears that MKS may allow a larger character set (than pure RCS)
in legal symbolic names. I can probably fix cvs2p4 to deal with these
pretty easily, but we should also consider whether any of the MKS names
might be illegal in Perforce (and thus needs some sort of
translation).
Intrepid users setting out to use this tool to convert MKS into
Perforce are encouraged to send problem reports to
"opensource@perforce.com".
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvs2p4/Makefile | 4 | ||||
-rw-r--r-- | devel/cvs2p4/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/cvs2p4/Makefile b/devel/cvs2p4/Makefile index 59b2f2d1a89..1156f83e260 100644 --- a/devel/cvs2p4/Makefile +++ b/devel/cvs2p4/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2002/09/27 02:02:17 schmonz Exp $ +# $NetBSD: Makefile,v 1.3 2002/11/22 21:13:06 schmonz Exp $ # -DISTNAME= cvs2p4-2.3.2 +DISTNAME= cvs2p4-2.3.3 CATEGORIES= devel MASTER_SITES= ftp://public.perforce.com/public/perforce/utils/cvs2p4/ EXTRACT_SUFX= .tar diff --git a/devel/cvs2p4/distinfo b/devel/cvs2p4/distinfo index 076c3aaf8e1..1409dea93ab 100644 --- a/devel/cvs2p4/distinfo +++ b/devel/cvs2p4/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2002/09/27 02:02:18 schmonz Exp $ +$NetBSD: distinfo,v 1.3 2002/11/22 21:13:06 schmonz Exp $ -SHA1 (cvs2p4-2.3.2.tar) = 4fa1ef417d85a9641a84293117f488086a39668b -Size (cvs2p4-2.3.2.tar) = 163840 bytes +SHA1 (cvs2p4-2.3.3.tar) = 0b20c7768762d821303f0feb16be40877ba80475 +Size (cvs2p4-2.3.3.tar) = 163840 bytes SHA1 (patch-aa) = f48ff5b6956f2e422f5db07d43b7ac79bf6963f7 |