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: Thu May 17 13:55:23 UTC 2018
Modified Files:
pkgsrc/pkgtools/pkgin: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/pkgtools/pkgin/Makefile
cvs rdiff -u -r1.44 -r1.45 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.74 pkgsrc/pkgtools/pkgin/Makefile:1.75
--- pkgsrc/pkgtools/pkgin/Makefile:1.74 Sat Apr 14 07:34:38 2018
+++ pkgsrc/pkgtools/pkgin/Makefile Thu May 17 13:55:23 2018
@@ -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@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 @@ 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"
Index: pkgsrc/pkgtools/pkgin/distinfo
diff -u pkgsrc/pkgtools/pkgin/distinfo:1.44 pkgsrc/pkgtools/pkgin/distinfo:1.45
--- pkgsrc/pkgtools/pkgin/distinfo:1.44 Mon Feb 8 16:39:30 2016
+++ pkgsrc/pkgtools/pkgin/distinfo Thu May 17 13:55:23 2018
@@ -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