Upgrade to 2.3.7
This commit is contained in:
parent
43b87023df
commit
9479466ac4
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2001/01/04 14:24:16 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2001/01/19 02:56:37 kevlo Exp $
|
||||
|
||||
DISTNAME= lftp-2.3.6
|
||||
DISTNAME= lftp-2.3.7
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.337
|
||||
MASTER_SITES= http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/
|
||||
@ -14,7 +14,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
FLAVORS= ssl
|
||||
FLAVOR?=
|
||||
@ -27,6 +27,6 @@ CONFIGURE_ARGS= --without-ssl
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/lftp
|
||||
${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/lib/lftp/lftp.conf.sample
|
||||
${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/lib/lftp/lftp.conf-sample
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (lftp-2.3.6.tar.gz) = a67f0db4a45eaacbc1c7637325f3f6f6
|
||||
RMD160 (lftp-2.3.6.tar.gz) = f47e151bd2129df14c579f86b67755021f8d9e11
|
||||
SHA1 (lftp-2.3.6.tar.gz) = a0345fd90f9dd109e814bbd265b61f52f94265c3
|
||||
MD5 (lftp-2.3.7.tar.gz) = c9418e0e48f530b84d9cd200ed0d6cd9
|
||||
RMD160 (lftp-2.3.7.tar.gz) = d77fc4d5ace481364725d4ae9dd4018523b0f5e0
|
||||
SHA1 (lftp-2.3.7.tar.gz) = e9d51a28b87eb1473bf8d6f3ab4d9fcfe3fa6c12
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2000/10/05 01:10:39 kevlo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2001/01/19 02:56:41 kevlo Exp $
|
||||
bin/lftp
|
||||
bin/lftpget
|
||||
lib/lftp/lftp.conf.sample
|
||||
lib/lftp/lftp.conf-sample
|
||||
@exec if [ -f /etc/lftp.conf ]; then echo "Update /etc/lftp.conf manually"; else cp %D/%F /etc/lftp.conf; fi
|
||||
@unexec echo "Remove the /etc/lftp.conf file manually"
|
||||
man/man1/lftp.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user