diff options
author | Thomas Penteker <tek@serverop.de> | 2016-03-08 02:52:15 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2016-03-08 02:52:15 +0100 |
commit | 6f6cb88c675eff2b3b44f794077a58705a5f8f23 (patch) | |
tree | b92ee08899f26bca5fea75cd775252b786ec8da4 /lftp | |
parent | ad595d83fb55dcd5027487e3ae679fbe00ea313c (diff) | |
download | opt-6f6cb88c675eff2b3b44f794077a58705a5f8f23.tar.gz opt-6f6cb88c675eff2b3b44f794077a58705a5f8f23.tar.xz |
lftp: 4.6.4 -> 4.6.5
Diffstat (limited to 'lftp')
-rw-r--r-- | lftp/.footprint | 12 | ||||
-rw-r--r-- | lftp/.md5sum | 2 | ||||
-rw-r--r-- | lftp/Pkgfile | 9 |
3 files changed, 11 insertions, 12 deletions
diff --git a/lftp/.footprint b/lftp/.footprint index 951feaf51..6715e9f41 100644 --- a/lftp/.footprint +++ b/lftp/.footprint @@ -4,12 +4,6 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/lftpget drwxr-xr-x root/root usr/etc/ -rw-r--r-- root/root usr/etc/lftp.conf -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/lftp.1.gz --rw-r--r-- root/root usr/man/man1/lftpget.1.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/lftp.conf.5.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/lftp/ -rwxr-xr-x root/root usr/share/lftp/convert-mozilla-cookies @@ -17,3 +11,9 @@ drwxr-xr-x root/root usr/share/lftp/ -rwxr-xr-x root/root usr/share/lftp/import-netscape -rwxr-xr-x root/root usr/share/lftp/verify-file -rwxr-xr-x root/root usr/share/lftp/xdg-move +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/lftp.1.gz +-rw-r--r-- root/root usr/share/man/man1/lftpget.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/lftp.conf.5.gz diff --git a/lftp/.md5sum b/lftp/.md5sum index ed7198227..8b8c91b11 100644 --- a/lftp/.md5sum +++ b/lftp/.md5sum @@ -1 +1 @@ -84987c1095df84bfb5ac9c95c6aba6be lftp-4.6.4.tar.xz +39507c331a987e0534acf75a4c3824a0 lftp-4.6.5.tar.xz diff --git a/lftp/Pkgfile b/lftp/Pkgfile index a024d854d..8f66f5a69 100644 --- a/lftp/Pkgfile +++ b/lftp/Pkgfile @@ -1,11 +1,11 @@ # Description: Sophisticated command line based FTP client -# URL: http://lftp.yar.ru/ +# URL: http://lftp.yar.ru/ # Maintainer: Thomas Penteker, tek at serverop dot de -# Packager: Tilman Sauerbeck, tilman at crux dot nu -# Depends on: openssl +# Packager: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: openssl name=lftp -version=4.6.4 +version=4.6.5 release=1 source=(http://lftp.yar.ru/ftp/lftp-$version.tar.xz) @@ -14,7 +14,6 @@ build() { ./configure --prefix=/usr \ --disable-nls --with-openssl=/usr \ - --mandir=/usr/man \ --sysconfdir=/usr/etc \ --disable-dependency-tracking # speed up things a little |