pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/distbb



Module Name:    pkgsrc
Committed By:   cheusov
Date:           Sun May 12 16:45:32 UTC 2024

Modified Files:
        pkgsrc/pkgtools/distbb: Makefile distinfo

Log Message:
Update dictbb to 0.48.0

  Fix distbb_chroot script.

  Minor fix in stage_gen_report for better conformance to
  HTML-4.01/strict

  Update default config file distbb.conf.

  Update README.

  Use native targets "clean" and "package" in unprivileged mode (if
  UNPRIV_USER is set) instead of home-made "Clean" and "Package".

  Set LD_PRELOAD and LIBKVER_OSRELEASE only on slave hosts.

  Introduce new configuration variables OS_VERSION and MACHINE_ARCH.

  Add new target CleanupPkgdb to TARGETS.

  Add new configuration variable SLAVE_CMD

  Configuration variable PKGSRCVER defaults to unknown.

  Add $PKGSRCVER to report.html.

  Minor clean-ups in "distbb_chroot", "distbb.conf",
  "distbb.default.conf", "slave" and "common" configs and scripts.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/pkgtools/distbb/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/pkgtools/distbb/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/distbb/Makefile
diff -u pkgsrc/pkgtools/distbb/Makefile:1.25 pkgsrc/pkgtools/distbb/Makefile:1.26
--- pkgsrc/pkgtools/distbb/Makefile:1.25        Mon Nov 27 20:28:35 2023
+++ pkgsrc/pkgtools/distbb/Makefile     Sun May 12 16:45:32 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2023/11/27 20:28:35 cheusov Exp $
+# $NetBSD: Makefile,v 1.26 2024/05/12 16:45:32 cheusov Exp $
 #
 
-DISTNAME=      distbb-0.47.2
+DISTNAME=      distbb-0.48.0
 CATEGORIES=    pkgtools
 MASTER_SITES=  ftp://ftp.NetBSD.org/pub/NetBSD/misc/cheusov/distbb/
 

Index: pkgsrc/pkgtools/distbb/distinfo
diff -u pkgsrc/pkgtools/distbb/distinfo:1.19 pkgsrc/pkgtools/distbb/distinfo:1.20
--- pkgsrc/pkgtools/distbb/distinfo:1.19        Tue Oct 26 11:11:07 2021
+++ pkgsrc/pkgtools/distbb/distinfo     Sun May 12 16:45:32 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 11:11:07 nia Exp $
+$NetBSD: distinfo,v 1.20 2024/05/12 16:45:32 cheusov Exp $
 
-BLAKE2s (distbb-0.47.2.tar.gz) = b3be61a27daace4ce97925321d82b5b37803b5e55aca59a06fb5ec110579e819
-SHA512 (distbb-0.47.2.tar.gz) = 7724d7dadc6ec3aa244b49ea73903b617eecf02e3861eb76c9b2e56defebf8f4deb4b58be7225e401e5a109f09b8b85e10c2277df042e039da2ed4111cbaa065
-Size (distbb-0.47.2.tar.gz) = 52475 bytes
+BLAKE2s (distbb-0.48.0.tar.gz) = cd6d588d7f4af8cb68e3d4079ed19b7d8887ff1ef961f19400bf743681dc9860
+SHA512 (distbb-0.48.0.tar.gz) = 0ed9ceda0f1ac8d6fddcf3132bd62851aa0d8e230805d8b73621bf7038367c8004a687131f985bcb2fa816a22a76344c9767e2e66773e6ed8e03465e0d7d02ab
+Size (distbb-0.48.0.tar.gz) = 53826 bytes



Home | Main Index | Thread Index | Old Index