1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Update to 3.1.13

PR:		ports/79636
Submitted by:	Dmitry A. Yanko <fm@cross-road.org.ua> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-04-18 16:24:43 +00:00
parent 72e6b46a2d
commit 2744e8b4d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133596
3 changed files with 16 additions and 5 deletions

View File

@ -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/ \

View File

@ -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

View File

@ -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 */