libgit2: fix provide versions and compat.

This commit is contained in:
Jérôme Duval
2017-05-24 12:57:23 +02:00
committed by GitHub
parent 09dcd9fff3
commit 7db083a788

View File

@@ -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