bup: update to 0.33.
This commit is contained in:
parent
48d975cf45
commit
4f7dbae249
2 changed files with 11 additions and 12 deletions
|
@ -1,14 +1,13 @@
|
||||||
--- a/Makefile 2016-05-25 16:57:27.966465927 +0200
|
--- a/GNUmakefile
|
||||||
+++ b/Makefile 2016-05-25 16:57:32.091465618 +0200
|
+++ b/GNUmakefile
|
||||||
@@ -39,8 +39,8 @@ else
|
@@ -61,8 +61,8 @@
|
||||||
test_tmp := $(CURDIR)/test/tmp
|
test_tmp := $(CURDIR)/test/tmp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
-initial_setup := $(shell dev/update-checkout-info lib/bup/checkout_info.py $(isok))
|
-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 := $(call shout,$(initial_setup),update-checkout-info failed))
|
||||||
+#initial_setup := $(shell dev/update-checkout-info lib/bup/checkout_info.py $(isok))
|
+# 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 := $(call shout,$(initial_setup),update-checkout-info failed))
|
||||||
|
clean_paths += lib/bup/checkout_info.py
|
||||||
|
|
||||||
config/config.vars: \
|
# Dependency changes here should be mirrored in Makefile
|
||||||
configure config/configure config/configure.inc \
|
|
||||||
$(wildcard config/*.in)
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'bup'
|
# Template file for 'bup'
|
||||||
pkgname=bup
|
pkgname=bup
|
||||||
version=0.32
|
version=0.33
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
hostmakedepends="python3 perl git"
|
hostmakedepends="python3 perl git pandoc"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
checkdepends="python3-pytest tar rsync"
|
checkdepends="python3-pytest tar rsync"
|
||||||
short_desc="Backup system based on the git packfile format"
|
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"
|
license="LGPL-2.0-only"
|
||||||
homepage="https://github.com/bup/bup"
|
homepage="https://github.com/bup/bup"
|
||||||
distfiles="https://github.com/bup/bup/archive/${version}.tar.gz"
|
distfiles="https://github.com/bup/bup/archive/${version}.tar.gz"
|
||||||
checksum=a894cfa96c44b9ef48003b2c2104dc5fa6361dd2f4d519261a93178984a51259
|
checksum=2c21b25ab0ab845e1490cf20781bdb46e93b9c06f0c6df4ace760afc07a63fe9
|
||||||
python_version=3
|
python_version=3
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's#^PREFIX=.*#PREFIX=/usr#' Makefile
|
vsed -e 's#^PREFIX=.*#PREFIX=/usr#' -i GNUmakefile
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue