From 494e1872a998f4ceb2af301d93c3262b243beebd Mon Sep 17 00:00:00 2001 From: cheusov Date: Sun, 26 Aug 2012 16:13:32 +0000 Subject: Update to 0.10.1 Fix gawk warning message appeared on Linux and other systems nih install: - commands like 'nih install _ package-' now works correctly - much better messages are output when update plan failed to build - option -p was added in order to skip REQUIRES/PROVIDES checks 'nih status -Aa' doesn't output status of uninstalled packages Fixes and improvements in nih.1 --- pkgtools/nih/Makefile | 5 ++--- pkgtools/nih/distinfo | 9 ++++----- pkgtools/nih/patches/patch-nih_pkg__update__plan.in | 13 ------------- 3 files changed, 6 insertions(+), 21 deletions(-) delete mode 100644 pkgtools/nih/patches/patch-nih_pkg__update__plan.in (limited to 'pkgtools/nih') diff --git a/pkgtools/nih/Makefile b/pkgtools/nih/Makefile index 86935befa3f..ee89db85775 100644 --- a/pkgtools/nih/Makefile +++ b/pkgtools/nih/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2012/03/09 19:05:31 cheusov Exp $ +# $NetBSD: Makefile,v 1.16 2012/08/26 16:13:32 cheusov Exp $ -DISTNAME= pkgnih-0.10.0 -PKGREVISION= 2 +DISTNAME= pkgnih-0.10.1 PKGNAME= ${DISTNAME:S/pkgnih/nih/} CATEGORIES= pkgtools MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/cheusov/nih/ \ diff --git a/pkgtools/nih/distinfo b/pkgtools/nih/distinfo index ac0732e9ff6..c93ded17a1a 100644 --- a/pkgtools/nih/distinfo +++ b/pkgtools/nih/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.7 2011/11/21 17:24:31 cheusov Exp $ +$NetBSD: distinfo,v 1.8 2012/08/26 16:13:32 cheusov Exp $ -SHA1 (pkgnih-0.10.0.tar.gz) = 9c5f932a63067328dcf012767f8d764d640be176 -RMD160 (pkgnih-0.10.0.tar.gz) = 903d9d9de268d9834f185db854c1df28ee2949b0 -Size (pkgnih-0.10.0.tar.gz) = 53096 bytes -SHA1 (patch-nih_pkg__update__plan.in) = 87a08a2cee3b90058bbe829617aa749eb5ecc68c +SHA1 (pkgnih-0.10.1.tar.gz) = 8e2366b3b6a545a5a8f0df587af003da6acdf085 +RMD160 (pkgnih-0.10.1.tar.gz) = 65aa2cda43183d6bfe7ec7b83a287d036def429e +Size (pkgnih-0.10.1.tar.gz) = 56644 bytes diff --git a/pkgtools/nih/patches/patch-nih_pkg__update__plan.in b/pkgtools/nih/patches/patch-nih_pkg__update__plan.in deleted file mode 100644 index 3b2d8e90f0a..00000000000 --- a/pkgtools/nih/patches/patch-nih_pkg__update__plan.in +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-nih_pkg__update__plan.in,v 1.1 2011/11/21 17:24:31 cheusov Exp $ - ---- nih/pkg_update_plan.in.orig 2011-11-15 21:06:14.000000000 +0000 -+++ nih/pkg_update_plan.in -@@ -564,7 +564,7 @@ BEGIN { - } - - generate_plan(planfn) -- if (!resolve("dcu") && !resolve("lL")) -+ if (!resolve("dcu") && !resolve("l")) - break - - if (ex) -- cgit v1.2.3