chroot-git: update to 2.34.0.

This commit is contained in:
Đoàn Trần Công Danh 2021-11-17 07:05:54 +07:00
parent cea371b26f
commit 837af6c1c0

View file

@ -1,7 +1,7 @@
# Template file for 'chroot-git' # Template file for 'chroot-git'
pkgname=chroot-git pkgname=chroot-git
version=2.33.1 version=2.34.0
revision=2 revision=1
bootstrap=yes bootstrap=yes
wrksrc="git-${version}" wrksrc="git-${version}"
makedepends="zlib-devel" makedepends="zlib-devel"
@ -10,7 +10,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="https://git-scm.com/" homepage="https://git-scm.com/"
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz" distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
checksum=e054a6e6c2b088bd1bff5f61ed9ba5aa91c9a3cd509539a4b41c5ddf02201f2f checksum=fd6cb9b26665794c61f9ca917dcf00e7c19b0c02be575ad6ba9354fa6962411f
if [ "$CHROOT_READY" ]; then if [ "$CHROOT_READY" ]; then
checkdepends="perl gnupg" checkdepends="perl gnupg"
@ -26,7 +26,6 @@ do_configure() {
CFLAGS = $CFLAGS CFLAGS = $CFLAGS
LDFLAGS = $LDFLAGS LDFLAGS = $LDFLAGS
CC_LD_DYNPATH=-L CC_LD_DYNPATH=-L
SKIP_DASHED_BUILT_INS = Yes
NO_GETTEXT=Yes NO_GETTEXT=Yes
NO_OPENSSL = Yes NO_OPENSSL = Yes
USE_LIBPCRE := USE_LIBPCRE :=
@ -35,8 +34,6 @@ do_configure() {
NO_PERL = Yes NO_PERL = Yes
NO_PYTHON = Yes NO_PYTHON = Yes
NO_TCLTK = Yes NO_TCLTK = Yes
DEFAULT_TEST_TARGET = prove
GIT_PROVE_OPTS = $makejobs
# firstword (uname -m) # firstword (uname -m)
HOST_CPU = ${XBPS_TARGET_MACHINE%-musl} HOST_CPU = ${XBPS_TARGET_MACHINE%-musl}
SKIP_DASHED_BUILT_INS = Yes SKIP_DASHED_BUILT_INS = Yes