pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/bup sysutils/bup: Update to 0.29.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c88ab5cf9ed3
branches:  trunk
changeset: 339366:c88ab5cf9ed3
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Sep 12 00:28:47 2019 +0000

description:
sysutils/bup: Update to 0.29.3

Upstream changes (other than bugfixes minor improvements):

0.29.3:

* Newer versions of par2 can process in parallel using multiple
  threads/cores, and they do so automatically.  This ends up competing
  with `bup fsck`s own parallelism, enabled by `-j`, in such a way
  that the command can actually run much *slower* (and be much more
  expensive) than it would have been with no parallelism at all.

  When appropriate `bup fsck` now disables par2's competing
  parallelism (via its `-t1` option) to avoid the contention.

0.29.0:

* An experimental `prune-older` command has been added.  It removes
  (permanently deletes) all saves except those preserved by a set of
  arguments like `--keep-monthlies-for 3y`.  See `bup help
  prune-older` for further information.

diffstat:

 sysutils/bup/Makefile |  10 ++++++----
 sysutils/bup/PLIST    |   5 ++++-
 sysutils/bup/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 10 deletions(-)

diffs (76 lines):

diff -r 8a9ce5a8d616 -r c88ab5cf9ed3 sysutils/bup/Makefile
--- a/sysutils/bup/Makefile     Wed Sep 11 23:38:07 2019 +0000
+++ b/sysutils/bup/Makefile     Thu Sep 12 00:28:47 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2019/09/02 13:20:09 adam Exp $
+# $NetBSD: Makefile,v 1.36 2019/09/12 00:28:47 gdt Exp $
 
-DISTNAME=      bup-0.28.1
-PKGREVISION=   3
+DISTNAME=      bup-0.29.3
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=bup/}
 # bup has two problems that make packaging difficult.  One is that
@@ -11,7 +10,10 @@
 # in bup's git which has autogenerated man pages.  For now, we created
 # a bup-man tarball that contains the built man pages in a bup-man
 # directory, and host it at MASTER_SITES_LOCAL.
-DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME:S/bup/bup-man/}${EXTRACT_SUFX}
+DISTFILES=     ${DISTNAME}${EXTRACT_SUFX}
+# Upstream has not created bup-man-0.29.3
+#DISTFILES+=   ${DISTNAME:S/bup/bup-man/}${EXTRACT_SUFX}
+DISTFILES+=    bup-man-0.28.1${EXTRACT_SUFX}
 
 MAINTAINER=    gdt%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/bup/bup
diff -r 8a9ce5a8d616 -r c88ab5cf9ed3 sysutils/bup/PLIST
--- a/sysutils/bup/PLIST        Wed Sep 11 23:38:07 2019 +0000
+++ b/sysutils/bup/PLIST        Thu Sep 12 00:28:47 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2016/09/18 23:02:48 gdt Exp $
+@comment $NetBSD: PLIST,v 1.8 2019/09/12 00:28:47 gdt Exp $
 bin/bup
 lib/bup/bup/__init__.py
 lib/bup/bup/_helpers.so
@@ -7,6 +7,7 @@
 lib/bup/bup/client.py
 lib/bup/bup/csetup.py
 lib/bup/bup/drecurse.py
+lib/bup/bup/gc.py
 lib/bup/bup/git.py
 lib/bup/bup/hashsplit.py
 lib/bup/bup/helpers.py
@@ -17,6 +18,7 @@
 lib/bup/bup/midx.py
 lib/bup/bup/options.py
 lib/bup/bup/path.py
+lib/bup/bup/rm.py
 lib/bup/bup/shquote.py
 lib/bup/bup/ssh.py
 lib/bup/bup/version.py
@@ -49,6 +51,7 @@
 lib/bup/cmd/bup-newliner
 lib/bup/cmd/bup-on
 lib/bup/cmd/bup-on--server
+lib/bup/cmd/bup-prune-older
 lib/bup/cmd/bup-random
 lib/bup/cmd/bup-restore
 lib/bup/cmd/bup-rm
diff -r 8a9ce5a8d616 -r c88ab5cf9ed3 sysutils/bup/distinfo
--- a/sysutils/bup/distinfo     Wed Sep 11 23:38:07 2019 +0000
+++ b/sysutils/bup/distinfo     Thu Sep 12 00:28:47 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2016/09/19 08:52:24 wiz Exp $
+$NetBSD: distinfo,v 1.12 2019/09/12 00:28:47 gdt Exp $
 
-SHA1 (bup-0.28.1.tar.gz) = c280255eeb7e7a4fa9b6fbdbf4526ca7c8a40443
-RMD160 (bup-0.28.1.tar.gz) = 0a1c7c605632f9146f34ba4ed12718043e2e3c09
-SHA512 (bup-0.28.1.tar.gz) = b27a94eeee86366f9f97081611d8e0443686ed8c4070d45729ad4efe1d48ee9f528d3257bfd5d37d6243927f5b63d6b613bf5ae2c39117012979ccd5ccecf9d2
-Size (bup-0.28.1.tar.gz) = 377712 bytes
+SHA1 (bup-0.29.3.tar.gz) = 5c44613777369b298fe9c8fdbf603acca52c744d
+RMD160 (bup-0.29.3.tar.gz) = 328bcef51e1efd2aee64116107456342b5f6fb13
+SHA512 (bup-0.29.3.tar.gz) = 4f500c214a37f781daf064de3a4de27a40be890aadb1d5102b94ca9dc1d52e01ca3884a79412beaac0f4007287df24aef225aedb65f1afb60d4119e4b467f789
+Size (bup-0.29.3.tar.gz) = 390868 bytes
 SHA1 (bup-man-0.28.1.tar.gz) = a85ea1976862f8a0478db283a2c25898b0ec5a08
 RMD160 (bup-man-0.28.1.tar.gz) = cd165ec0c71bdafc6f536db5a40a67893fc53dcc
 SHA512 (bup-man-0.28.1.tar.gz) = ba1eb2e8392ddc685c9fbec33c2342cd21105479834bc056f485fae422a1c5eaae662dbe684e4d3ff72c0f6a2c3ab73723c895cba00b22c4156dceca39502c3c



Home | Main Index | Thread Index | Old Index