[35417] trunk/dports/net/lftp

simon at macports.org simon at macports.org
Thu Mar 27 13:52:14 PDT 2008


Revision: 35417
          http://trac.macosforge.org/projects/macports/changeset/35417
Author:   simon at macports.org
Date:     2008-03-27 13:52:12 -0700 (Thu, 27 Mar 2008)

Log Message:
-----------
net/lftp: Updated to version 3.7.0, closes #14762. Approved by maintainer.

Modified Paths:
--------------
    trunk/dports/net/lftp/Portfile

Removed Paths:
-------------
    trunk/dports/net/lftp/files/patch-configure.diff

Modified: trunk/dports/net/lftp/Portfile
===================================================================
--- trunk/dports/net/lftp/Portfile	2008-03-27 20:38:45 UTC (rev 35416)
+++ trunk/dports/net/lftp/Portfile	2008-03-27 20:52:12 UTC (rev 35417)
@@ -3,8 +3,7 @@
 PortSystem          1.0
 
 name                lftp
-version             3.6.1
-revision            1
+version             3.7.0
 categories          net
 platforms           darwin
 maintainers         yunzheng.hu at gmail.com
@@ -28,9 +27,9 @@
                     ftp://ftp.cs.tu-berlin.de/pub/net/ftp/${name}/ \
                     http://ftp.yars.free.net/pub/source/${name}/
 use_bzip2           yes
-checksums           md5 29e9e44474aa381029d6ae0fb79b2f2b \
-                    sha1 1763aecddf353e8f3cea618609c0948d95da9d17 \
-                    rmd160 9b92c1cf1af6b14295641e2703fe44b39f9a4aa3
+checksums           md5 7026dad237434ee35603049b978930df \
+                    sha1 6f7db29a2b379527f6528222eeea4e3f7c93d6f7 \
+                    rmd160 205c7be0d29db6c40120c18890d26cd61173a046
 
 depends_lib         port:expat \
                     port:libiconv \
@@ -57,7 +56,6 @@
 
 platform darwin 9 {
     # Fix for the 100% cpu issue on Leopard.
-    patchfiles-append       patch-configure.diff
     configure.env-append    MACOSX_DEPLOYMENT_TARGET=10.4
     build.env-append        MACOSX_DEPLOYMENT_TARGET=10.4
 }

Deleted: trunk/dports/net/lftp/files/patch-configure.diff
===================================================================
--- trunk/dports/net/lftp/files/patch-configure.diff	2008-03-27 20:38:45 UTC (rev 35416)
+++ trunk/dports/net/lftp/files/patch-configure.diff	2008-03-27 20:52:12 UTC (rev 35417)
@@ -1,14 +0,0 @@
---- configure.orig	2008-02-09 17:57:28.000000000 +0100
-+++ configure	2008-02-09 17:59:39.000000000 +0100
-@@ -9744,8 +9744,9 @@
- case "`uname -sr`" in
- # Linux-2.2.x and older don't support fcntl64.
- "Linux 2.2."*|"Linux 2.0."*)  enable_largefile=no;;
--# MacOS X Tiger's poll does not work correctly.
--"Darwin 8."*)  lftp_cv_func_poll_works=no;;
-+# MacOS X Tiger's and Leopard's poll does not work correctly.
-+# a better patch would be to check for proper functionality: http://bugzilla.gnome.org/attachment.cgi?id=68325&action=view
-+"Darwin 8."*|"Darwin 9."*)  lftp_cv_func_poll_works=no;;
- esac
- 
- for ac_prog in 'bison -y' byacc

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080327/c13147de/attachment.html 


More information about the macports-changes mailing list