pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pbulk



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Sat Oct 12 10:43:52 UTC 2024

Modified Files:
        pkgsrc/pkgtools/pbulk: Makefile
        pkgsrc/pkgtools/pbulk/files/pbulk: pbulk.conf

Log Message:
pbulk: Update to 0.73.

Ensure the digest command is correctly quoted.  Fixes config when digest
is "mktool digest".


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/pkgtools/pbulk/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/pkgtools/pbulk/files/pbulk/pbulk.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pbulk/Makefile
diff -u pkgsrc/pkgtools/pbulk/Makefile:1.91 pkgsrc/pkgtools/pbulk/Makefile:1.92
--- pkgsrc/pkgtools/pbulk/Makefile:1.91 Wed Jul 17 11:51:58 2024
+++ pkgsrc/pkgtools/pbulk/Makefile      Sat Oct 12 10:43:52 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2024/07/17 11:51:58 jperkin Exp $
+# $NetBSD: Makefile,v 1.92 2024/10/12 10:43:52 jperkin Exp $
 
-PKGNAME=       pbulk-0.72
+PKGNAME=       pbulk-0.73
 COMMENT=       Modular bulk build framework
 
 .include "../../pkgtools/pbulk/Makefile.common"

Index: pkgsrc/pkgtools/pbulk/files/pbulk/pbulk.conf
diff -u pkgsrc/pkgtools/pbulk/files/pbulk/pbulk.conf:1.26 pkgsrc/pkgtools/pbulk/files/pbulk/pbulk.conf:1.27
--- pkgsrc/pkgtools/pbulk/files/pbulk/pbulk.conf:1.26   Fri Aug 20 06:38:31 2021
+++ pkgsrc/pkgtools/pbulk/files/pbulk/pbulk.conf        Sat Oct 12 10:43:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: pbulk.conf,v 1.26 2021/08/20 06:38:31 nia Exp $
+# $NetBSD: pbulk.conf,v 1.27 2024/10/12 10:43:52 jperkin Exp $
 
 # Version of the configuration file. This is bumped whenever the default
 # config changes to notify the administrator about updates.
@@ -92,7 +92,7 @@ pkg_info=@PKG_INFO_CMD@
 # to publish anything at all, set rsync=: and mail=:.
 #
 bzip2=@BZIP2@
-digest=@DIGEST@
+digest="@DIGEST@"
 gzip="@GZIP_CMD@"
 # On non-NetBSD, this should usually point at the bmake in ${prefix}, not the
 # make used to build pbulk itself.



Home | Main Index | Thread Index | Old Index