Skip to content

Commit

Permalink
upgrade to lftp 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Lo committed Jun 7, 2005
1 parent 01cd536 commit 858f234
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 31 deletions.
7 changes: 4 additions & 3 deletions net/lftp/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.53 2005/04/16 18:18:53 niallo Exp $
# $OpenBSD: Makefile,v 1.54 2005/06/07 02:49:58 kevlo Exp $

COMMENT= "shell-like command line ftp and sftp client"

DISTNAME= lftp-3.1.3
DISTNAME= lftp-3.2.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ \
Expand All @@ -23,7 +23,8 @@ WANTLIB= c crypto curses m readline ssl stdc++ util
LIB_DEPENDS= expat.4::textproc/expat

CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-ssl
CONFIGURE_ARGS= --with-openssl \
--without-gnutls
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

Expand Down
8 changes: 4 additions & 4 deletions net/lftp/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MD5 (lftp-3.1.3.tar.bz2) = 4f5016eb8e7f2f731d95c27ed0c6e8ad
RMD160 (lftp-3.1.3.tar.bz2) = e4ca381308921502f30f401156ca8d25aed38d1f
SHA1 (lftp-3.1.3.tar.bz2) = dc065707ec6b5c88d7636deae3f7dbc55899d2e3
SIZE (lftp-3.1.3.tar.bz2) = 1232798
MD5 (lftp-3.2.1.tar.bz2) = d1c6749655991b5049897e6105973763
RMD160 (lftp-3.2.1.tar.bz2) = cfad943ff48a718a9bb759590157ea0d3faf6ffc
SHA1 (lftp-3.2.1.tar.bz2) = 7bd0ecca43e97887d9b0cd80c269ecd313f5e3f0
SIZE (lftp-3.2.1.tar.bz2) = 1238136
12 changes: 0 additions & 12 deletions net/lftp/patches/patch-src_Filter_cc

This file was deleted.

12 changes: 0 additions & 12 deletions net/lftp/patches/patch-src_PtyShell_cc

This file was deleted.

0 comments on commit 858f234

Please sign in to comment.