mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00: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()
|
||||
{
|
||||
|
||||
@@ -10,10 +10,10 @@ COPYRIGHT="2001-2011 Privoxy Developers"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/ijbswa/files/Sources/3.0.21%20%28stable%29/privoxy-3.0.21-stable-src.tar.gz"
|
||||
CHECKSUM_SHA256="5ec7e601948d2bd0ebf0ebe90eed7d49e7663c395ce16d0403e91ea2d459ddb8"
|
||||
SOURCE_DIR="privoxy-3.0.21-stable"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 !ppc"
|
||||
CHECKSUM_SHA256="5ec7e601948d2bd0ebf0ebe90eed7d49e7663c395ce16d0403e91ea2d459ddb8"
|
||||
|
||||
PROVIDES="
|
||||
cmd:privoxy = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user