pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/distbb Update to 0.44.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed9f0807468d
branches:  trunk
changeset: 599986:ed9f0807468d
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Sun Feb 26 17:39:21 2012 +0000

description:
Update to 0.44.0
===================================================================
--   Version 0.44.0 by Aleksey Cheusov, Sat, 25 Feb 2012 11:43:56 +0300

  Improvements for report:
    - "^WARNING:" messages are logged
    - Segmentation faults are logged
    - Clean-ups in report_mini.txt and report.txt

  Packages are rebuilt recursively only if it necessary

--   Version 0.43.0 by Aleksey Cheusov, Mon,  9 Jan 2012 23:27:20 +0300

  Fix for signal handlers (SIGINT, SIGTERM, SIGQUIT).

  Fix in "Depends" stage.
  Unnecessary dependencies are not install anymore.

  Dependency graph. Latest available binary package is always used for
  BUILD_DEPENDS if it satisfies dependencies.

diffstat:

 pkgtools/distbb/Makefile |  7 ++++---
 pkgtools/distbb/PLIST    |  3 ++-
 pkgtools/distbb/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (50 lines):

diff -r ad4275b21a6c -r ed9f0807468d pkgtools/distbb/Makefile
--- a/pkgtools/distbb/Makefile  Sun Feb 26 17:25:06 2012 +0000
+++ b/pkgtools/distbb/Makefile  Sun Feb 26 17:39:21 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2012/01/09 20:57:37 cheusov Exp $
+# $NetBSD: Makefile,v 1.9 2012/02/26 17:39:21 cheusov Exp $
 #
 
-DISTNAME=      distbb-0.43.0
+DISTNAME=      distbb-0.44.0
 CATEGORIES=    pkgtools
 MASTER_SITES=  ftp://ftp.NetBSD.org/pub/NetBSD/misc/cheusov/distbb/ \
                http://mova.org/~cheusov/pub/distbb/
@@ -26,7 +26,8 @@
 REPLACE_INTERPRETER+=  runawk
 REPLACE.runawk.old=    /usr/bin/env runawk
 REPLACE.runawk.new=    ${PREFIX}/bin/runawk
-REPLACE_FILES.runawk=  gen_weights.in gen_queue.in pkg_summary2build_deps.in
+REPLACE_FILES.runawk=  gen_weights.in pkg_summary2build_deps.in \
+                       distbb_grep.in gen_queue.in
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r ad4275b21a6c -r ed9f0807468d pkgtools/distbb/PLIST
--- a/pkgtools/distbb/PLIST     Sun Feb 26 17:25:06 2012 +0000
+++ b/pkgtools/distbb/PLIST     Sun Feb 26 17:39:21 2012 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2012/01/26 14:14:28 cheusov Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/02/26 17:39:21 cheusov Exp $
 bin/distbb
 bin/distbb_diff
 libexec/distbb/common
 libexec/distbb/distbb_chroot
+libexec/distbb/distbb_grep
 libexec/distbb/gen_queue
 libexec/distbb/gen_weights
 libexec/distbb/make-depends
diff -r ad4275b21a6c -r ed9f0807468d pkgtools/distbb/distinfo
--- a/pkgtools/distbb/distinfo  Sun Feb 26 17:25:06 2012 +0000
+++ b/pkgtools/distbb/distinfo  Sun Feb 26 17:39:21 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2012/01/09 21:18:10 cheusov Exp $
+$NetBSD: distinfo,v 1.8 2012/02/26 17:39:21 cheusov Exp $
 
-SHA1 (distbb-0.43.0.tar.gz) = b2afacffcc0a876ea50d6bdf736c31ad940e1e07
-RMD160 (distbb-0.43.0.tar.gz) = daae70e00aed3621b3d45f0c2ebd3a124f2c301e
-Size (distbb-0.43.0.tar.gz) = 102695 bytes
+SHA1 (distbb-0.44.0.tar.gz) = f2f1c226abad904d8b506dd105128413f6380174
+RMD160 (distbb-0.44.0.tar.gz) = e45884dca5e9aba9f319541ab627c5265e7728fe
+Size (distbb-0.44.0.tar.gz) = 103814 bytes



Home | Main Index | Thread Index | Old Index