diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-11-15 21:11:21 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-11-15 21:11:21 +0000 |
commit | f23591c71923213b920654cd80bad7a44cc0e9c1 (patch) | |
tree | 0c39574e19ef540fa82a552cfeedc097f55cb1ae /pkgtools/nih/Makefile | |
parent | cf2f02073090f41ea9856f1f26be208df1406225 (diff) | |
download | pkgsrc-f23591c71923213b920654cd80bad7a44cc0e9c1.tar.gz |
Update to 0.10.0
A lot of improvements and grammar fixes in manual page
by Nikolai Krot.
Support for marker "keep" was implemented.
(nih mark -k|-K, nih list -k, nih install).
"keep" marker means that a package can't be updated by "nih update"
command. This marker is particularly useful to mark packages that
the user compiled manually from pkgsrc.
Original idea belongs to Debian APT.
nih install:
- Options -r and -R options were added
for installing dependencies or dependent packages.
Sometimes they may fix mysterious segfaults.
- Support for package suffix `/' was added that means "remove
update". See the manual page for details.
- A virtual package "_" was implemented that means "all packages"
for which update is available".
- Fixed: bug in REQUIRES/PROVIDES problem resolver. Now packages
that solve REQUIRES/PROVIDES problems are marked as installed by
user. Thanks to Jan Smydke for the report.
- Library files including system libraries that packages require
through REQUIRES field are also checked during update plan
generation.
fix: $CACHEDIR/All directory is created only when it is really necessary.
Diffstat (limited to 'pkgtools/nih/Makefile')
-rw-r--r-- | pkgtools/nih/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/nih/Makefile b/pkgtools/nih/Makefile index 574a9b13e1d..f63a71aabc0 100644 --- a/pkgtools/nih/Makefile +++ b/pkgtools/nih/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2011/10/19 21:30:55 cheusov Exp $ +# $NetBSD: Makefile,v 1.12 2011/11/15 21:11:21 cheusov Exp $ -DISTNAME= pkgnih-0.9.1 +DISTNAME= pkgnih-0.10.0 PKGNAME= ${DISTNAME:S/pkgnih/nih/} CATEGORIES= pkgtools MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/cheusov/nih/ \ |