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

@@ -5,19 +5,19 @@ DESCRIPTION="
character encoding.
"
HOMEPAGE="http://hunspell.sourceforge.net/"
SOURCE_URI="http://downloads.sourceforge.net/hunspell/hunspell-1.3.2.tar.gz"
CHECKSUM_SHA256="b4edd4a4ee944cb9f485b35473e46b729ed768e9d24da8e78e4c4c6ca56addbd"
LICENSE="
GNU GPL v2
GNU LGPL v2.1
MPL v1.1
"
COPYRIGHT="
2007-2011 Hunspell developers et al.
2002-2008 László Németh (Hunspell)
2001-2002 Kevin Hendricks (MySpell)
"
LICENSE="
GNU GPL v2
GNU LGPL v2.1
MPL v1.1
"
REVISION="1"
SOURCE_URI="http://downloads.sourceforge.net/hunspell/hunspell-1.3.2.tar.gz"
CHECKSUM_SHA256="b4edd4a4ee944cb9f485b35473e46b729ed768e9d24da8e78e4c4c6ca56addbd"
ARCHITECTURES="x86 x86_gcc2"
@@ -40,6 +40,16 @@ PROVIDES="
REQUIRES="
haiku
"
PROVIDES_devel="
hunspell_devel = $portVersion
devel:libhunspell_1.3 = $portVersion compat >= 1.3
devel:libparsers = $portVersion compat >= 1.3
"
REQUIRES_devel="
hunspell == $portVersion base
"
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
@@ -79,12 +89,3 @@ TEST()
{
make check
}
PROVIDES_devel="
hunspell_devel = $portVersion
devel:libhunspell_1.3 = $portVersion compat >= 1.3
devel:libparsers = $portVersion compat >= 1.3
"
REQUIRES_devel="
hunspell == $portVersion base
"