diff options
author | wiz <wiz> | 2013-02-16 11:18:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-02-16 11:18:47 +0000 |
commit | c61b67018a501c2fa0333544dfedb9ba3695b289 (patch) | |
tree | df34cb9d91741245fdfa976c873dc2f591fc30ae /pkgtools | |
parent | 8c12ca34930cddebb0a5ed94ea086f25c0ae41cf (diff) | |
download | pkgsrc-c61b67018a501c2fa0333544dfedb9ba3695b289.tar.gz |
Stop recommending lintpkgsrc -d -- it's output is unreadable nowadays
since it lacks too much knowledge about multi-version packages.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/revbump/Makefile | 5 | ||||
-rw-r--r-- | pkgtools/revbump/files/revbump.1 | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/pkgtools/revbump/Makefile b/pkgtools/revbump/Makefile index b1767f8509a..f0b4abbccdb 100644 --- a/pkgtools/revbump/Makefile +++ b/pkgtools/revbump/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2012/10/03 21:57:16 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2013/02/16 11:18:47 wiz Exp $ -DISTNAME= revbump-2.3 -PKGREVISION= 1 +DISTNAME= revbump-2.4 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/revbump/files/revbump.1 b/pkgtools/revbump/files/revbump.1 index 87dca5a4413..564648bf521 100644 --- a/pkgtools/revbump/files/revbump.1 +++ b/pkgtools/revbump/files/revbump.1 @@ -1,6 +1,6 @@ -.\" $NetBSD: revbump.1,v 1.13 2012/10/02 17:10:10 wiz Exp $ +.\" $NetBSD: revbump.1,v 1.14 2013/02/16 11:18:47 wiz Exp $ .\" -.\" Copyright (c) 2003, 2004, 2005, 2006, 2010, 2012 The NetBSD Foundation, Inc. +.\" Copyright (c) 2003, 2004, 2005, 2006, 2010, 2012, 2013 The NetBSD Foundation, Inc. .\" .\" This code was originally contributed to the NetBSD Foundation, Inc. .\" by Julio Merino <jmmv@NetBSD.org> and Thomas Klausner <wiz@NetBSD.org>. @@ -31,7 +31,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd October 2, 2012 +.Dd February 16, 2013 .Dt REVBUMP 1 .Os .Sh NAME @@ -101,8 +101,6 @@ cvs diff `cat makebump` and RUBY_PKGPREFIX -\*[Gt] ruby19 expansions in buildlink files and any unrelated diffs you have in your local tree, and fix them] -lintpkgsrc -d -[fix broken dependencies noted by this (usually subversion)] cvs diff `cat bl3bump makebump` cvs commit `cat bl3bump makebump` rm allbump bl3bump* makebump* commonbump |