diff options
author | pav <pav@FreeBSD.org> | 2005-04-19 00:24:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-19 00:24:43 +0800 |
commit | cb92bf6585328f8855437314eb72314ed221e699 (patch) | |
tree | 7aeee366f66431e5eaa4d80fefd363fe307f8a01 | |
parent | ebb6f7720c86234a2ea9c31ed632e75e9faeb25a (diff) | |
download | freebsd-ports-gnome-cb92bf6585328f8855437314eb72314ed221e699.tar.gz freebsd-ports-gnome-cb92bf6585328f8855437314eb72314ed221e699.tar.zst freebsd-ports-gnome-cb92bf6585328f8855437314eb72314ed221e699.zip |
- Update to 3.1.13
PR: ports/79636
Submitted by: Dmitry A. Yanko <fm@cross-road.org.ua> (maintainer)
-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 */ |