mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
git: update to 2.43.1.
This commit is contained in:
parent
d392161478
commit
8f112d9032
1 changed files with 7 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'git'
|
# Template file for 'git'
|
||||||
pkgname=git
|
pkgname=git
|
||||||
version=2.43.0
|
version=2.43.1
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="asciidoc gettext perl pkg-config tk xmlto"
|
hostmakedepends="asciidoc gettext perl pkg-config tk xmlto"
|
||||||
makedepends="libglib-devel libcurl-devel libsecret-devel pcre2-devel tk-devel"
|
makedepends="libglib-devel libcurl-devel libsecret-devel pcre2-devel tk-devel"
|
||||||
|
@ -14,7 +14,7 @@ license="GPL-2.0-only"
|
||||||
homepage="https://git-scm.com/"
|
homepage="https://git-scm.com/"
|
||||||
changelog="https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/${version}.txt"
|
changelog="https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/${version}.txt"
|
||||||
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=5446603e73d911781d259e565750dcd277a42836c8e392cac91cf137aa9b76ec
|
checksum=2234f37b453ff8e4672c21ad40d41cc7393c9a8dcdfe640bec7ac5b5358f30d2
|
||||||
replaces="git-perl>=0"
|
replaces="git-perl>=0"
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ do_configure() {
|
||||||
perllibdir=/usr/share/perl5/vendor_perl
|
perllibdir=/usr/share/perl5/vendor_perl
|
||||||
PYTHON_PATH=/usr/bin/python3
|
PYTHON_PATH=/usr/bin/python3
|
||||||
DEFAULT_TEST_TARGET = prove
|
DEFAULT_TEST_TARGET = prove
|
||||||
GIT_PROVE_OPTS = $makejobs
|
GIT_PROVE_OPTS = $makejobs --nocolor --nocount -s
|
||||||
# firstword (uname -m)
|
# firstword (uname -m)
|
||||||
HOST_CPU = ${XBPS_TARGET_MACHINE%-musl}
|
HOST_CPU = ${XBPS_TARGET_MACHINE%-musl}
|
||||||
# this flag will skip shipping unneeded symlinks
|
# this flag will skip shipping unneeded symlinks
|
||||||
|
@ -63,14 +63,13 @@ do_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
if [ "$XBPS_ALLOW_CHROOT_BREAKOUT" ]; then
|
make test ${makejobs}
|
||||||
IKNOWWHATIAMDOING=YES make test ${makejobs}
|
|
||||||
else
|
|
||||||
make test ${makejobs}
|
|
||||||
fi
|
|
||||||
make -C contrib/diff-highlight test
|
make -C contrib/diff-highlight test
|
||||||
make -C contrib/subtree test
|
make -C contrib/subtree test
|
||||||
make -C contrib/credential/netrc test
|
make -C contrib/credential/netrc test
|
||||||
|
cd t
|
||||||
|
# 2.44.0
|
||||||
|
# GIT_TEST_DEFAULT_REF_FORMAT=reftable ./t0610-reftable-basics.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue