mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
trackgit: bump git version (#3233).
* Updated recipe for TrackGit * Added libGit2 dependency revision to recipe for TrackGit * New libgit2-0.27.5.recipe * Remove ligit2-0.27 recipe * Reworked TrackGit recipe again * add devel:libgit2 version * reorder REQUIRES * remove secondaryArchSuffix
This commit is contained in:
@@ -6,14 +6,14 @@ HOMEPAGE="https://github.com/Hrily/TrackGit"
|
||||
COPYRIGHT="2018 Hrishi Hiraskar
|
||||
2018 HaikuArchives Team"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
srcGitRev="cce7abfecd0dcaf1ed0106a9adb6ce853393f697"
|
||||
SOURCE_URI="https://github.com/Hrily/TrackGit/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="f8ba2f9f6ce6c56d88d4dabaa14a24112599a3ec4b643518d3e4230fb628d1dc"
|
||||
SOURCE_FILENAME="trackgit-$srcGitRev.tar.gz"
|
||||
REVISION="2"
|
||||
srcGitRev="e38a8e78b4a1f3c5dd6431b4fe2d07e8668227d0"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/TrackGit/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="64ffad6aad5b81f3b1445f61701138d0808d6144ed8f753906151a3d412ccaaa"
|
||||
SOURCE_FILENAME="TrackGit-$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="TrackGit-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 !x86 !x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
trackgit = $portVersion
|
||||
@@ -22,11 +22,12 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libgit2
|
||||
lib:libssh2
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libgit2
|
||||
devel:libgit2 >= 0.27
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
|
||||
Reference in New Issue
Block a user