bup: update to 0.33.

This commit is contained in:
Duncaen 2023-05-16 14:27:54 +02:00
parent 48d975cf45
commit 4f7dbae249
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
2 changed files with 11 additions and 12 deletions

View File

@ -1,14 +1,13 @@
--- a/Makefile 2016-05-25 16:57:27.966465927 +0200
+++ b/Makefile 2016-05-25 16:57:32.091465618 +0200
@@ -39,8 +39,8 @@ else
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -61,8 +61,8 @@
test_tmp := $(CURDIR)/test/tmp
endif
-initial_setup := $(shell dev/update-checkout-info lib/bup/checkout_info.py $(isok))
-initial_setup := $(call shout,$(initial_setup),update-checkout-info failed))
+#initial_setup := $(shell dev/update-checkout-info lib/bup/checkout_info.py $(isok))
+#initial_setup := $(call shout,$(initial_setup),update-checkout-info failed))
+# initial_setup := $(shell dev/update-checkout-info lib/bup/checkout_info.py $(isok))
+# initial_setup := $(call shout,$(initial_setup),update-checkout-info failed))
clean_paths += lib/bup/checkout_info.py
config/config.vars: \
configure config/configure config/configure.inc \
$(wildcard config/*.in)
# Dependency changes here should be mirrored in Makefile

View File

@ -1,9 +1,9 @@
# Template file for 'bup'
pkgname=bup
version=0.32
version=0.33
revision=1
build_style=configure
hostmakedepends="python3 perl git"
hostmakedepends="python3 perl git pandoc"
makedepends="python3-devel"
checkdepends="python3-pytest tar rsync"
short_desc="Backup system based on the git packfile format"
@ -11,12 +11,12 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.0-only"
homepage="https://github.com/bup/bup"
distfiles="https://github.com/bup/bup/archive/${version}.tar.gz"
checksum=a894cfa96c44b9ef48003b2c2104dc5fa6361dd2f4d519261a93178984a51259
checksum=2c21b25ab0ab845e1490cf20781bdb46e93b9c06f0c6df4ace760afc07a63fe9
python_version=3
nocross=yes
pre_configure() {
sed -i 's#^PREFIX=.*#PREFIX=/usr#' Makefile
vsed -e 's#^PREFIX=.*#PREFIX=/usr#' -i GNUmakefile
}
do_check() {