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

@@ -4,25 +4,23 @@ Patch takes a patch file containing a difference listing produced by the diff \
program and applies those differences to one or more original files, producing \
patched versions.
"
LICENSE="GNU GPL v3"
COPYRIGHT="2012-2015 Free Software Foundation, Inc."
HOMEPAGE="http://www.gnu.org/software/patch/"
COPYRIGHT="2012-2015 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="http://ftp.gnu.org/pub/gnu/patch/patch-$portVersion.tar.gz"
CHECKSUM_SHA256="7436f5a19f93c3ca83153ce9c5cbe4847e97c5d956e57a220121e741f6e7968f"
ARCHITECTURES="x86 x86_gcc2 x86_64 arm"
REVISION="1"
PATCHES="patch-$portVersion.patchset"
ARCHITECTURES="x86 x86_gcc2 x86_64 arm"
PROVIDES="
patch = $portVersion
cmd:patch = $portVersion
"
REQUIRES="
haiku
"
BUILD_PREREQUIRES="
haiku_devel
cmd:awk
@@ -31,7 +29,6 @@ BUILD_PREREQUIRES="
cmd:git
"
BUILD()
{
runConfigure ./configure