pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkgin



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jul 13 18:18:54 UTC 2020

Modified Files:
        pkgsrc/pkgtools/pkgin: Makefile distinfo

Log Message:
pkgin: Update to 20.7.0.

Update pkg_install dependency for "pkg_admin rebuild-tree" fixes.

## Version 20.7.0 (2020-07-13)

 * Order package installs correctly.
 * Switch to mdoc(7) manual page, converted by wizd(8).
 * Remove -F (force reinstall) flag.
 * Enable compiler warnings in maintainer mode.
 * Match candidate packages correctly, avoiding issues with packages that
   include "-[0-9]" in their package names.
 * Various internal cleanups.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/pkgtools/pkgin/Makefile
cvs rdiff -u -r1.64 -r1.65 pkgsrc/pkgtools/pkgin/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/pkgin/Makefile
diff -u pkgsrc/pkgtools/pkgin/Makefile:1.104 pkgsrc/pkgtools/pkgin/Makefile:1.105
--- pkgsrc/pkgtools/pkgin/Makefile:1.104        Thu Jul  9 10:46:24 2020
+++ pkgsrc/pkgtools/pkgin/Makefile      Mon Jul 13 18:18:54 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.104 2020/07/09 10:46:24 kim Exp $
+# $NetBSD: Makefile,v 1.105 2020/07/13 18:18:54 jperkin Exp $
 
-DISTNAME=              pkgin-20.5.1
-PKGREVISION=           1
+DISTNAME=              pkgin-20.7.0
 CATEGORIES=            pkgtools
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=NetBSDfr/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}
@@ -46,7 +45,7 @@ SUBST_SED.osrel=      -e "s|@OSREL@|${OS_VERS
 
 CFLAGS.SunOS+=         -D_FILE_OFFSET_BITS=64
 
-DEPENDS+=              pkg_install>=20130901:../../pkgtools/pkg_install
+DEPENDS+=              pkg_install>=20200701:../../pkgtools/pkg_install
 
 # those have official repositories
 .if !empty(PKGIN_REPOSITORY_URL)

Index: pkgsrc/pkgtools/pkgin/distinfo
diff -u pkgsrc/pkgtools/pkgin/distinfo:1.64 pkgsrc/pkgtools/pkgin/distinfo:1.65
--- pkgsrc/pkgtools/pkgin/distinfo:1.64 Mon May 25 08:42:05 2020
+++ pkgsrc/pkgtools/pkgin/distinfo      Mon Jul 13 18:18:54 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.64 2020/05/25 08:42:05 jperkin Exp $
+$NetBSD: distinfo,v 1.65 2020/07/13 18:18:54 jperkin Exp $
 
-SHA1 (pkgin-20.5.1.tar.gz) = ed931b3d0dd4f9477562839ed20695e2de85f032
-RMD160 (pkgin-20.5.1.tar.gz) = 913d34a996ab82edc02b339e16a7ed03e21c60e2
-SHA512 (pkgin-20.5.1.tar.gz) = ebd2807b45c0c771d44bca0ab10cf778316e657c19581f6360155032f80f5e6c71381e8c1551a9384941340d5e753365923ca578fbeb8319d9a0070df032e366
-Size (pkgin-20.5.1.tar.gz) = 229123 bytes
+SHA1 (pkgin-20.7.0.tar.gz) = 369961f4abf8f5db545d4e129df4c762f905f158
+RMD160 (pkgin-20.7.0.tar.gz) = db87cbae657bb5192df1905a248aa6319d73ebbe
+SHA512 (pkgin-20.7.0.tar.gz) = da04fdd0901d160dc435fd5e1c4fa12b85fc525a60d7887860139fef07db295aee071e5e8e3f80c46a3e056ccfc7a30a16cb15002a5028715e9782a29c6cc198
+Size (pkgin-20.7.0.tar.gz) = 233264 bytes



Home | Main Index | Thread Index | Old Index