diff options
author | abs <abs> | 2006-07-22 20:41:20 +0000 |
---|---|---|
committer | abs <abs> | 2006-07-22 20:41:20 +0000 |
commit | 66fb5e763cc7228b003d626899cc3dd596fdc8f9 (patch) | |
tree | d652fa6dbb9865444a43b98dccaeab02252b060c /pkgtools/pkg_chk/Makefile | |
parent | 3a583ea9d99a2021aea53e848ff4663a6431a87a (diff) | |
download | pkgsrc-66fb5e763cc7228b003d626899cc3dd596fdc8f9.tar.gz |
Update pkg_chk to 1.77:
- Resolve PR/31909 - use tr rather than fmt to avoid issue on Solaris
- Resolve PR/33370 - always show fatal messages to STDERR
- Resolve PR/32326 - Correctly extract PKG_DBDIR
Also, when -v is used display the state of all extracted variables at the
start of the run
Diffstat (limited to 'pkgtools/pkg_chk/Makefile')
-rw-r--r-- | pkgtools/pkg_chk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_chk/Makefile b/pkgtools/pkg_chk/Makefile index efc27fdec8b..8d0eaca1b6b 100644 --- a/pkgtools/pkg_chk/Makefile +++ b/pkgtools/pkg_chk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2006/07/10 23:47:18 abs Exp $ +# $NetBSD: Makefile,v 1.39 2006/07/22 20:41:20 abs Exp $ -DISTNAME= pkg_chk-1.76 +DISTNAME= pkg_chk-1.77 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |