[arch-commits] Commit in lftp/trunk (PKGBUILD compilefix.patch)

andyrtr at archlinux.org andyrtr at archlinux.org
Thu May 7 17:57:39 UTC 2009


    Date: Thursday, May 7, 2009 @ 13:57:39
  Author: andyrtr
Revision: 38438

upgpkg: lftp 3.7.13-1
    new version 3.7.13

Modified:
  lftp/trunk/PKGBUILD
Deleted:
  lftp/trunk/compilefix.patch

------------------+
 PKGBUILD         |    6 +++---
 compilefix.patch |   10 ----------
 2 files changed, 3 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-07 17:42:18 UTC (rev 38437)
+++ PKGBUILD	2009-05-07 17:57:39 UTC (rev 38438)
@@ -3,16 +3,16 @@
 # Contributor: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=lftp
-pkgver=3.7.11
+pkgver=3.7.13
 pkgrel=1
 pkgdesc="Sophisticated command line based FTP client"
 arch=('i686' 'x86_64')
 license=('GPL3')
-depends=('gcc-libs' 'readline' "gnutls>=2.6.4" "expat>=2.0.1-2" 'perl')
+depends=('gcc-libs' 'readline' "gnutls>=2.6.6" "expat>=2.0.1-2" 'perl')
 url="http://lftp.yar.ru/"
 backup=('etc/lftp.conf')
 source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ffe8415ace828bdf2f7b79d8cbbfbbc9')
+md5sums=('7453bb2764491dbf5b0aec7efbb4c52e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Deleted: compilefix.patch
===================================================================
--- compilefix.patch	2009-05-07 17:42:18 UTC (rev 38437)
+++ compilefix.patch	2009-05-07 17:57:39 UTC (rev 38438)
@@ -1,10 +0,0 @@
---- src/commands.cc	2008-11-06 10:56:35.000000000 +0000
-+++ src/commands.cc.new	2008-11-11 20:06:45.848555689 +0000
-@@ -30,6 +30,7 @@
- #include <ctype.h>
- #include <pwd.h>
- #include <sys/types.h>
-+#include <sys/wait.h>
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <assert.h>




More information about the arch-commits mailing list