diff options
author | abs <abs@pkgsrc.org> | 2001-07-02 13:23:22 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-07-02 13:23:22 +0000 |
commit | d6ae97c12c18cd5b8a157b0316ed9c7ebe58f346 (patch) | |
tree | 527d4e48e537a37f0d5eed4a5ff6898a9d70c7e6 | |
parent | f959eee4d26f3b3edf0e62c769f2e9f027d46d22 (diff) | |
download | pkgsrc-d6ae97c12c18cd5b8a157b0316ed9c7ebe58f346.tar.gz |
Update pkglint to 3.03:
Fix incorrect ' at start of line in lintpkgsrc manpage.
Fixes PR pkg/13354 by Ben Wong
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkglint/files/lintpkgsrc.1 | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index bfd128e8f53..b64d6fd3e1a 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.103 2001/06/21 15:53:54 abs Exp $ +# $NetBSD: Makefile,v 1.104 2001/07/02 13:23:22 abs Exp $ # -DISTNAME= pkglint-3.02 +DISTNAME= pkglint-3.03 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/pkglint/files/lintpkgsrc.1 b/pkgtools/pkglint/files/lintpkgsrc.1 index bc3d4990220..671a4ef13ed 100644 --- a/pkgtools/pkglint/files/lintpkgsrc.1 +++ b/pkgtools/pkglint/files/lintpkgsrc.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: lintpkgsrc.1,v 1.16 2001/05/18 10:38:47 abs Exp $ +.\" $NetBSD: lintpkgsrc.1,v 1.17 2001/07/02 13:23:22 abs Exp $ .\" .\" Copyright (c) 1999 by David Brownlee (abs@netbsd.org) .\" Absolutely no warranty. @@ -83,7 +83,8 @@ verify the version specified in each DEPEND correctly matches a current pkgsrc package. .It Fl g Ar pkgsrcmap Generate pkgsrcmap file containing an entry for each package of -'pkgname pkgdir pkgver'. +.Ql pkgname pkgdir pkgver +. .It Fl h Basic help and usage. .It Fl i @@ -109,7 +110,8 @@ specify the -o, -m, or -p flags respectively. As .Fl i plus for mismatched packages, display REQUIRED details and run -'make fetch-list | sh' to ensure all the distfiles needed for +.Ql make fetch-list | sh +to ensure all the distfiles needed for the latest version are present. .Pp Warning: The behaviour of this command may change in a later version. |