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,13 +4,13 @@ Netcat is a simple utility which reads and writes data across network connection
using the TCP or UDP protocol.
"
HOMEPAGE="http://nc110.sourceforge.net"
SOURCE_URI="svn://svn.code.sf.net/p/nc110/code/nc110#22"
LICENSE="Public Domain"
COPYRIGHT="1996 hobbit"
LICENSE="Public Domain"
REVISION="1"
SOURCE_URI="svn://svn.code.sf.net/p/nc110/code/nc110#22"
PATCHES="netcat-1.10.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PATCHES="netcat-1.10.patchset"
PROVIDES="
netcat = $portVersion
@@ -19,6 +19,7 @@ PROVIDES="
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"