mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libgit2: fix provide versions and compat.
This commit is contained in:
@@ -15,7 +15,7 @@ DESCRIPTION="The library provides:
|
||||
HOMEPAGE="http://libgit2.github.com/"
|
||||
COPYRIGHT="2005-2017 libgit2 project"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/libgit2/libgit2/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7ae8e699ff7ff9a1fa702249140ee31ea6fd556bf7968e84e38165870667bcb1"
|
||||
|
||||
@@ -24,7 +24,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
libgit2$secondaryArchSuffix = $portVersion
|
||||
lib:libgit2$secondaryArchSuffix = 0.24.0 compat >= 0
|
||||
lib:libgit2$secondaryArchSuffix = 0.25.1 compat >= 0.25
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -36,7 +36,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libgit2${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libgit2$secondaryArchSuffix = 0.24.0 compat >= 0
|
||||
devel:libgit2$secondaryArchSuffix = 0.25.1 compat >= 0.25
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libgit2$secondaryArchSuffix == $portVersion base
|
||||
|
||||
Reference in New Issue
Block a user