summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
diff options
context:
space:
mode:
authorabs <abs>2001-07-02 13:23:22 +0000
committerabs <abs>2001-07-02 13:23:22 +0000
commit58f6f58dcd5fab9aa9c5d6bf2b1dc96ade45b21b (patch)
tree527d4e48e537a37f0d5eed4a5ff6898a9d70c7e6 /pkgtools/pkglint
parentfd0a65e9dbe6675a76930ba540b538cb3f31fe00 (diff)
downloadpkgsrc-58f6f58dcd5fab9aa9c5d6bf2b1dc96ade45b21b.tar.gz
Update pkglint to 3.03:
Fix incorrect ' at start of line in lintpkgsrc manpage. Fixes PR pkg/13354 by Ben Wong
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r--pkgtools/pkglint/Makefile4
-rw-r--r--pkgtools/pkglint/files/lintpkgsrc.18
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.