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

@@ -3,10 +3,10 @@ DESCRIPTION="ftp is a standard command line client for connecting to FTP \
servers. The File Transfer protocol (defined in RFC 959) is used for \
transferring files from one computer to another over a network."
HOMEPAGE="http://netbsd.org/"
SOURCE_URI="cvs://anoncvs@anoncvs.NetBSD.org:/cvsroot/src/usr.bin/ftp#2012-12-21"
REVISION="1"
LICENSE="BSD (3-clause)"
COPYRIGHT="1997-2012 The NetBSD Foundation, Inc."
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="cvs://anoncvs@anoncvs.NetBSD.org:/cvsroot/src/usr.bin/ftp#2012-12-21"
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -14,7 +14,6 @@ PROVIDES="
ftp = $portVersion
cmd:ftp
"
REQUIRES="
haiku
lib:libedit
@@ -24,7 +23,6 @@ BUILD_REQUIRES="
haiku_devel
devel:libedit
"
BUILD_PREREQUIRES="
cmd:gcc
"