pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/nih



Module Name:    pkgsrc
Committed By:   cheusov
Date:           Mon Nov 27 12:56:16 UTC 2023

Modified Files:
        pkgsrc/pkgtools/nih: Makefile distinfo

Log Message:
Update to 0.15.0

  nih remove:
    - now this command works correctly without external package
      repository

  nih leaf:
    - new option "-u" for printing user-installed leaf packages

  nih status:
    - option -s has been renamed to "-p"

  Primary extension for pkg_summary(5) is now "gz"

  Updates in man.1

  nih.default.conf:
    - update default URLs to package repositories

  root Makefile:
    - +PKG_DBDIR defaults to ${PREFIX}/pkgdb


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/pkgtools/nih/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/pkgtools/nih/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/nih/Makefile
diff -u pkgsrc/pkgtools/nih/Makefile:1.27 pkgsrc/pkgtools/nih/Makefile:1.28
--- pkgsrc/pkgtools/nih/Makefile:1.27   Tue Jun  6 12:42:10 2023
+++ pkgsrc/pkgtools/nih/Makefile        Mon Nov 27 12:56:16 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2023/06/06 12:42:10 riastradh Exp $
+# $NetBSD: Makefile,v 1.28 2023/11/27 12:56:16 cheusov Exp $
 
-DISTNAME=      pkgnih-0.14.1
+DISTNAME=      pkgnih-0.15.0
 PKGNAME=       ${DISTNAME:S/pkgnih/nih/}
 CATEGORIES=    pkgtools
 MASTER_SITES=  ftp://ftp.NetBSD.org/pub/NetBSD/misc/cheusov/nih/
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/cheusov/pkg
 COMMENT=       Package manager for pkgsrc
 LICENSE=       2-clause-bsd
 
-DEPENDS+=      pkg_summary-utils>=0.66.0:../../pkgtools/pkg_summary-utils
+DEPENDS+=      pkg_summary-utils>=0.67.0:../../pkgtools/pkg_summary-utils
 DEPENDS+=      digest-[0-9]*:../../pkgtools/digest
 DEPENDS+=      pkg_install>=20100915:../../pkgtools/pkg_install
 

Index: pkgsrc/pkgtools/nih/distinfo
diff -u pkgsrc/pkgtools/nih/distinfo:1.15 pkgsrc/pkgtools/nih/distinfo:1.16
--- pkgsrc/pkgtools/nih/distinfo:1.15   Tue Oct 26 11:11:07 2021
+++ pkgsrc/pkgtools/nih/distinfo        Mon Nov 27 12:56:16 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 11:11:07 nia Exp $
+$NetBSD: distinfo,v 1.16 2023/11/27 12:56:16 cheusov Exp $
 
-BLAKE2s (pkgnih-0.14.1.tar.gz) = 1b8e3db84bdfc7cc00c4ff2ceb06879de72a31692530e7819a5093be38e537ff
-SHA512 (pkgnih-0.14.1.tar.gz) = 12949569cde257a4375a15e9cd024970eb12295fa854400a34433693e6e812b526673dd9b99e5bfe0310710583039492643da7911656e86e4f9fecd5bfad6ab2
-Size (pkgnih-0.14.1.tar.gz) = 53384 bytes
+BLAKE2s (pkgnih-0.15.0.tar.gz) = f1ce484b66bae62b1304cde9d8bdfe185d1387413865dc654eaf695e8c11ca60
+SHA512 (pkgnih-0.15.0.tar.gz) = 6aaeeae25a08a6cfca2203425125881b40e396e10fa16b333c1e5a163ac3a4c84032a60f01ab268c798c5e441696d15689da56242dca5c2127130734230739c8
+Size (pkgnih-0.15.0.tar.gz) = 53225 bytes



Home | Main Index | Thread Index | Old Index