diff options
author | cheusov <cheusov@pkgsrc.org> | 2014-11-30 01:10:12 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2014-11-30 01:10:12 +0000 |
commit | 9c86016db0d3b2744eb1c8cb1ae09b69ab0a4fb5 (patch) | |
tree | f40ba9092983c38c9a7f24529859d4f9097109bd /pkgtools/nih | |
parent | a59953a8222a41f080856222ccca4b2c2e0e154f (diff) | |
download | pkgsrc-9c86016db0d3b2744eb1c8cb1ae09b69ab0a4fb5.tar.gz |
Update to 0.13.0
NIH_<subcommand>_OPTS variables were introduced. With their help one
can configure EVERYTHING from config file.
NIH_OPTS config variable was also introduced.
nih mark:
- new option -n was added.
nih install:
- Option -D doesn't remove temporary directory.
- New options -v and -V were added.
- NO_REQPROV_CHECK and NO_REQPROV_CHECK config variables were
removed. Use NIH_INSTALL_OPTS instead.
nih uninstall:
- does not need "nih refresh -b".
Thanks to Andrey N. Oktyabrski for the report!
Fixed:
- Finding a correct dependency now works correctly if dependency
is ambiguous.
- Unicity problem in "nih install PKGNAME" was fixed.
- Analysing file conflicts now works correctly with files
containing a space character.
- Fix in saving ~/.nih/installed_* files
- Check for version emptyness in "fake packages" was added.
Diffstat (limited to 'pkgtools/nih')
-rw-r--r-- | pkgtools/nih/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/nih/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/pkgtools/nih/Makefile b/pkgtools/nih/Makefile index f6c3e64cce8..fd3c3e9795d 100644 --- a/pkgtools/nih/Makefile +++ b/pkgtools/nih/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2014/01/14 01:16:28 cheusov Exp $ +# $NetBSD: Makefile,v 1.21 2014/11/30 01:10:12 cheusov Exp $ -DISTNAME= pkgnih-0.12.0 +DISTNAME= pkgnih-0.13.0 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 50b35625f97..99abe837569 100644 --- a/pkgtools/nih/distinfo +++ b/pkgtools/nih/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2014/01/14 01:16:28 cheusov Exp $ +$NetBSD: distinfo,v 1.11 2014/11/30 01:10:12 cheusov Exp $ -SHA1 (pkgnih-0.12.0.tar.gz) = 960bccb2150603041b64103dcde53778c80798f1 -RMD160 (pkgnih-0.12.0.tar.gz) = 99331f162ce11008e854df504157b6984c705c0a -Size (pkgnih-0.12.0.tar.gz) = 49597 bytes +SHA1 (pkgnih-0.13.0.tar.gz) = 68fd6e02da90589cfed77cc9901d5679b5ab8f32 +RMD160 (pkgnih-0.13.0.tar.gz) = db9c836be6f6d5ead9762d8c36661d77131508c2 +Size (pkgnih-0.13.0.tar.gz) = 50607 bytes |