mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Update to 4.6.2.
Note: Lftp, when built with OpenSSL, now needs OpenSSL >= 1.0.1. On older FreeBSD releases (8.x and 9.x), base OpenSSL is too old. In this case, the ports' version will be used.
This commit is contained in:
parent
d52d8a5177
commit
4af506eb2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386361
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lftp
|
||||
PORTVERSION= 4.6.1
|
||||
PORTVERSION= 4.6.2
|
||||
CATEGORIES= ftp ipv6
|
||||
MASTER_SITES= http://lftp.yar.ru/ftp/ \
|
||||
http://lftp.yar.ru/ftp/old/ \
|
||||
@ -50,6 +50,15 @@ GNUTLS_CONFIGURE_WITH= gnutls
|
||||
GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
|
||||
GNUTLS_USES= pkgconfig
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MOPENSSL}
|
||||
. if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000015
|
||||
WITH_OPENSSL_PORT= yes
|
||||
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
|
||||
. endif
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${MV} ${STAGEDIR}${PREFIX}/etc/lftp.conf \
|
||||
${STAGEDIR}${PREFIX}/etc/lftp.conf.sample
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (lftp-4.6.1.tar.gz) = abc35f5d5ed9c9d7b52c0b8c8c98dfae0f1714dabaf5136bf5b117a5948cb768
|
||||
SIZE (lftp-4.6.1.tar.gz) = 2629303
|
||||
SHA256 (lftp-4.6.2.tar.gz) = 7e5291a0638f1602fd7f98c407fbc191f4d29677f469dd0455f66b48fc7953ca
|
||||
SIZE (lftp-4.6.2.tar.gz) = 2637499
|
||||
|
Loading…
Reference in New Issue
Block a user