From 0ef6158910bb67a5a6d74636f885bd2055876b5d Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 21 Nov 2015 10:43:37 +0000 Subject: [PATCH] wget: bump version. --- .../{wget-1.16.3.patchset => wget-1.17.0.patchset} | 0 .../wget/{wget-1.16.3.recipe => wget-1.17.0.recipe} | 11 +++++------ 2 files changed, 5 insertions(+), 6 deletions(-) rename net-misc/wget/patches/{wget-1.16.3.patchset => wget-1.17.0.patchset} (100%) rename net-misc/wget/{wget-1.16.3.recipe => wget-1.17.0.recipe} (85%) diff --git a/net-misc/wget/patches/wget-1.16.3.patchset b/net-misc/wget/patches/wget-1.17.0.patchset similarity index 100% rename from net-misc/wget/patches/wget-1.16.3.patchset rename to net-misc/wget/patches/wget-1.17.0.patchset diff --git a/net-misc/wget/wget-1.16.3.recipe b/net-misc/wget/wget-1.17.0.recipe similarity index 85% rename from net-misc/wget/wget-1.16.3.recipe rename to net-misc/wget/wget-1.17.0.recipe index bca541a87..6cc8fa9eb 100644 --- a/net-misc/wget/wget-1.16.3.recipe +++ b/net-misc/wget/wget-1.17.0.recipe @@ -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 }