From 0c33abc6bc8d269fa406c0f6ae918baa707d5e38 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 2 Aug 2018 02:02:18 -0300 Subject: [PATCH] lftp: update to 4.8.4. --- srcpkgs/lftp/template | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/srcpkgs/lftp/template b/srcpkgs/lftp/template index ff58a5bf9f2..e654ccd85c8 100644 --- a/srcpkgs/lftp/template +++ b/srcpkgs/lftp/template @@ -1,28 +1,19 @@ # Template file for 'lftp' pkgname=lftp -version=4.8.3 -revision=3 +version=4.8.4 +revision=1 lib32disabled=yes build_style=gnu-configure configure_args="--with-modules --disable-rpath --without-included-regex - --with-openssl --with-libidn i_cv_posix_fallocate_works=yes - --with-zlib=${XBPS_CROSS_BASE}/usr --with-readline=${XBPS_CROSS_BASE}/usr - gl_cv_func_signbit=yes" -hostmakedepends="automake libtool pkg-config gettext-devel wget" + --with-openssl i_cv_posix_fallocate_works=yes --with-zlib=${XBPS_CROSS_BASE}/usr + --with-readline=${XBPS_CROSS_BASE}/usr gl_cv_func_signbit=yes" +hostmakedepends="pkg-config gettext-devel" makedepends="zlib-devel ncurses-devel readline-devel libressl-devel expat-devel libidn-devel" -conf_files="/etc/lftp.conf" short_desc="Sophisticated FTP/HTTP client" maintainer="Juan RP " -homepage="http://lftp.yar.ru/" -license="GPL-3" -distfiles="http://lftp.yar.ru/ftp/${pkgname}-${version}.tar.xz" -checksum=de7aee451afaa1aa391f7076b5f602922c2da0e05524a8d8fea413eda83cc78b - -XBPS_FETCH_CMD=wget # checks user-agent, serves html/please donate with xbps - -pre_configure() { - sed -i 's/\[0.15\]/[0.19]/' configure.ac - libtoolize -fiv - autoreconf -fi -} +license="GPL-3.0-or-later" +homepage="https://lftp.yar.ru/" +distfiles="http://lftp.yar.ru/ftp/lftp-${version}.tar.xz" +checksum=4ebc271e9e5cea84a683375a0f7e91086e5dac90c5d51bb3f169f75386107a62 +conf_files="/etc/lftp.conf"