diff options
author | abs <abs> | 2003-10-01 11:25:02 +0000 |
---|---|---|
committer | abs <abs> | 2003-10-01 11:25:02 +0000 |
commit | 6950490639502558f923a7ae136d90fa450f1b9c (patch) | |
tree | a6b6231f055eb7cc0f27a361899209d45570ec65 /pkgtools/pkgchk/Makefile | |
parent | 25d52dba9d5cfd82eb5f0591ec8820e5bac3d31b (diff) | |
download | pkgsrc-6950490639502558f923a7ae136d90fa450f1b9c.tar.gz |
Update pkgchk to 1.42
Update -L:
Do not reset the logfile at the start of each package. Also
try to make the 'tail' of the logfile in the event of an
error more useful.
Implement -l:
List the filename for all binary packages (including the
exact dependencies against which each package was built)
based on pkgchk.conf. Will abort if a binary package is
missing. This can be used (in conjunction with -U and -D)
to determine what packages would need to be copied to a
remote machine to ensure it was completely up to date.
Diffstat (limited to 'pkgtools/pkgchk/Makefile')
-rw-r--r-- | pkgtools/pkgchk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkgchk/Makefile b/pkgtools/pkgchk/Makefile index a9cdcfe9384..872a31b0818 100644 --- a/pkgtools/pkgchk/Makefile +++ b/pkgtools/pkgchk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2003/09/16 14:36:08 abs Exp $ +# $NetBSD: Makefile,v 1.46 2003/10/01 11:25:02 abs Exp $ -DISTNAME= pkgchk-1.41 +DISTNAME= pkgchk-1.42 WRKSRC= ${WRKDIR} CATEGORIES= pkgtools MASTER_SITES= # empty |