Mon Feb 15 14:49:42 2021 UTC ()
Convert to proper patch filenames and bump revision.


(cjep)
diff -r1.17 -r1.18 pkgsrc/sysutils/cvsreport/Makefile
diff -r1.3 -r1.4 pkgsrc/sysutils/cvsreport/distinfo
diff -r1.1 -r0 pkgsrc/sysutils/cvsreport/patches/patch-aa
diff -r0 -r1.1 pkgsrc/sysutils/cvsreport/patches/patch-cvsreport.1

cvs diff -r1.17 -r1.18 pkgsrc/sysutils/cvsreport/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/cvsreport/Makefile 2020/08/31 18:11:26 1.17
+++ pkgsrc/sysutils/cvsreport/Makefile 2021/02/15 14:49:41 1.18
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.17 2020/08/31 18:11:26 wiz Exp $ 1# $NetBSD: Makefile,v 1.18 2021/02/15 14:49:41 cjep Exp $
2 2
3DISTNAME= cvsreport-0.3.5 3DISTNAME= cvsreport-0.3.5
4PKGREVISION= 8 4PKGREVISION= 9
5CATEGORIES= sysutils 5CATEGORIES= sysutils
6#MASTER_SITES= http://download.gna.org/cvsreport/cvsreport.pkg/0.3.5/ 6#MASTER_SITES= http://download.gna.org/cvsreport/cvsreport.pkg/0.3.5/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://savannah.nongnu.org/projects/cvsreport 9HOMEPAGE= https://savannah.nongnu.org/projects/cvsreport
10COMMENT= Message reports from CVS activity 10COMMENT= Message reports from CVS activity
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13REPLACE_PERL+= cvsreport 13REPLACE_PERL+= cvsreport
14USE_TOOLS+= perl:run 14USE_TOOLS+= perl:run
15NO_BUILD= yes 15NO_BUILD= yes
16 16
17INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 17INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1

cvs diff -r1.3 -r1.4 pkgsrc/sysutils/cvsreport/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/cvsreport/distinfo 2021/02/15 14:29:41 1.3
+++ pkgsrc/sysutils/cvsreport/distinfo 2021/02/15 14:49:41 1.4
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.3 2021/02/15 14:29:41 cjep Exp $ 1$NetBSD: distinfo,v 1.4 2021/02/15 14:49:41 cjep Exp $
2 2
3SHA1 (cvsreport-0.3.5.tar.gz) = 6671ade652edea945a898519095342295ebd7ed4 3SHA1 (cvsreport-0.3.5.tar.gz) = 6671ade652edea945a898519095342295ebd7ed4
4RMD160 (cvsreport-0.3.5.tar.gz) = b06e8fc2ebea586223b763454ab3f76a1301288f 4RMD160 (cvsreport-0.3.5.tar.gz) = b06e8fc2ebea586223b763454ab3f76a1301288f
5SHA512 (cvsreport-0.3.5.tar.gz) = dd37a6e0be23f97341a9708216aa12debd7ca97013423e0e97c34eca3f75a16b13f07f8c46ece482d575e861f8f86a67e260618fe3c923c7d48e8de51023bbb4 5SHA512 (cvsreport-0.3.5.tar.gz) = dd37a6e0be23f97341a9708216aa12debd7ca97013423e0e97c34eca3f75a16b13f07f8c46ece482d575e861f8f86a67e260618fe3c923c7d48e8de51023bbb4
6Size (cvsreport-0.3.5.tar.gz) = 38194 bytes 6Size (cvsreport-0.3.5.tar.gz) = 38194 bytes
7SHA1 (patch-aa) = 441795dd8b8ed2f23849883e85629e8a8c6a9a30 7SHA1 (patch-cvsreport.1) = 7288e87b38ff6f04fd97b85c1348bbca26e96023

File Deleted: pkgsrc/sysutils/cvsreport/patches/Attic/patch-aa

File Added: pkgsrc/sysutils/cvsreport/patches/patch-cvsreport.1
$NetBSD: patch-cvsreport.1,v 1.1 2021/02/15 14:49:41 cjep Exp $

Add a note about the /proc filesystem requirement.

--- cvsreport.1.orig	2003-11-29 17:48:30.000000000 +0000
+++ cvsreport.1
@@ -355,6 +355,10 @@ Set the access method for an external cv
 When set, equivalent to the \fB--debug\fP option.
 
 
+.SH NOTES
+\fBcvsreport\fP expects the proc filesystem to be mounted.
+
+
 .SH BUGS
 Working on remote repositories is \fBawfully\fP slow (blame CVS).
 .br