mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Correct / simplify Fossil recipe per Jérôme's suggestion
* Also removed previous recipes due to a regression introduced after v1.27
This commit is contained in:
@@ -10,7 +10,7 @@ awareness."
|
||||
HOMEPAGE="http://www.fossil-scm.org/"
|
||||
SRC_URI="https://www.fossil-scm.org/download/fossil-src-1.32.tar.gz"
|
||||
CHECKSUM_SHA256="cd79c333eb9e86fbb8c17bf5cdf31c387e4ab768eede623aed21adfdbcad686e"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
LICENSE="BSD (2-clause)"
|
||||
COPYRIGHT="2007 D. Richard Hipp"
|
||||
|
||||
@@ -23,12 +23,12 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libz
|
||||
openssl >= 1.0.0
|
||||
lib:libssl
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libz >= 1.2.3
|
||||
openssl_devel >= 1.0.0
|
||||
devel:libz
|
||||
devel:libssl
|
||||
"
|
||||
# tests require cmd:tclsh
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user