Trim extra newlines at end of file & trailing whitespace.

This commit is contained in:
Augustin Cavalier
2015-08-04 12:08:31 -04:00
parent 55dd9cf19d
commit 4634abef1b
724 changed files with 1430 additions and 1527 deletions

View File

@@ -5,7 +5,7 @@ functionality as users are able to code on multiple platforms including \
Linux, Windows, and Haiku. SDL_net makes handling data transfer and network \
connections easy. It features a sample chat client and server application; \
the chat client uses the GUIlib GUI framework library."
HOMEPAGE="http://www.libsdl.org/projects/SDL_net"
HOMEPAGE="http://www.libsdl.org/projects/SDL_net"
SOURCE_URI="http://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.8.tar.gz"
CHECKSUM_SHA256="5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4"
LICENSE="Zlib"
@@ -17,7 +17,7 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
sdl_net$secondaryArchSuffix = $portVersion
lib:libSDL_net$secondaryArchSuffix = 1.2_0.8.0 compat >= 1.2_0
lib:libSDL_net_1.2$secondaryArchSuffix = 0.8.0 compat >= 1.2
lib:libSDL_net_1.2$secondaryArchSuffix = 0.8.0 compat >= 1.2
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -38,7 +38,7 @@ BUILD_PREREQUIRES="
cmd:pkg_config$secondaryArchSuffix
cmd:sdl_config$secondaryArchSuffix
"
PATCHES="sdl_net-1.2.8.patch"
SOURCE_DIR="SDL_net-$portVersion"