mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Fix ordering
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user