upgrade to version 2.4.7

This commit is contained in:
kevlo 2001-11-19 12:30:17 +00:00
parent 21c472f095
commit 4bec43c4d8
4 changed files with 7 additions and 15 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.24 2001/11/01 01:27:28 kevlo Exp $
# $OpenBSD: Makefile,v 1.25 2001/11/19 12:30:17 kevlo Exp $
COMMENT= "shell-like command line ftp client"
DISTNAME= lftp-2.4.6
DISTNAME= lftp-2.4.7
CATEGORIES= net
NEED_VERSION= 1.460
MASTER_SITES= http://the.wiretapped.net/mirrors/lftp/ \
@ -28,6 +28,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MODULES= gettext
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/lftp
${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/share/examples/lftp/lftp.conf-sample

3
net/lftp/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (lftp-2.4.7.tar.gz) = ed63ea631c7a2c3a5b438e37aae6ee0a
RMD160 (lftp-2.4.7.tar.gz) = 6ba4ebf6f3a00254f9532715b8b93a9976cb778f
SHA1 (lftp-2.4.7.tar.gz) = e219ea05ae1125da209785d714ea2e6d15b7bbe6

View File

@ -1,3 +0,0 @@
MD5 (lftp-2.4.6.tar.gz) = 5ff0e24d092fd1867c39c40f8fe975a5
RMD160 (lftp-2.4.6.tar.gz) = 392e1efe4360fda86c8ddae6d01d2c336e9537a5
SHA1 (lftp-2.4.6.tar.gz) = 70aef91395a5259e80ca651127dd017f32c0e2b9

View File

@ -1,10 +0,0 @@
--- src/PtyShell.cc.orig Fri Oct 26 16:17:36 2001
+++ src/PtyShell.cc Fri Oct 26 16:17:58 2001
@@ -29,6 +29,7 @@
#include <string.h>
#include <sys/stat.h>
#include <sys/wait.h>
+#include <sys/ioctl.h>
#include <termios.h>
#include "PtyShell.h"