pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg



Module Name:    pkgsrc
Committed By:   khorben
Date:           Fri Apr 10 23:38:50 UTC 2020

Modified Files:
        pkgsrc/pkgtools/pkg: Makefile distinfo

Log Message:
pkg: update to version 1.99.9

The changes since version 1.99.4 appear to be:

- Fix pkg register issues with some version of libarchive:
  * hardlinks not being made hardlinks sometime
  * issues when PREFIX is a symlink to another directory
- Use portable mechanism to find the number of CPUs which allows pkg repo to be
  faster on linux


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/pkgtools/pkg/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/pkgtools/pkg/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/pkg/Makefile
diff -u pkgsrc/pkgtools/pkg/Makefile:1.25 pkgsrc/pkgtools/pkg/Makefile:1.26
--- pkgsrc/pkgtools/pkg/Makefile:1.25   Fri Apr 10 23:28:32 2020
+++ pkgsrc/pkgtools/pkg/Makefile        Fri Apr 10 23:38:50 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2020/04/10 23:28:32 khorben Exp $
+# $NetBSD: Makefile,v 1.26 2020/04/10 23:38:50 khorben Exp $
 
-DISTNAME=      pkg-1.9.99.4
-PKGREVISION=   2
+DISTNAME=      pkg-1.9.99.9
 CATEGORIES=    pkgtools
 MASTER_SITES=  http://files.etoilebsd.net/pkg/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/pkgtools/pkg/distinfo
diff -u pkgsrc/pkgtools/pkg/distinfo:1.12 pkgsrc/pkgtools/pkg/distinfo:1.13
--- pkgsrc/pkgtools/pkg/distinfo:1.12   Fri Apr 10 23:28:32 2020
+++ pkgsrc/pkgtools/pkg/distinfo        Fri Apr 10 23:38:50 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2020/04/10 23:28:32 khorben Exp $
+$NetBSD: distinfo,v 1.13 2020/04/10 23:38:50 khorben Exp $
 
-SHA1 (pkg-1.9.99.4.tar.xz) = e7f2f5c9481c6a4f5e05e08818ea8f114fc1bfcf
-RMD160 (pkg-1.9.99.4.tar.xz) = 320f9866503d028f4f54f466a9ebc86cc9378331
-SHA512 (pkg-1.9.99.4.tar.xz) = eb4b01e26cffec6b6cd5604a81ba515eadcce09b4742876285bf8f510591c122665a1e598c100266f943439d0b2867b5a6e5702bc174ea302688bb73e0128d8b
-Size (pkg-1.9.99.4.tar.xz) = 1923452 bytes
+SHA1 (pkg-1.9.99.9.tar.xz) = e631533d038080c113d78b5d283fd1c5e9ce0fe2
+RMD160 (pkg-1.9.99.9.tar.xz) = e453d9151d6b0fd1203898b4bb77a30c9e8b4d6d
+SHA512 (pkg-1.9.99.9.tar.xz) = 78b9d94b5ed4c61d30da61b848baecc70eef10f3c8232fd6ff59bfcf6e8f3cb54f68669aded4e8a2d149405de3f21de6b7eea26583d60a5ff251faa26e2b9271
+Size (pkg-1.9.99.9.tar.xz) = 2225144 bytes
 SHA1 (patch-scripts_periodic_411.pkg-backup.in) = ec4ff8991b79608c448739b693b2eb527b646c63



Home | Main Index | Thread Index | Old Index