wget: bump version.

This commit is contained in:
Jerome Duval
2015-11-21 10:43:37 +00:00
parent 6b9bbb801a
commit 0ef6158910
2 changed files with 5 additions and 6 deletions

View File

@@ -5,11 +5,12 @@ such as HTTP, HTTPS and FTP. wget is non-interactive, so it can be called from \
scripts.
"
HOMEPAGE="http://www.gnu.org/software/wget"
SOURCE_URI="http://ftp.gnu.org/gnu/wget/wget-$portVersion.tar.gz"
CHECKSUM_SHA256="9f1c6d09d7148c1c2d9fd0ea655dcf4dcc407deb2db32d4126251ca0245cb670"
SOURCE_URI="http://ftp.gnu.org/gnu/wget/wget-1.17.tar.gz"
CHECKSUM_SHA256="3e04ad027c5b6ebd67c616eec13e66fbedb3d4d8cbe19cc29dadde44b92bda55"
SOURCE_DIR="wget-1.17"
LICENSE="GNU GPL v3"
COPYRIGHT="1996-2014 Free Software Foundation"
REVISION="2"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
@@ -20,7 +21,6 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
lib:libz$secondaryArchSuffix
@@ -31,7 +31,6 @@ BUILD_REQUIRES="
devel:libcrypto$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libz$secondaryArchSuffix >= 1.2.3
devel:libintl$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
@@ -58,7 +57,7 @@ PATCHES="wget-$portVersion.patchset"
BUILD()
{
autoreconf -fi
AUTOPOINT=true autoreconf -fi
runConfigure ./configure --with-ssl=openssl
make
}