diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-12-03 14:51:35 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-12-03 14:51:35 +0000 |
commit | d45a3e2da98b6d30f50babb589572472ecb3e8a5 (patch) | |
tree | 5833a793450058d09d9252a0f86cc4f06a901e3b /pkgtools/pkg_summary-utils/Makefile | |
parent | f9353fd80aecf9f46290a8f8dd329ee99b21bfa5 (diff) | |
download | pkgsrc-d45a3e2da98b6d30f50babb589572472ecb3e8a5.tar.gz |
Update to 0.56.4
FIX: Shell scripts now use "trap" corectly.
Minor correction in pkg_lint_summary.1.
pkg_summary4view:
- TARGET_BUILD_DEPENDS and _ALL_DEPENDS are formatted
just like DEPENDS.
Diffstat (limited to 'pkgtools/pkg_summary-utils/Makefile')
-rw-r--r-- | pkgtools/pkg_summary-utils/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgtools/pkg_summary-utils/Makefile b/pkgtools/pkg_summary-utils/Makefile index c83cb5532a5..b079a6ebed0 100644 --- a/pkgtools/pkg_summary-utils/Makefile +++ b/pkgtools/pkg_summary-utils/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2011/11/23 02:11:36 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2011/12/03 14:51:35 cheusov Exp $ -DISTNAME= pkg_summary-utils-0.56.3 -PKGREVISION= 2 +DISTNAME= pkg_summary-utils-0.56.4 CATEGORIES= pkgtools MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/cheusov/psu/ \ http://www.mova.org/~cheusov/pub/pkg_summary-utils/ |