From 5e8ad7b98f536f935bc43d68a914fa0b9ecf0a79 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Wed, 20 Jul 2016 21:27:00 +0000 Subject: [PATCH] wget: switch HOMEPAGE to https and update COPYRIGHT years. --- net-misc/wget/wget-1.18.recipe | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/net-misc/wget/wget-1.18.recipe b/net-misc/wget/wget-1.18.recipe index 36ae7774e..ed7b38ef1 100644 --- a/net-misc/wget/wget-1.18.recipe +++ b/net-misc/wget/wget-1.18.recipe @@ -1,15 +1,15 @@ SUMMARY="A tool for downloading files from the internet" -DESCRIPTION=" -wget is a tool that can download files from the internet through protocols \ -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="a00a65fab84cc46e24c53ce88c45604668a7a479276e037dc2f558e34717fb2d" +DESCRIPTION="wget is a tool that can download files from the internet through \ +protocols such as HTTP, HTTPS and FTP. wget is non-interactive, so it can be \ +called from scripts." +HOMEPAGE="https://www.gnu.org/software/wget/" +COPYRIGHT="1996-2016 Free Software Foundation" LICENSE="GNU GPL v3" -COPYRIGHT="1996-2014 Free Software Foundation" -REVISION="1" +REVISION="2" +SOURCE_URI="http://ftpmirror.gnu.org/wget/wget-$portVersion.tar.gz" +CHECKSUM_SHA256="a00a65fab84cc46e24c53ce88c45604668a7a479276e037dc2f558e34717fb2d" +PATCHES="wget-$portVersion.patchset" + ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86 x86_gcc2" @@ -17,7 +17,6 @@ PROVIDES=" wget$secondaryArchSuffix = $portVersion cmd:wget$secondaryArchSuffix = $portVersion " - REQUIRES=" haiku$secondaryArchSuffix lib:libcrypto$secondaryArchSuffix @@ -36,7 +35,7 @@ BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix cmd:aclocal cmd:autoconf - cmd:libtoolize + cmd:libtoolize$secondaryArchSuffix cmd:make cmd:makeinfo cmd:pod2man @@ -48,12 +47,9 @@ BUILD_PREREQUIRES=" USER_SETTINGS_FILES=" settings/wgetrc " - GLOBAL_WRITABLE_FILES=" settings/wgetrc keep-old -" - -PATCHES="wget-$portVersion.patchset" + " BUILD() {