summaryrefslogtreecommitdiff
path: root/pkgtools/pkgin
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-05-17 13:55:23 +0000
committerjperkin <jperkin@pkgsrc.org>2018-05-17 13:55:23 +0000
commitabf69bb58a8d7abfc4305f22559ab6811c5c6604 (patch)
treee9c2339d809c74a5c6911e35506ff12258513661 /pkgtools/pkgin
parent394f154680c2af697ffbcd99c0c4578c0cfcb0d9 (diff)
downloadpkgsrc-abf69bb58a8d7abfc4305f22559ab6811c5c6604.tar.gz
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 (limited to 'pkgtools/pkgin')
-rw-r--r--pkgtools/pkgin/Makefile17
-rw-r--r--pkgtools/pkgin/distinfo10
2 files changed, 10 insertions, 17 deletions
diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile
index 489400da332..28766cb31d9 100644
--- a/pkgtools/pkgin/Makefile
+++ b/pkgtools/pkgin/Makefile
@@ -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
-GITHUB_TAG= v${PKGVERSION_NOREV}
-PKGREVISION= 9
+DISTNAME= pkgin-0.10.0
CATEGORIES= pkgtools
-MASTER_SITES= ${MASTER_SITE_GITHUB:=NetBSDfr/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=joyent/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
-MAINTAINER= imil@NetBSD.org
+MAINTAINER= jperkin@joyent.com
HOMEPAGE= http://pkgin.net/
COMMENT= Apt / yum like tool for managing pkgsrc binary packages
LICENSE= modified-bsd
@@ -79,12 +78,6 @@ do-install:
${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 --git a/pkgtools/pkgin/distinfo b/pkgtools/pkgin/distinfo
index 30053cb9eb5..01a4985f95e 100644
--- a/pkgtools/pkgin/distinfo
+++ b/pkgtools/pkgin/distinfo
@@ -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