From 6a313bc0a88cd7605900c015bb2c0ffc921818fa Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 25 May 2016 17:03:57 +0200 Subject: [PATCH] bup: update to 0.28. --- srcpkgs/bup/patches/disable-git-call.patch | 13 +++++++++++++ srcpkgs/bup/template | 13 +++++++++++-- 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/bup/patches/disable-git-call.patch diff --git a/srcpkgs/bup/patches/disable-git-call.patch b/srcpkgs/bup/patches/disable-git-call.patch new file mode 100644 index 00000000000..5468b5992f3 --- /dev/null +++ b/srcpkgs/bup/patches/disable-git-call.patch @@ -0,0 +1,13 @@ +--- Makefile.orig 2016-05-25 16:57:27.966465927 +0200 ++++ Makefile 2016-05-25 16:57:32.091465618 +0200 +@@ -39,8 +39,8 @@ else + test_tmp := $(CURDIR)/t/tmp + endif + +-initial_setup := $(shell ./configure-version --update $(isok)) +-initial_setup := $(call shout,$(initial_setup),Version configuration failed)) ++#initial_setup := $(shell ./configure-version --update $(isok)) ++#initial_setup := $(call shout,$(initial_setup),Version configuration failed)) + + config/config.vars: configure config/configure config/configure.inc \ + $(wildcard config/*.in) diff --git a/srcpkgs/bup/template b/srcpkgs/bup/template index edb112f3b74..0a803b8259e 100644 --- a/srcpkgs/bup/template +++ b/srcpkgs/bup/template @@ -1,6 +1,6 @@ # Template file for 'bup' pkgname=bup -version=0.27.1 +version=0.28 revision=1 build_style=configure hostmakedepends="python perl git" @@ -10,5 +10,14 @@ maintainer="Enno Boland " license="LGPL-2" homepage="https://github.com/bup/bup" distfiles="https://github.com/bup/bup/archive/${version}.tar.gz" -checksum=4353a2819b8ec361677dae2e4c1718c01a579e26f801ef94a46dfaeb0cfa4398 +checksum=9e0fbdfadd52e67ff13464060acd98d714425421e8accfb6671e296586087e09 nocross=yes + +pre_configure() { + sed -i 's#^PREFIX=.*#PREFIX=/usr#' Makefile + cat > lib/bup/_version.py <