- Update to 3.2.1
PR: ports/81685 Submitted by: Dmitry A. Yanko <fm@cross-road.org.ua> (maintainer)
This commit is contained in:
parent
da1cdd96b3
commit
6c99b72ce4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136456
2 changed files with 12 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= lftp
|
||||
PORTVERSION= 3.1.3
|
||||
PORTVERSION= 3.2.1
|
||||
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/ \
|
||||
|
@ -40,10 +40,14 @@ USE_BZIP2= yes
|
|||
USE_GPG?= yes
|
||||
SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc
|
||||
|
||||
.if !defined(WITHOUT_SSL)
|
||||
.if defined(WITH_GNUTLS)
|
||||
CONFIGURE_ARGS+= --with-gnutls
|
||||
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
|
||||
.endif
|
||||
|
||||
.if defined(WITH_OPENSSL)
|
||||
CONFIGURE_ARGS+= --with-openssl
|
||||
USE_OPENSSL= yes
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-ssl
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
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
|
||||
MD5 (lftp-3.2.1.tar.bz2) = d1c6749655991b5049897e6105973763
|
||||
SIZE (lftp-3.2.1.tar.bz2) = 1238136
|
||||
MD5 (lftp-3.2.1.tar.bz2.asc) = c41bc83f486194d1ee9fc803d80c1e55
|
||||
SIZE (lftp-3.2.1.tar.bz2.asc) = 185
|
||||
|
|
Loading…
Reference in a new issue