Update to version 2.0.3.
PR: 13077 Submitted by: maintainer
This commit is contained in:
parent
402c6b0a85
commit
8a21e5cdb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21335
2 changed files with 7 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
# New ports collection makefile for: lftp
|
||||
# Version required: 2.0.1
|
||||
# Version required: 2.0.3
|
||||
# Date created: 11 September 1997
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= lftp-2.0.1
|
||||
DISTNAME= lftp-2.0.3
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
|
||||
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ \
|
||||
${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= system/network/file-transfer
|
||||
|
||||
|
@ -19,6 +19,9 @@ CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
|||
|
||||
MAN1= lftp.1 ftpget.1
|
||||
|
||||
post-extract:
|
||||
@ ${CP} ${FILESDIR}/nameser.h ${WRKSRC}/src
|
||||
|
||||
post-install:
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/etc/lftp.conf.sample
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (lftp-2.0.1.tar.gz) = f031471c50808c0c8330d6f486526637
|
||||
MD5 (lftp-2.0.3.tar.gz) = e793d0ec0555925c98194600fbc310d1
|
||||
|
|
Loading…
Reference in a new issue