mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Fix ordering
This commit is contained in:
@@ -6,12 +6,12 @@ particularly suited for web sites crawling under very high loads while needing \
|
||||
persistence or Layer7 processing.
|
||||
"
|
||||
HOMEPAGE="http://www.haproxy.org/"
|
||||
COPYRIGHT="2012 Willy Tarreau"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.haproxy.org/download/1.6/src/haproxy-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="fd06b45054cde2c69cb3322dfdd8a4bcfc46eb9d0c4b36d20d3ea19d84e338a7"
|
||||
REVISION="1"
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2012 Willy Tarreau"
|
||||
PATCHES="haproxy-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -22,14 +22,11 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
PATCHES="haproxy-$portVersion.patchset"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -6,11 +6,11 @@ particularly suited for web sites crawling under very high loads while needing \
|
||||
persistence or Layer7 processing.
|
||||
"
|
||||
HOMEPAGE="http://www.haproxy.org/"
|
||||
SOURCE_URI="git://github.com/haproxy/haproxy.git"
|
||||
REVISION="1"
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2012 Willy Tarreau"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git://github.com/haproxy/haproxy.git"
|
||||
PATCHES="haproxy-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
@@ -21,14 +21,11 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
PATCHES="haproxy-$portVersion.patchset"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user