pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_comp Update pkg_comp to 2.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25a5e60e96a9
branches:  trunk
changeset: 327956:25a5e60e96a9
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Jan 14 10:53:37 2019 +0000

description:
Update pkg_comp to 2.1:

Changes in version 2.1
======================

**Released on 2019-01-14.**

* Issue 3: Added a new `PBULK_LOG` setting to point at a location that
  holds all build logs, and made the `build` command print out details
  about such logs on success and failure.

* Issue 4: Fixed the installable bootstrap kit generated during a build
  to not leak pkg_comp-internal paths.

* Issue 10: Fixed generation of pkg_summary so that it includes all
  packages and not only those that were explicitly given to the `auto`
  or `build` commands after a clean rebuild of the sandbox.

* PR 20: Fixed the default Git repository from jsonn's to NetBSD's as
  it has moved upstream.

* Added a new `PKG_DEVELOPER` setting to enable pkgsrc development
  from within the sandbox.

diffstat:

 pkgtools/pkg_comp/Makefile |   9 ++++-----
 pkgtools/pkg_comp/PLIST    |  12 ++++++------
 pkgtools/pkg_comp/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 16 deletions(-)

diffs (64 lines):

diff -r 7f1fd3ad6cfd -r 25a5e60e96a9 pkgtools/pkg_comp/Makefile
--- a/pkgtools/pkg_comp/Makefile        Mon Jan 14 10:52:49 2019 +0000
+++ b/pkgtools/pkg_comp/Makefile        Mon Jan 14 10:53:37 2019 +0000
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.60 2017/09/02 16:18:56 jlam Exp $
+# $NetBSD: Makefile,v 1.61 2019/01/14 10:53:37 jmmv Exp $
 
-DISTNAME=      pkg_comp-2.0
-PKGREVISION=   2
+DISTNAME=      pkg_comp-2.1
 CATEGORIES=    sysutils
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=jmmv/}pkg_comp/releases/download/pkg_comp-2.0/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=jmmv/}pkg_comp/releases/download/pkg_comp-2.1/
 
 MAINTAINER=    jmmv%NetBSD.org@localhost
 COMMENT=       Automates builds of packages and manages pkgsrc trees
 LICENSE=       modified-bsd
 
-DEPENDS=       sandboxctl>=1.0:../../sysutils/sandboxctl
+DEPENDS=       sandboxctl>=1.1:../../sysutils/sandboxctl
 
 GNU_CONFIGURE=         yes
 TEST_TARGET=           check
diff -r 7f1fd3ad6cfd -r 25a5e60e96a9 pkgtools/pkg_comp/PLIST
--- a/pkgtools/pkg_comp/PLIST   Mon Jan 14 10:52:49 2019 +0000
+++ b/pkgtools/pkg_comp/PLIST   Mon Jan 14 10:53:37 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/02/17 21:25:46 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/01/14 10:53:37 jmmv Exp $
 man/man5/pkg_comp.conf.5
 man/man8/pkg_comp.8
 man/man8/pkg_comp4cron.8
@@ -14,11 +14,11 @@
 share/examples/pkg_comp/sandbox.conf
 share/pkg_comp/sandbox.conf.post
 share/pkg_comp/sandbox.conf.pre
-share/shtk/pkg_comp_git.subr
-share/shtk/pkg_comp_pkgsrc.subr
+share/pkg_comp/shtk/git.subr
+share/pkg_comp/shtk/pkgsrc.subr
 ${TESTS}tests/pkg_comp/Kyuafile
-${TESTS}tests/pkg_comp/pkg_comp_git_test
+${TESTS}tests/pkg_comp/git_test
+${TESTS}tests/pkg_comp/pkg_comp4cron_test
 ${TESTS}tests/pkg_comp/pkg_comp_inttest
-${TESTS}tests/pkg_comp/pkg_comp_pkgsrc_test
 ${TESTS}tests/pkg_comp/pkg_comp_test
-${TESTS}tests/pkg_comp/pkg_comp4cron_test
+${TESTS}tests/pkg_comp/pkgsrc_test
diff -r 7f1fd3ad6cfd -r 25a5e60e96a9 pkgtools/pkg_comp/distinfo
--- a/pkgtools/pkg_comp/distinfo        Mon Jan 14 10:52:49 2019 +0000
+++ b/pkgtools/pkg_comp/distinfo        Mon Jan 14 10:53:37 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/02/17 21:25:46 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2019/01/14 10:53:37 jmmv Exp $
 
-SHA1 (pkg_comp-2.0.tar.gz) = fe91c1d3f42a30ccaed2da7ca4fcb68a8ce78d3f
-RMD160 (pkg_comp-2.0.tar.gz) = 8b41936bf8c28b0a9cc711aa566b947b57d8fdfa
-SHA512 (pkg_comp-2.0.tar.gz) = dd7d96e36e05a5c4bb3dc0bda6c27a574f86e4b279e4ab3a97d156959d5bf7a9d12bd4d029ddfcef7a368f15d1891eb17ccd9b428000cfca2d41ce2073d587a7
-Size (pkg_comp-2.0.tar.gz) = 92496 bytes
+SHA1 (pkg_comp-2.1.tar.gz) = 22f304bb6b3d742ad905ae5af7c756459b61dcd2
+RMD160 (pkg_comp-2.1.tar.gz) = 034966a6e84c1a75e751420f3c2df9e01839f47a
+SHA512 (pkg_comp-2.1.tar.gz) = 14e953113cae585250241f64a260358160907faa50d8c2536c68d0b13cc52cdf8fe1b10d66f099ce1f817a9f7e74fbe2069b809b8125ba68bc68f0609c9afcfc
+Size (pkg_comp-2.1.tar.gz) = 97357 bytes



Home | Main Index | Thread Index | Old Index