pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgin pkgin: Update to version 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9196352ed060
branches:  trunk
changeset: 308189:9196352ed060
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu May 17 13:55:23 2018 +0000

description:
pkgin: Update to version 0.10.0 and take MAINTAINER.

## Version 0.10.0 (2018-05-17)

 * Add BUILD_DATE support, packages are now upgraded if the BUILD_DATE
   has changed, to ensure rebuilt dependencies are correctly handled.
 * Download handling fixes.
 * Count packages correctly.
 * Ensure the remote database is updated before performing upgrades.
 * Internal code cleanups, refactoring, WARNS fixes, etc.
 * Support nanosecond resolution on pkgdb mtime.
 * Sync progressmeter and pkg_install with upstreams.
 * Improve SQL logging.
 * Fix -d when used with an upgrade action.
 * Fix exit status for various commands and usage.
 * Avoid segfault in show-category.
 * Improve pkgin database initialisation and upgrade checks.
 * Support libarchive 2.x and Minix 3.3.0
 * Support PKG_INSTALL_DIR and PKGIN_DBDIR, primarily to support the
   new pkgin test suite: https://github.com/joyent/pkgin-test-suite

diffstat:

 pkgtools/pkgin/Makefile |  17 +++++------------
 pkgtools/pkgin/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 17 deletions(-)

diffs (49 lines):

diff -r 918c815a2396 -r 9196352ed060 pkgtools/pkgin/Makefile
--- a/pkgtools/pkgin/Makefile   Thu May 17 13:40:47 2018 +0000
+++ b/pkgtools/pkgin/Makefile   Thu May 17 13:55:23 2018 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.74 2018/04/14 07:34:38 adam Exp $
+# $NetBSD: Makefile,v 1.75 2018/05/17 13:55:23 jperkin Exp $
 
-DISTNAME=              pkgin-0.9.4
+DISTNAME=              pkgin-0.10.0
+CATEGORIES=            pkgtools
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=joyent/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}
-PKGREVISION=           9
-CATEGORIES=            pkgtools
-MASTER_SITES=          ${MASTER_SITE_GITHUB:=NetBSDfr/}
 
-MAINTAINER=            imil%NetBSD.org@localhost
+MAINTAINER=            jperkin%joyent.com@localhost
 HOMEPAGE=              http://pkgin.net/
 COMMENT=               Apt / yum like tool for managing pkgsrc binary packages
 LICENSE=               modified-bsd
@@ -79,12 +78,6 @@
        ${INSTALL_DATA} ${WRKSRC}/preferred.conf                        \
                ${DESTDIR}${EGDIR}/preferred.conf.example
 
-# libfetch has no builtin.mk and is included in NetBSD>=5
-.if ${OPSYS} != "NetBSD" || \
-       (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[0-4].*))
-.      include "../../net/libfetch/buildlink3.mk"
-.endif
-
 .include "../../archivers/libarchive/buildlink3.mk"
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../net/libfetch/buildlink3.mk"
diff -r 918c815a2396 -r 9196352ed060 pkgtools/pkgin/distinfo
--- a/pkgtools/pkgin/distinfo   Thu May 17 13:40:47 2018 +0000
+++ b/pkgtools/pkgin/distinfo   Thu May 17 13:55:23 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.44 2016/02/08 16:39:30 jperkin Exp $
+$NetBSD: distinfo,v 1.45 2018/05/17 13:55:23 jperkin Exp $
 
-SHA1 (pkgin-0.9.4.tar.gz) = ecae9164da8cafb1599aaa7e63b26722101ed83d
-RMD160 (pkgin-0.9.4.tar.gz) = 6c9b025deb648d223503e548d3a3e531beffb058
-SHA512 (pkgin-0.9.4.tar.gz) = c1fa629fb65f0f275d7fd5f4c85eb2cdb1a9e3917b15f9daeef175ba17bb4ade5c804af10cc0e7bb307cd18a04e47b6cf9f179d12051522224dea56b43420f97
-Size (pkgin-0.9.4.tar.gz) = 198399 bytes
+SHA1 (pkgin-0.10.0.tar.gz) = c33a2601c35d3287bcdbfeef6f6adf0f75c9a15d
+RMD160 (pkgin-0.10.0.tar.gz) = 26ec1e9996e5fdb9758447844723e12fae19f40b
+SHA512 (pkgin-0.10.0.tar.gz) = 2cea6845519266e92e7d861585cdc2afd8477af9061de444c50e057be7ab761f1f5e97a9f1f79143523455365f9eef5cf2bbddb2fc52b4ecd22c905ae2c8a0e7
+Size (pkgin-0.10.0.tar.gz) = 196119 bytes



Home | Main Index | Thread Index | Old Index