diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-18 16:24:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-18 16:24:43 +0000 |
commit | 2744e8b4d46a6e23c5d7a428e4838ac9d9ea48a1 (patch) | |
tree | eec6bfd61c77a450e75caa50949f5bfc98f8117a /ftp | |
parent | 72e6b46a2d69eeb4d44f70570d37159ff0158529 (diff) | |
download | ports-2744e8b4d46a6e23c5d7a428e4838ac9d9ea48a1.tar.gz ports-2744e8b4d46a6e23c5d7a428e4838ac9d9ea48a1.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 8 | ||||
-rw-r--r-- | ftp/lftp/files/patch-post-config.h | 11 |
3 files changed, 16 insertions, 5 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 9613a57fb0e1..a9e93e5ee950 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 3.0.13 +PORTVERSION= 3.1.3 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \ diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index ce96dc6ff8a7..fecb2a216d07 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1,4 +1,4 @@ -MD5 (lftp-3.0.13.tar.bz2) = 9d768c0062a58d25e6e1339add10799b -SIZE (lftp-3.0.13.tar.bz2) = 1223604 -MD5 (lftp-3.0.13.tar.bz2.asc) = dc0e366d981e56e0cdf555f02ea776bc -SIZE (lftp-3.0.13.tar.bz2.asc) = 185 +MD5 (lftp-3.1.3.tar.bz2) = 4f5016eb8e7f2f731d95c27ed0c6e8ad +SIZE (lftp-3.1.3.tar.bz2) = 1232798 +MD5 (lftp-3.1.3.tar.bz2.asc) = ca9acb33bf42bdc6291a9be423d17cf7 +SIZE (lftp-3.1.3.tar.bz2.asc) = 185 diff --git a/ftp/lftp/files/patch-post-config.h b/ftp/lftp/files/patch-post-config.h new file mode 100644 index 000000000000..e0aac9451078 --- /dev/null +++ b/ftp/lftp/files/patch-post-config.h @@ -0,0 +1,11 @@ +--- include/post-config.h.orig Thu Mar 24 18:41:45 2005 ++++ include/post-config.h Mon Apr 18 17:52:16 2005 +@@ -142,4 +142,8 @@ + # include "trio.h" + #endif + ++#if __FreeBSD__ < 5 ++ #define atoll(n) strtoll((n),NULL,10) ++#endif ++ + #endif /* POST_CONFIG_H */ |