diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-29 18:35:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-29 18:35:09 +0000 |
commit | 9d0cd8eb3f51c968cfcc529b4e53e32d773a07eb (patch) | |
tree | 78ce432ee1deb112bc6669e2317e959ffeafe8e8 /devel/cvs | |
parent | 9734e4333fff4c7d59cc360585d89475b74a086c (diff) | |
download | pkgsrc-9d0cd8eb3f51c968cfcc529b4e53e32d773a07eb.tar.gz |
Document 'P file' output for 'cvs update'. Same patch as for cvs.1 in
-current in response to bin/12785.
Diffstat (limited to 'devel/cvs')
-rw-r--r-- | devel/cvs/distinfo | 3 | ||||
-rw-r--r-- | devel/cvs/patches/patch-aj | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/devel/cvs/distinfo b/devel/cvs/distinfo index 260a29ef254..13cde30fafd 100644 --- a/devel/cvs/distinfo +++ b/devel/cvs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 00:44:14 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/04/29 18:35:09 wiz Exp $ SHA1 (cvs-1.11.tar.gz) = 809932302b085491bdb868e558b5474f61f68f8a Size (cvs-1.11.tar.gz) = 2343288 bytes @@ -13,6 +13,7 @@ SHA1 (patch-af) = 74eacddd452edbae91e8fbb41b554eb33b69788b SHA1 (patch-ag) = e301b54d193cef394ffbe482ceb1bbd0d5d73343 SHA1 (patch-ah) = 0b00aad19f35ef81edcc980ec8ab6fb3707974da SHA1 (patch-ai) = 403eeda35a60d0f277fa6521dc7899c85f3ba25f +SHA1 (patch-aj) = da69b50207f7c821794561b404309106f5d47089 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 new file mode 100644 index 00000000000..98fe2d229d8 --- /dev/null +++ b/devel/cvs/patches/patch-aj @@ -0,0 +1,16 @@ +$NetBSD: patch-aj,v 1.3 2001/04/29 18:35:09 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 ?" + to indicate the status of the file: + .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 + \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 |