mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
git: fix subversion reference
This commit is contained in:
@@ -10,7 +10,7 @@ workflows."
|
||||
HOMEPAGE="https://git-scm.com/"
|
||||
COPYRIGHT="2005-2023 Git Authors (see git web site for list)"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://www.kernel.org/pub/software/scm/git/git-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="51bfe87eb1c02fed1484051875365eeab229831d30d0cec5d89a14f9e40e9adb"
|
||||
SOURCE_URI_2="https://www.kernel.org/pub/software/scm/git/git-manpages-$portVersion.tar.xz"
|
||||
@@ -150,12 +150,11 @@ REQUIRES_scalar="
|
||||
git$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
# The `subversion` package includes perl bindings that this tool needs.
|
||||
REQUIRES_svn="
|
||||
haiku$secondaryArchSuffix
|
||||
git$secondaryArchSuffix == $portVersion base
|
||||
git${secondaryArchSuffix}_perl == $portVersion
|
||||
subversion$secondaryArchSuffix
|
||||
subversion${secondaryArchSuffix}_perl
|
||||
"
|
||||
REQUIRES_web="
|
||||
haiku$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user