diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-30 17:33:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-30 17:33:47 +0000 |
commit | 0535b53d5d17340fd68516dfdd6e4b0f319e7c74 (patch) | |
tree | a1ca62c8173cd7b09879f1a05294684636756a90 /devel | |
parent | fa3b98c32066855486bc915d12fc636348c49637 (diff) | |
download | pkgsrc-0535b53d5d17340fd68516dfdd6e4b0f319e7c74.tar.gz |
Add 'P' to enumeration of possible letters for 'cvs update' in cvs.1.
(sync with -current)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvs/distinfo | 4 | ||||
-rw-r--r-- | devel/cvs/patches/patch-aj | 15 |
2 files changed, 11 insertions, 8 deletions
diff --git a/devel/cvs/distinfo b/devel/cvs/distinfo index 13cde30fafd..bf1cb58b7f3 100644 --- a/devel/cvs/distinfo +++ b/devel/cvs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/04/29 18:35:09 wiz Exp $ +$NetBSD: distinfo,v 1.4 2001/04/30 17:33:47 wiz Exp $ SHA1 (cvs-1.11.tar.gz) = 809932302b085491bdb868e558b5474f61f68f8a Size (cvs-1.11.tar.gz) = 2343288 bytes @@ -13,7 +13,7 @@ SHA1 (patch-af) = 74eacddd452edbae91e8fbb41b554eb33b69788b SHA1 (patch-ag) = e301b54d193cef394ffbe482ceb1bbd0d5d73343 SHA1 (patch-ah) = 0b00aad19f35ef81edcc980ec8ab6fb3707974da SHA1 (patch-ai) = 403eeda35a60d0f277fa6521dc7899c85f3ba25f -SHA1 (patch-aj) = da69b50207f7c821794561b404309106f5d47089 +SHA1 (patch-aj) = 9a0220b8261ca08b43b7ea09a5a1102f9f8b9a28 SHA1 (patch-ak) = 11aee488226ecda4973bdf7ff6c3b22fcb7f3f5c SHA1 (patch-al) = f5ab4db1bec429b7fc3447a220e3611fd3041572 SHA1 (patch-am) = f44f08fe620de49521ac34d9c002718da7a92e54 diff --git a/devel/cvs/patches/patch-aj b/devel/cvs/patches/patch-aj index 98fe2d229d8..c3e240d9b32 100644 --- a/devel/cvs/patches/patch-aj +++ b/devel/cvs/patches/patch-aj @@ -1,16 +1,19 @@ -$NetBSD: patch-aj,v 1.3 2001/04/29 18:35:09 wiz Exp $ +$NetBSD: patch-aj,v 1.4 2001/04/30 17:33:47 wiz Exp $ --- man/cvs.1.orig Wed May 3 20:47:47 2000 +++ man/cvs.1 -@@ -1711,6 +1711,11 @@ - .` "U A R M C ?" +@@ -1708,8 +1708,13 @@ + .B update + keeps you informed of its progress by printing a line for each file, + prefaced with one of the characters +-.` "U A R M C ?" ++.` "P U A R M C ?" to indicate the status of the file: - .TP 1i ++.TP 1i +\fBP\fP \fIfile\fP +The file has been \fIpatched\fP to be in sync with the version in the +repository. Only a diff has been applied, in contrast to \fBU\fP, +where the whole file is fetched. -+.TP 1i + .TP 1i \fBU\fP \fIfile\fP The file was brought \fIup to date\fP with respect to the repository. - This is done for any file that exists in the repository but not in |