Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -8,18 +8,18 @@ negotiation with a WPA Authenticator and it controls the roaming and IEEE \
802.11 authentication/association of the wlan driver.
"
HOMEPAGE="http://hostap.epitest.fi/wpa_supplicant/"
SOURCE_URI="http://hostap.epitest.fi/releases/wpa_supplicant-2.0.tar.gz"
CHECKSUM_SHA256="2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09"
COPYRIGHT="2003-2012 Jouni Malinen"
LICENSE="
BSD (2-clause)
GNU GPL v2
"
COPYRIGHT="2003-2012 Jouni Malinen"
REVISION="4"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SOURCE_URI="http://hostap.epitest.fi/releases/wpa_supplicant-2.0.tar.gz"
CHECKSUM_SHA256="2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09"
PATCHES="wpa_supplicant-2.0.patch"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
wpa_supplicant = $portVersion compat >= 2
cmd:wpa_supplicant = $portVersion compat >= 2
@@ -28,6 +28,7 @@ REQUIRES="
haiku
lib:libssl
"
BUILD_REQUIRES="
devel:libssl >= 1.0.0
"
@@ -38,7 +39,6 @@ BUILD_PREREQUIRES="
cmd:make
"
BUILD()
{
cd wpa_supplicant